This projects allows Scala-Developers build SimpleFX/ScalaFX/JavaFX-Apps for android or iOS from sbt. It creates a gradle project with the javafxmobile-plugin and calls it from sbt. This version is an early but useful version!
- Gradle Installed
- AndroidSDK Installed
Add the following to your project/plugins.sbt:
resolvers += Resolver.url("SANDEC", url("http://dl.bintray.com/sandec/repo"))(Resolver.ivyStylePatterns)
addSbtPlugin("SANDEC" % "javafxmobile-sbt" % "0.1.3")
Add the following to your build.sbt:
enablePlugins(plugin.JavaFXMobilePlugin)
Will follow soon
Some available commands:
- create android apk:
sbt "javafx android"
- install android apk:
sbt "javafx androidInstall"
- start on atached iOS-device:
sbt "javafx launchIOSDevice"
- SimpleFX-Samples
- JavaFX Applictation - coming soon
- ScalaFX Applictation - coming soon