NKb03 / ReaKtive

An FRP library for Kotlin, well integrating with JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReaKtive

An FRP library for Kotlin, well integrating with JavaFX

Getting Started

Installing

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.

Running tests

To run the tests use the "All Tests" run configuration from IntelliJ or run gradlew test.

Contributing

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.

Authors

About

An FRP library for Kotlin, well integrating with JavaFX


Languages

Language:Kotlin 100.0%