I'm thinking about learning SQL. Would it be a sane decision for me to learn EdgeQL instead, as my first introduction to databases?
> I saw the performance gains with my own eyes. Entire UIs would chew up less resources than a blank QWindow. I already mentioned this: "many RMGUIs have heavy styling, visually incomparable to their IMGUI counterparts,…
Probably a decent chunk of the perceptual issue you're seeing comes from their choice of font rendering library, which is noticeably "the IMGUI font rendering library", and looks amateurish. This is stb_truetype, which…
> There is literally no downside to using the IMGUI concept There's a big downside, the performance penalty. For a GUI that renders moderately complex objects, the cost of not caching becomes overwhelming, the…
I'm thinking about learning SQL. Would it be a sane decision for me to learn EdgeQL instead, as my first introduction to databases?
> I saw the performance gains with my own eyes. Entire UIs would chew up less resources than a blank QWindow. I already mentioned this: "many RMGUIs have heavy styling, visually incomparable to their IMGUI counterparts,…
Probably a decent chunk of the perceptual issue you're seeing comes from their choice of font rendering library, which is noticeably "the IMGUI font rendering library", and looks amateurish. This is stb_truetype, which…
> There is literally no downside to using the IMGUI concept There's a big downside, the performance penalty. For a GUI that renders moderately complex objects, the cost of not caching becomes overwhelming, the…