https://github.com/bb4/bb4-simulations
A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
https://github.com/bb4/bb4-simulations
fractals reaction-diffusion scala simulation snake
Last synced: 9 months ago
JSON representation
A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
- Host: GitHub
- URL: https://github.com/bb4/bb4-simulations
- Owner: bb4
- License: mit
- Created: 2013-08-03T16:55:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T15:05:02.000Z (9 months ago)
- Last Synced: 2025-04-27T16:20:43.346Z (9 months ago)
- Topics: fractals, reaction-diffusion, scala, simulation, snake
- Language: Scala
- Size: 23.4 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-simulations
A collection of Scala simulations.
Here are the [simulations added so far](http://barrybecker4.com/bb4-projects/bb4-simulations/simulations_index.html)
- Reaction Diffusion
- Henon Phase Explorer
- Cave Explorer
- Conway's game of life
- Fractal Explorer
- Snake
- L-Systems
- Dice
- Stocks
- Habitat
- Predator Prey
- Fluid
- Liquid
- Water
- Trebuchet
- Sierpinski
- WaveFunctionCollapse
### [How to Build](https://github.com/barrybecker4/bb4-common/wiki/Building-bb4-Projects)
If you have not already done so, first install [Git](http://git-scm.com/), and [Intellij](http://www.jetbrains.com/idea/).
Type 'gradlew build' at the root (./gradlew if running in Cygwin).
If you want to open the source in Intellij, then first run 'gradle idea'.
Use gradle tasks to see all the different simulations that can be run using a command like 'gradle runSnake'
When there is a new release, versioned artifacts will be published by Barry Becker to [Sonatype](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)