Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```