Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schleifenkauz/reaktive
An FRP library for Kotlin, well integrating with JavaFX
https://github.com/schleifenkauz/reaktive
frp frp-library javafx
Last synced: 25 days ago
JSON representation
An FRP library for Kotlin, well integrating with JavaFX
- Host: GitHub
- URL: https://github.com/schleifenkauz/reaktive
- Owner: schleifenkauz
- Created: 2018-07-09T08:14:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T10:38:43.000Z (8 months ago)
- Last Synced: 2024-12-04T12:24:24.525Z (2 months ago)
- Topics: frp, frp-library, javafx
- Language: Kotlin
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `
- 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
- Nikolaus Knop ([email protected])