Skip to content
/ SME Public

Wrappers and examples for using JME3 (JMonkeyEngine 3) in Scala

License

Notifications You must be signed in to change notification settings

bbarker/SME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Monkey Engine (wrapper for jMonkeyEngine)

Installation

Start sbt:

$ sbt

Run one example:

sbt> runHelloPhysics

Build details

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.

Build caveats

  1. 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.

References

About

Wrappers and examples for using JME3 (JMonkeyEngine 3) in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published