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