efl/legacy/ephysics
Leandro Dorileo 7b6a83144f EPhysics: collision filter
This patch introduces a collision filter API. Once a rigid body
has been added to some group it must just collide against rigid
bodies in the same group, if no group has been attribute it's
going to collide against any other body.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 74501
2012-07-27 14:49:53 +00:00
..
data EPhysics: only build tests theme if tests are build 2012-07-27 14:48:19 +00:00
doc EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
m4 EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
src EPhysics: collision filter 2012-07-27 14:49:53 +00:00
.gitignore EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
AUTHORS EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
COPYING EPhysics: modify copyright notice 2012-06-29 22:22:35 +00:00
COPYING_ARTS EPhysics: a new library comes to E world 2012-06-26 22:36:12 +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: fix make distcheck issues 2012-06-28 14:01:19 +00:00
NEWS EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
README ephysics README: Updated bullet version. EPhysics works well with Bullet 0.79 as far as I know. 2012-07-01 08:47:05 +00:00
TODO EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
autogen.sh EPhysics: a new library comes to E world 2012-06-26 22:36:12 +00:00
configure.ac ephysics may or may not require current svn to build, probably no harm in setting version requirements to that since we're releasing again in a couple weeks 2012-06-27 19:09:03 +00:00
ephysics.pc.in EPhysics: a new library comes to E world 2012-06-26 22:36:12 +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)
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).

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

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.
----

DOCS

To generate documentation, doxygen is required.

  $ make doc

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