Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrebirth/jrebirth
JRebirth is a JavaFX Application Framework
https://github.com/jrebirth/jrebirth
application-framework javafx jrebirth
Last synced: 4 days ago
JSON representation
JRebirth is a JavaFX Application Framework
- Host: GitHub
- URL: https://github.com/jrebirth/jrebirth
- Owner: JRebirth
- License: apache-2.0
- Created: 2012-02-22T13:06:46.000Z (almost 13 years ago)
- Default Branch: 9x-dev
- Last Pushed: 2024-11-25T11:11:53.000Z (about 1 month ago)
- Last Synced: 2025-01-04T14:08:23.813Z (4 days ago)
- Topics: application-framework, javafx, jrebirth
- Language: Java
- Homepage: www.jrebirth.org
- Size: 18.9 MB
- Stars: 87
- Watchers: 23
- Forks: 33
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://www.jrebirth.org)
Live feed is available on our [Blog](http://blog.jrebirth.org)
[![Join the chat at https://gitter.im/JRebirth/JRebirth](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JRebirth/JRebirth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Download & Build
[ ![Download](https://api.bintray.com/packages/jrebirth/JRebirth/JRebirthAF/images/download.svg) ](https://bintray.com/jrebirth/JRebirth/JRebirthAF/_latestVersion)
[![Build Status](http://ci.jrebirth.org/job/JRebirth-8x/badge/icon)](http://ci.jrebirth.org/job/JRebirth-8x/)## Demo
Several Demos are available online :
- Apps
- [Showcase Demo](http://www.jrebirth.org/apps/Demo.html)
- [Mastering Tables Game](http://www.jrebirth.org/apps/MasteringTables.html)
- [Analyzer App](http://www.jrebirth.org/apps/Analyzer.html)
- Presentations
- [EclipseDay Prez](http://www.jrebirth.org/apps/EclipseDay.html)
- [Breizhcamp Prez](http://www.jrebirth.org/apps/Breizhcamp.html)
- [LightningTalk](http://www.jrebirth.org/apps/LightningTalk.html)
- [EclipseCON](http://www.jrebirth.org/apps/EclipseCON.html)
- [JRebirth Tour](http://www.jrebirth.org/apps/JRebirthTour.html)## Use it
Maven coordinates:
org.jrebirth.af
core
8.6.0
## Documentation
Documentation is available [here](http://www.jrebirth.org/doc/Toc.html).
## Build it
Requires [Git](http://git-scm.com/), [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven](http://maven.apache.org/).
git clone https://github.com/JRebirth/JRebirth.git
cd JRebirth/org.jrebirth.af
mvn clean install