This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Johan Vos
johanvos.bsky.social
did:plc:tysr26jaqf3moymuf7jc2uyr
JavaFX Performance tip: do not use Platform.runLater() unless you're sure it is required. The Runnables are executed on the same platform thread that is also doing the layout at 60 fps.
I often see Platform.runLater() is used "just to make sure..." but that can slow down performance.
2024-11-27T15:50:21.953Z