Skip to content
George Melissourgos edited this page Jun 22, 2018 · 3 revisions

Hi, welcome to the GraphCreator wiki!

What is GraphCreator?

GraphCreator is a java library. It runs on JavaFX (development), so in order to use it you need JavaFx installed. Luckily for the windows users it comes pre-installed with Java, for the Linux users install it separately (for Ubuntu-based Os: sudo apt-get install openjfx).

How GraphCreator work?

The core of the GraphCreator is an SVG path, this path follows the points the user gives. On top of that path sit properties for customizing its appearance.

System Design

Top level system design