Scalabos is an experimental Scala implementation of Lattice-Boltzmann method (LBM), an alternative to differential equation to address fluid dynamics problems.
Its name is a stupid pun on Palabos, a free and efficient LBM implementation.
The current release is an experimental-pre-alpha-proof-of-concept release. So its prehaps better to wait a bit... Honestly, it is not able to compute the physics correctly but it can already produce nice (but useless) pictures.
If you want to give it a try, you will need to:
- Install the build tool: sbt
- Clone the git repository
- Run:
sbt updateto download automatically the dependencies - Run:
sbt compileto compile the project
Good luck with that...
Scalabos uses JFreeChart for picture drawing.
It will be soon released with a FOSS license. For the moment, if you want to import code in other projects, redistribute it, etc., you will need to wait...