You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Leandro Dorileo 14a4767f24 EPhysics: add a soft ellipsoid test 11 years ago
..
data EPhysics: change double named group 11 years ago
doc Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files. 11 years ago
m4 ephysics: fix unused vars and parameters 11 years ago
src EPhysics: add a soft ellipsoid test 11 years ago
.gitignore ephysics: separate test and sandbox themes 11 years ago
AUTHORS ephysics: updated authors. 11 years ago
COPYING EPhysics: modify copyright notice 11 years ago
COPYING_ARTS EPhysics: add test using different shapes 11 years ago
ChangeLog EPhysics: a new library comes to E world 11 years ago
INSTALL EPhysics: a new library comes to E world 11 years ago
Makefile.am Add rpm support 11 years ago
NEWS EPhysics: a new library comes to E world 11 years ago
README ephysics: update README 11 years ago
TODO ephysics: todo-- 11 years ago
autogen.sh EPhysics: a new library comes to E world 11 years ago
configure.ac ephysics: use evas_object_image_source API 11 years ago
ephysics.pc.in EPhysics: a new library comes to E world 11 years ago
ephysics.supp ephysics: revert "EPhysics: suppersions file" 11 years ago

README

EPhysics 0.1.0

******************************************************************************

FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net

******************************************************************************

Requirements:
-------------

Must:
libc
ecore (at least 1.2.99)
ecore-evas (at least 1.2.99)
evas (at least 1.2.99)
bullet (at least 2.79)
Optional:
elementary (at least 1.0.99, required to build ephysics_test)

EPhysics is a library that manages Ecore, Evas and Bullet Physics into
an easy to use way. It's a kind of wrapper, a glue, between these libraries.
It's not intended to be a physics library (we already have many out there).

WARNING: if you are building Bullet Physics instead of using a package,
use cmake build option. Autotools seems to be unmaintained.

------------------------------------------------------------------------------

COMPILING AND INSTALLING:

$ ./configure
$ make
(as root unless you are installing in your users directories):
$ make install

If elementary is installed, it will build and install a test application as
well, that showcases EPhysics capabilites. Run

$ ephysics_test

to see these examples.

------------------------------------------------------------------------------

TESTS

Tests require elementary to be build.

List of test applications:
* ephysics_test => List with many tests to exemplify specific features
* ephysics_logo => Example of logo / loading screen made using ephysics
* ephysics_sandbox => Application to set many different properties to bodies
and see they interacting.

ephysics_test supports to launch a specified test on command line, like

$ ephysics_test "Jumping Balls"

Also, it can run only the test, avoiding the main menu, with parameter
--test-win-only or -to (it must to be passed before the test name):

$ ephysics_test -to Camera

The other programs don't accept parameters.

------------------------------------------------------------------------------

DOCS

To generate documentation, doxygen is required.

$ make doc

will create a ephysics/doc/html directory. You could start looking at
index.html.