JRebirth
JRebirth Application Framework for JavaFX graphical toolkit
A set of Showcase Applications are provided for code-centric documentation and they are used as integration test
More information is available on our website : www.jrebirth.org
Live feed is available on our Blog
Download & Build
Demo
Several Demos are available online :
- Apps
- Presentations
Use it
Maven coordinates:
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>core</artifactId>
<version>8.6.0</version>
</dependency>
Documentation
Documentation is available here.
Build it
Requires Git, Java 8 and Maven.
git clone https://github.com/JRebirth/JRebirth.git
cd JRebirth/org.jrebirth.af
mvn clean install