Skip to content

Sandec/javafxmobile-sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javafxmobile-sbt

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!

Requirements

  • Gradle Installed
  • AndroidSDK Installed

How To

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)

Customize

Will follow soon

Commands

Some available commands:

  • create android apk: sbt "javafx android"
  • install android apk: sbt "javafx androidInstall"
  • start on atached iOS-device: sbt "javafx launchIOSDevice"

A list with all commands

Sample Projects

  • SimpleFX-Samples
  • JavaFX Applictation - coming soon
  • ScalaFX Applictation - coming soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages