All Projects → ahinchman1 → TornadoFX-DnD-TilesFX

ahinchman1 / TornadoFX-DnD-TilesFX

Licence: other
Tornado FX

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to TornadoFX-DnD-TilesFX

FxEditor
JavaFX rich text editor able to handle billions of lines (WORK IN PROGRESS)
Stars: ✭ 21 (-16%)
Mutual labels:  javafx-desktop-apps, javafx-gui
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+988%)
Mutual labels:  javafx-desktop-apps, javafx-gui
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-24%)
Mutual labels:  javafx-desktop-apps, javafx-gui
CurrencyConverter
Currency Converter App using fixer API at http://api.fixer.io
Stars: ✭ 22 (-12%)
Mutual labels:  javafx-desktop-apps, javafx-gui
subtitles-view
基于javaFX的简单字幕处理桌面程序,集成在线翻译及语音转换
Stars: ✭ 368 (+1372%)
Mutual labels:  javafx-desktop-apps, javafx-gui
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (+16%)
Mutual labels:  javafx-desktop-apps, javafx-gui
gramophy
A JavaFX based Open-Source YouTube Music Downloader/Player
Stars: ✭ 88 (+252%)
Mutual labels:  javafx-desktop-apps, javafx-gui
Tornadofx
Lightweight JavaFX Framework for Kotlin
Stars: ✭ 3,499 (+13896%)
Mutual labels:  tornadofx
PrayerTimes
Desktop application 💻 for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) ⏰ for the prayer times.
Stars: ✭ 151 (+504%)
Mutual labels:  javafx-desktop-apps
Insulator
A client UI to inspect Kafka topics, consume, produce and much more
Stars: ✭ 53 (+112%)
Mutual labels:  tornadofx
tqrespec
TQRespec - The respec tool for Titan Quest game
Stars: ✭ 59 (+136%)
Mutual labels:  javafx-desktop-apps
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+236%)
Mutual labels:  javafx-desktop-apps
GNCarousel
Carousel based on web design
Stars: ✭ 19 (-24%)
Mutual labels:  javafx-gui
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+9440%)
Mutual labels:  javafx-desktop-apps
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (+76%)
Mutual labels:  javafx-desktop-apps
sqlbrowserfx
A feature rich cross platform sql client for SQLite , MySQL.
Stars: ✭ 19 (-24%)
Mutual labels:  javafx-desktop-apps
JFXC
Jonato JavaFX Controls - More Power for your JavaFX Gui
Stars: ✭ 42 (+68%)
Mutual labels:  javafx-gui
WebcamFX
Open the camera, take pictures 📷 & save them using Javafx.
Stars: ✭ 39 (+56%)
Mutual labels:  javafx-desktop-apps
ChatRoomFX
JavaFX ChatRoom using JAVA RMI
Stars: ✭ 33 (+32%)
Mutual labels:  javafx-desktop-apps
Tutorials
Step by step to learn coding and build Apps 🎉. Code files of Youtube & University tutorials.
Stars: ✭ 80 (+220%)
Mutual labels:  tornadofx

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

    {
             "title": "a_block",
             "width": 100.0,
             "height": 100.0,
             "color": "#00AEEF"
    }
    

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].