Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptitnoony/timelinefx
JavaFX application to create timelines.
https://github.com/ptitnoony/timelinefx
Last synced: about 1 month ago
JSON representation
JavaFX application to create timelines.
- Host: GitHub
- URL: https://github.com/ptitnoony/timelinefx
- Owner: PtitNoony
- License: gpl-3.0
- Created: 2021-06-05T15:30:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:43:14.000Z (about 1 year ago)
- Last Synced: 2024-01-03T16:43:54.071Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TimelineFx
A JavaFx to build timelines, chronologies...![Simple Star Wars chronology](/docs/images/StarWars_Timeline/Star_Wars_v02.png?raw=true "Star Wars 1-3")
![Simple Star Wars chronology gallery](/docs/images/StarWars_Timeline/SW_E_01_Chronology_v2_medium.png?raw=true "Star Wars 1-3")
## Java Version
This version is for Java 17.
## Disclaimer
This small project is (still) in its early stages.
There are a lot of improvments yet to be made.SO, feel free to request changes!!
I welcome ideas for missing features/architectures...[![Codacy Badge](https://app.codacy.com/project/badge/Grade/28eaaa31088c42d4b7f3143b3c58d91a)](https://www.codacy.com/gh/PtitNoony/timelinefx/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PtitNoony/timelinefx&utm_campaign=Badge_Grade)
## Small examples
Two small examples are available via the UI.
### Star Wars examples
This will be the example most representative of the application's capabilities.
## Usage
If using maven, one can add the following dependency:
```xml
com.github.noony.app
timelinefx
1.0.0```