-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# liqöd | ||
Water Simulation for LÖVE that uses SPH approach to simulate water like physics, it's purely writen in Lua and it's a work in progress. | ||
All help is appreciated :) | ||
|
||
![](http://www.mediafire.com/convkey/b7ee/1r5fu6iuuiow083zg.jpg "liqod") | ||
*** | ||
|
||
**What It Does** | ||
* Simulates water based on the SPH concept. | ||
|
||
**What It Doesn't Do** | ||
* Creates drinkable water. | ||
|
||
*** | ||
|
||
**Demo** | ||
|
||
By compiling the main.lua code use the left button to spawn particles and the escape key to close. | ||
The demo also works on mobile and it supports multitouch but it's kinda slow. | ||
|