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.

21 lines
959 B

9 years ago
9 years ago
9 years ago
  1. # Sarah’s ScalaFX Utilities #
  2. This project contains helper functions, utilities and convenience functions
  3. for working with JavaFX and ScalaFx in Scala.
  4. ScalaFX does a tremendous job at making JavaFX more usable from Scala, but
  5. it doesn't go as far as it could in facilitating functional and reactive
  6. programming. This project is an attempt to add additional facilities that
  7. further bridge the beautiful Scala with JavaFX.
  8. This code is offered as is with now guarantees. You are free to use it if you
  9. find it useful, but this is not part of any production project and it may have
  10. serious bugs. These APIs may also change at any time, and I make no guarantees
  11. that the project will be maintained at all. I welcome any bug reports and I
  12. will be happy to merge high-quality pull requests if you find a bug.
  13. ## Installation ##
  14. To use ScalaFX, add the following to your SBT build:
  15. libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.3.0"