Hacker News new | ask | show | jobs
by oddthink 905 days ago
Is the selling point for this easier custom widgets than in other frameworks?

Maybe my standards are too low, but for quick internal tools, it's hard to beat 30-year-old Tcl+Tk.

1 comments

The selling point is described quite well under "The Pitch" section of the README.

Unlike most other toolkits, this one doesn't actually handle its own rendering/contexts. It outputs the low-level vertex buffers and textures that you can pull into your own graphics pipeline. Which means you can integrate it into any sort of 3d application or backend that you want.