You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
518 B

  1. # Sarah’s ScalaFX Utilities #
  2. This project contains helper functions, utilities and convenience
  3. functions for working with JavaFX and ScalaFx in Scala.
  4. ScalaFX does a tremendous job at making JavaFX more usable from Scala,
  5. but it doesn't go as far as it could in facilitating functional and
  6. reactive programming.
  7. This code is offered as is with now guarantees.
  8. ## Installation ##
  9. To use ScalaFX, add the following to your SBT build:
  10. libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.1.0"