Microkernel architecture pattern for JavaFX application.
This library want to provide all necessary utilities for creating a modular software (management of : layout, data, service, modules, notification, scenes, etc).
Add-ons will be progressively added.
- Windows
- Linux
- Mac
- Language : Java 11
- GUI : JavaFX 11.0.1
- Compilation : Gradle 5.4.1
- Libaries :
- Layout management
- Module management
- Service management
- Link management
- Save management
- Data management
- Log management
- Finalize JavaFX 2.0
- Amelioration of data management
- Creation of documentation / wiki
- Creation of basic example project (paint software) for demonstration of JCoreFX.
JCoreFX's code (version 1.0) is the kernel of a software realized by :
- VianneyDoleans
- ValMont13
- Another person who wants to be anonymous
For some reasons, this software was restarted from zero with another language / technologies.
With approval of my teammates, I deleted all the parts that were not part of kernel, and refactor the rest.
JCoreFX 1.0 is the result of this step.
I will transform this kernel into a library, and continue to develop it, under the name of JCoreFX.
The project cannot be used for the moment. JCoreFX's code was, originally, embedded in a software. It wasn't a library.
It will be fix it for JCoreFX 2.0.