Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 980 Bytes

File metadata and controls

executable file
·
21 lines (15 loc) · 980 Bytes

Lotka-Volterra History Emulator on Scala

Lotka–Volterra model (a.k.a. predator–prey model) equations solver made with Scala Programing Language and functional approach.

A tiny demo web application, made with Scalatra, jQuery and Highcharts attached. Demo Webapp

Build & Run

$ cd lotka-volterra-history-emulator-scala
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.

TODO?

  • Some html design improvements.
  • Some input fields checks.