Skip to content

Latest commit

 

History

History

liquidfun-clj

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

liquidfun-clj

2D physics engine.

A Clojure wrapper for LiquidFun (via JavaCPP).

API Docs

TODO

Examples

Some examples can be run from source using Leiningen as:

cd liquidfun-clj.testbed/
lein run -m org.nfrac.liquidfun.testbed.tests.sensor-test/run
lein run -m org.nfrac.liquidfun.testbed.tests.particles/run
lein run -m org.nfrac.liquidfun.testbed.tests.elastic-particles/run
lein run -m org.nfrac.liquidfun.testbed.tests.rope-joint/run
lein run -m org.nfrac.liquidfun.testbed.tests.raycast/run
...etc...

License

Copyright © 2017 Felix Andrews

Distributed under the Eclipse Public License, the same as Clojure.