Add project writeups
This commit is contained in:
parent
b20139cb60
commit
e5a219499e
17 changed files with 743 additions and 0 deletions
21
src/content/posts/graph-editor-javafx-simulation-input.md
Normal file
21
src/content/posts/graph-editor-javafx-simulation-input.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: A JavaFX Graph Editor for Simulation Input
|
||||
description: A small JavaFX editor for creating and uploading graph input for the cooling system simulator.
|
||||
date: 2026-04-25
|
||||
projectPeriod: 'October-November 2018'
|
||||
thumbnail:
|
||||
src: ./_assets/process-simulator-input.jpg
|
||||
alt: JavaFX graph editor for the cooling system simulator.
|
||||
tags: ['simulation', 'tools']
|
||||
role: Editor author
|
||||
stack: ['JavaFX', 'JSON', 'REST API']
|
||||
outcome: An editor for building input graphs and sending them to the simulation backend
|
||||
audience: technical
|
||||
links: []
|
||||
---
|
||||
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue