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
Several Demos are available online :
- Apps
- Showcase Demo
- Mastering Tables Game
- Analyzer App
- Presentations
- EclipseDay Prez
- Breizhcamp Prez
- LightningTalk
- EclipseCON
- JRebirth Tour
Maven coordinates:
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>core</artifactId>
<version>8.5.0</version>
</dependency>
Documentation is available here.
Requires Git, Java 8 and Maven.
git clone https://github.com/JRebirth/JRebirth.git
cd JRebirth/org.jrebirth.af
mvn clean install