Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackthehuman/diffujion

Diffusion-limited aggregation simulator written in Java.
https://github.com/zackthehuman/diffujion

Last synced: 17 days ago
JSON representation

Diffusion-limited aggregation simulator written in Java.

Awesome Lists containing this project

README

        

#Diffujion

Diffujion is a [diffusion-limited aggregation](http://en.wikipedia.org/wiki/Diffusion-limited_aggregation)
simulator written in Java in my spare time. It is a hobby project with the following goals:

- Generation of organic-like clusters by means of simulated DLA
- Application of the [Strategy pattern](http://en.wikipedia.org/wiki/Strategy_pattern) throughout the simulation
- Simple enough that I could port it to Scala when I get the chance

##TODO

- Add strategy for Particle escape / particle death
- Add interactive mode, where you can see the simulation at each iteration
- Change implementation of Cluster so that it is not Array-based, so it can grow forever