Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.08 KB

README.md

File metadata and controls

31 lines (28 loc) · 2.08 KB

HoneyGinger

A SPH simulator with rich visualization and interactivity

Sphere Submarine Steam Paint Logo Handwriting Water Paint Water on Browser Clear Pond Lagoon World Ramen Jet Bath Jet Source Water Show Source Show Lagoon Splash Borderline Graffiti Obstacles

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.