schmelczer-dev/src/content/posts/graph-editor-javafx-simulation-input.md

848 B

title description date projectPeriod thumbnail tags role stack outcome audience links
A JavaFX Graph Editor for Simulation Input A small JavaFX editor for creating and uploading graph input for the cooling system simulator. 2026-04-25 October-November 2018
src alt
./_assets/process-simulator-input.jpg JavaFX graph editor for the cooling system simulator.
simulation
tools
Editor author
JavaFX
JSON
REST API
An editor for building input graphs and sending them to the simulation backend technical

This was a small editor for building input graphs for the cooling system simulator.

Nodes could be moved with drag-and-drop gestures. Element parameters were edited on the right panel.

The UI was built with JavaFX. The output could be exported as JSON or uploaded directly to the simulation backend.