Skip to content

Commit 1cfa3e5

Browse files
authored
Update README.md
1 parent 4e90dde commit 1cfa3e5

1 file changed

Lines changed: 29 additions & 9 deletions

File tree

README.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
1-
# LiquidFunProcessing
2-
Box2D/LiquidFun Library for Processing.
1+
![LiquidFunProcessing](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/examples/diewald_LiquidFunProcessing_Chains.jpg)
2+
33

4-
... WIP ...
4+
# LiquidFunProcessing
5+
**Box2D/LiquidFun Library for Processing.**
56

67
Particle based fluid simulation and rigid body simulation using [jBox2D/LiquidFun](https://github.com/jbox2d/jbox2d)
78

89

9-
Until the exampels are done and the library can be used via the PDE ... here aresome first impressions.
10+
JavaDoc: http://thomasdiewald.com/processing/libraries/liquidfun/reference/index.html
11+
12+
<br>
13+
14+
## Download
15+
+ [Releases](https://github.com/diwi/LiquidFunProcessing/releases)
16+
+ [LiquidFunProcessing Website](http://thomasdiewald.com/processing/libraries/liquidfun)
17+
+ Processing IDE -> Library Manager
18+
19+
<br>
20+
21+
![LiquidFunProcessing](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/examples/diewald_LiquidFunProcessing_Examples2.jpg)
22+
23+
24+
## Installation, Processing IDE
25+
26+
- Download [Processing 3](https://processing.org/download/?processing)
27+
- Install liquidFunProcessing via the Library Manager.
28+
- Or manually, unzip and put the extracted PixelFlow folder into the libraries folder of your Processing sketches. Reference and examples are included in the PixelFlow folder.
1029

30+
- Also make sure you have the latest graphics card driver installed!
1131

32+
#### Platforms
33+
Windows, Linux, MacOSX
1234

13-
![LiquidFunProcessing_DebugDraw](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/LiquidFunProcessing_DebugDraw1.png)
1435

15-
![LiquidFunProcessing_Draw](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/LiquidFunProcessing_Draw.png)
36+
<br>
1637

17-
![LiquidFunProcessing_Orange](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/LiquidFunProcessing_Orange.png)
38+
## Dependencies, to run the examples
1839

19-
![LiquidFunProcessing_Timer](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/LiquidFunProcessing_Timer.png)
40+
- **PixelFlow: https://github.com/diwi/PixelFlow**
2041

21-
![LiquidFunProcessing_Wavemaschine](https://github.com/diwi/LiquidFunProcessing/blob/master/screenshots/LiquidFunProcessing_Wavemaschine.png)

0 commit comments

Comments
 (0)