Hacker News new | ask | show | jobs
Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty (github.com)
1 points by vlaaad 35 days ago
The implementation uses jextract-generated bindings, so it can be considered a light-weight wrapper around libghostty and a rendering layer that uses JavaFX. Works on Windows too (unlike Ghostty :P)

And for Clojurists that use Cljfx, I also made https://github.com/cljfx/ghosttyfx — a wrapper that exposes GhosttyFX as a reactive view.