scalafx-utils/README.md
2015-04-14 21:25:04 -07:00

18 lines
518 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Sarahs ScalaFX Utilities #
This project contains helper functions, utilities and convenience
functions for working with JavaFX and ScalaFx in Scala.
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 code is offered as is with now guarantees.
## Installation ##
To use ScalaFX, add the following to your SBT build:
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.1.0"