6 ms·
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 3
by oddthink 3y 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.
- slabity 3y agoThe 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.