Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 537 Bytes

Scala iOS Demos

Examples of using Scala to create iOS apps and games with sbt-robovm and RoboVM.

You can run each demo on device or simulator:

$ sbt demo-name/device
$ sbt demo-name/iphone-sim
$ sbt demo-name/ipad-sim

Or for native applications:

$ sbt demo-name/native

Demos

  • empty: provides just an application delegate and a window
  • hello: setting up simple view
  • native: example of compiling native desktop programs