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 07cd22a64d Refactor the build into SBT 1.0 style 8 years ago
project Refactor the build into SBT 1.0 style 8 years ago
src/main/scala/org/gerweck/scalafx Add new automatic conversion to `BooleanProperty` 8 years ago
.gitignore Ignore new Eclipse cache files 9 years ago
CHANGELOG.md Update CHANGELOG for 0.10 release 8 years ago
LICENSE.md SBT baseline project. 9 years ago
README.md Update README for 0.9.1 release 8 years ago
build.sbt Refactor the build into SBT 1.0 style 8 years ago
version.sbt Setting version to 0.10.3-SNAPSHOT 8 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 project is an attempt to add additional facilities that further bridge the beautiful Scala with JavaFX.

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.

Installation

To use ScalaFX, add the following to your SBT build:

libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.9.1"