efl/legacy/ephysics
Leandro Dorileo 1bcae8fdd4 EPhysics: on velocity example unregister callback on restart
Unregister callback on restart and avoid trying to use an to be deleted
body.


SVN revision: 81401
2012-12-19 20:07:43 +00:00
..
doc efl: Adding Ecore doc images. 2012-12-18 16:13:34 +00:00
m4 ephysics: fix unused vars and parameters 2012-09-04 22:42:28 +00:00
src EPhysics: on velocity example unregister callback on restart 2012-12-19 20:07:43 +00:00
.gitignore ephysics: prepare to split tests 2012-12-13 20:42:24 +00:00
AUTHORS ephysics: updated authors. 2012-10-04 22:37:54 +00:00
COPYING EPhysics: modify copyright notice 2012-06-29 22:22:35 +00:00
ChangeLog EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
INSTALL EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
Makefile.am ephysics: prepare to split tests 2012-12-13 20:42:24 +00:00
NEWS EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
README ephysics: prepare to split tests 2012-12-13 20:42:24 +00:00
TODO ephysics: TODO - add "auto" mode of slicing clothes suggested by Raster 2012-11-28 12:54:23 +00:00
autogen.sh EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
configure.ac ephysics: prepare to split tests 2012-12-13 20:42:24 +00:00
ephysics.pc.in EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
ephysics.supp EPhysics: suppress conditional jump warnings on bullet 2012-12-14 20:04:37 +00:00

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)

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

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

TESTS

There are a project with many tests for ephysics, including a logo example,
and a sandbox util.

It's called ephysics_test, and may be found at:

http://svn.enlightenment.org/svn/e/trunk/ephysics_tests

Tests require the library Elementary to be build.

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

DOCS

To generate documentation, doxygen is required.

  $ make doc

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