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.
 
 
 
 
 
 
Mike Blumenkrantz a396b00045 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 11 years ago
..
data EPhysics: a new library comes to E world 11 years ago
doc EPhysics: a new library comes to E world 11 years ago
m4 EPhysics: a new library comes to E world 11 years ago
src EPhysics: remove dependency 11 years ago
.gitignore EPhysics: a new library comes to E world 11 years ago
AUTHORS EPhysics: a new library comes to E world 11 years ago
COPYING EPhysics: a new library comes to E world 11 years ago
COPYING_ARTS EPhysics: a new library comes to E world 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 EPhysics: a new library comes to E world 11 years ago
NEWS EPhysics: a new library comes to E world 11 years ago
README 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 11 years ago
TODO EPhysics: a new library comes to E world 11 years ago
autogen.sh EPhysics: a new library comes to E world 11 years ago
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 11 years ago
ephysics.pc.in EPhysics: a new library comes to E world 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.80)
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.