Skip to content

Commit 0357cfe

Browse files
authored
Update README.md
1 parent fdf7386 commit 0357cfe

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ JavaDoc: http://thomasdiewald.com/processing/libraries/liquidfun/reference/index
2121
![LiquidFunProcessing](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/examples/diewald_LiquidFunProcessing_Examples2.jpg)
2222

2323
## 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-
24+
The library includes a lot of examples from the original ![jbox2d testbed](https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed/src/main/java/org/jbox2d/testbed/tests).
2725
For a quick start, each sketch has a couple of default eventhandlers:
2826

2927
- LMB: drag rigid bodies / particles
3028
- LMB + SHIFT: shoot a bullet
3129
- MMB: spawn particles
3230
- RMB: destroy particles
3331

34-
as well as some key-mapping, e.g. to display the debug-draw.
35-
32+
as well as some key-mapping, e.g. to display the debug-draw, restart, pause/resume.
3633
of course, each of those can be altered, overwritten or disable/removed.
34+
<br>
35+
36+
### Useful resources:
3737

38-
Useful resources:
3938
- jBox2d web: http://www.jbox2d.org/
4039
- jBox2d Testbed: https://github.com/jbox2d/jbox2d/tree/master/jbox2d-testbed
4140
- Box2d Testbed: https://github.com/erincatto/Box2D/tree/master/Box2D/Testbed

0 commit comments

Comments
 (0)