Skip to content
forked from bbarker/SME

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

License

Notifications You must be signed in to change notification settings

ScalaGameDev/SME

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

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

Languages

  • Scala 98.9%
  • Shell 1.1%