Start sbt:
$ sbt
Run one example:
sbt> runHelloPhysics
This is a normal sbt project, you can compile code with sbt compile
and run it
with sbt run
, sbt console
will start a Dotty REPL. For more information on
cross-compilation in sbt, see http://www.scala-sbt.org/0.13/docs/Cross-Build.html
For more information on the sbt-dotty plugin, see the dotty-example-project.
- Currently there is a bug in build.sbt's depedency management that affects physics games using the Bullet library. If you compile and run this program on your system, it should serve as a workaround for now, in that you can then run your physics/Bullet programs with SBT.
- Cloned from here.