An FRP library for Kotlin, well integrating with JavaFX
To install ReaKtive you need to follow these steps:
- Clone the repository
git clone https://github.com/NKB03/ReaKtive <target_dir>
- Build with gradle:
gradlew build
- Publish to maven local to make the library available for other projects:
gradlew publishToMavenLocal
- Open in Intellij or in any other IDE If any errors occur while installing please feel free to create an issue or write me an e-mail.
To run the tests use the "All Tests" run configuration from IntelliJ or run gradlew test
.
Contributing is very much appreciated. Please feel free to suggest any improvements by creating an issue.
If you have questions about the API or the internals just contact me via e-mail.
- Nikolaus Knop ([email protected])