Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeeto/fun-liquid
Physics engine liquid in Java.
https://github.com/skeeto/fun-liquid
Last synced: 4 days ago
JSON representation
Physics engine liquid in Java.
- Host: GitHub
- URL: https://github.com/skeeto/fun-liquid
- Owner: skeeto
- License: unlicense
- Created: 2012-02-02T01:14:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T23:30:52.000Z (over 10 years ago)
- Last Synced: 2024-10-31T21:43:04.415Z (11 days ago)
- Language: Java
- Homepage: http://nullprogram.com/fun-liquid/webgl/
- Size: 2.36 MB
- Stars: 55
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liquid Simulation
Simulates a simple 2D liquid using Box2D and a drawing trick.
![](http://nullprogram.s3.amazonaws.com/liquid/liquid.gif)
The following two articles explain how it works:
* [Cartoon Liquid Simulation](http://nullprogram.com/blog/2013/06/26/)
* [Liquid Simulation in WebGL](http://nullprogram.com/blog/2012/02/03/)There are two versions in this repository: a slow CPU-only Java
implementation and a faster GPU-powered WebGL version (under
`webgl/`).* http://skeeto.github.io/fun-liquid/ (Java Applet)
* http://skeeto.github.io/fun-liquid/webgl/ (WebGL)