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.
Sarah Gerweck 484b62b0b0 Ignore new Eclipse cache files 9 years ago
project Several updates to project build. 9 years ago
src/main/scala/org/gerweck/scalafx/util Remove not-so-useful `observe2` method. 9 years ago
.gitignore Ignore new Eclipse cache files 9 years ago
LICENSE.md SBT baseline project. 9 years ago
README.md SBT baseline project. 9 years ago
version.sbt SBT baseline project. 9 years ago

README.md

Sarah’s 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"