https://github.com/tomooda/HoneyGinger
A SPH simulator with rich visualization and interactivity
https://github.com/tomooda/HoneyGinger
cg fluid-dynamics fluid-simulation pharo smalltalk sph
Last synced: 6 months ago
JSON representation
A SPH simulator with rich visualization and interactivity
- Host: GitHub
- URL: https://github.com/tomooda/HoneyGinger
- Owner: tomooda
- License: mit
- Created: 2018-07-02T05:59:17.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T07:51:20.000Z (12 months ago)
- Last Synced: 2024-11-17T06:37:23.264Z (6 months ago)
- Topics: cg, fluid-dynamics, fluid-simulation, pharo, smalltalk, sph
- Language: Smalltalk
- Size: 693 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - HoneyGinger - a fluid dynamics simulation engine focused on interactivity and visualization (Scientific libraries)
README
# HoneyGinger
A SPH simulator with rich visualization and interactivity[](http://www.youtube.com/watch?v=jl6OSWUXh14)
[](http://www.youtube.com/watch?v=q8HbihRt1eE)
[](http://www.youtube.com/watch?v=N_WD5sbB6Lk)
[](http://www.youtube.com/watch?v=EouCcVHH1Zk)
[](http://www.youtube.com/watch?v=qcjjqwTV4PI)
[](http://www.youtube.com/watch?v=C5PgQTVzWBU)
[](http://www.youtube.com/watch?v=Cem1852DKpU)
[](http://www.youtube.com/watch?v=6C0zRd2Ljg8)
[](http://www.youtube.com/watch?v=l51mpd_JM68)
[](http://www.youtube.com/watch?v=i40Dr482qhU)
[](http://www.youtube.com/watch?v=Ng5cx4lwhp4)
[](http://www.youtube.com/watch?v=QhbuRYGToS8)
[](http://www.youtube.com/watch?v=G3I8551cxMw)
[](http://www.youtube.com/watch?v=wSsyrGwf4zY)
[](http://www.youtube.com/watch?v=SdVXyTKnRyc)
[](http://www.youtube.com/watch?v=xEUHcnFiATs)
[](http://www.youtube.com/watch?v=j3lvhBzMLy4)## Installation
To install in Pharo 7, execute the following lines in a playground:
```
Metacello new
baseline: 'HoneyGinger';
repository: 'github://tomooda/HoneyGinger/repository';
load.
```
For demos, see the class-side methods of class `HGSimulator`.