Skip to content

JRebirth/JRebirth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

Join the chat at https://gitter.im/JRebirth/JRebirth

Download & Build

Download Build Status

Demo

Several Demos are available online :

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