项目作者: ahinchman1

项目描述 :
Tornado FX
高级语言: Kotlin
项目地址: git://github.com/ahinchman1/TornadoFX-DnD-TilesFX.git
创建时间: 2017-10-22T13:17:31Z
项目社区:https://github.com/ahinchman1/TornadoFX-DnD-TilesFX

开源协议:

下载


TornadoFX-DnD-TilesFX

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.

Notable TornadoFX features:

  • Datagrid paginators: paginate cells with a set cell count per page
  • 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

    1. {
    2. "title": "a_block",
    3. "width": 100.0,
    4. "height": 100.0,
    5. "color": "#00AEEF"
    6. }

    Models and Scopes:

  • TileBuilder: builds a single tile using TilesFX
  • TilePlacement and GridInfo: used to create custom grids with TilesFX
  • GridScope: used to pass information from a selected datagrid to generate a custom grid

alttext