Native app displaying TornadoFX's latest features and the ease of integrating existing JavaFX libraries with TornadoFX. A basic drag-and-drop for a custom object without the use of Clipboard for custom grid creations using TilesFX.
JSON Support: Lightweight support for reading JSON files and parsing them into files. Define your grids and tiles using JSON files for grid/tile construction
{
"title": "a_block",
"width": 100.0,
"height": 100.0,
"color": "#00AEEF"
}