File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,29 @@ JavaDoc: http://thomasdiewald.com/processing/libraries/liquidfun/reference/index
2020
2121![ LiquidFunProcessing] ( https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/examples/diewald_LiquidFunProcessing_Examples2.jpg )
2222
23+ ## Examples
24+ The library includes a lot of examples from the original jbox2d testbed:
25+ https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed/src/main/java/org/jbox2d/testbed/tests
26+
27+ For a quick start, each sketch has a couple of default eventhandlers:
28+
29+ - LMB: drag rigid bodies / particles
30+ - LMB + SHIFT: shoot a bullet
31+ - MMB: spawn particles
32+ - RMB: destroy particles
33+
34+ as well as some key-mapping, e.g. to display the debug-draw.
35+
36+ of course, each of those can be altered, overwritten or disable/removed.
37+
38+ Useful resources:
39+ - jBox2d web: http://www.jbox2d.org/
40+ - jBox2d Testbed: https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed
41+ - Box2d Testbed: https://github.com/erincatto/Box2D/tree/master/Box2D/Testbed
42+ - LiquidFun: http://google.github.io/liquidfun/
43+ - ** LiquidFun Programmers Guide: http://google.github.io/liquidfun/Programmers-Guide/html/index.html **
44+
45+ <br >
2346
2447## Installation, Processing IDE
2548
You can’t perform that action at this time.
0 commit comments