this is the reason why retained mode GUIs are a thing, they cache things so stuff doesn't need to …
Hi, I'm searching for the simplest and easiest way to keep two memory regions of the same size ali…
So if you are limiting rendering at 60Hz, are you sure you need to reduce it more? The CPU usage s…
I case you are not keeping up with the blog posts about new versions, here is good news. The newes…
I normally try not to "hijack" other threads but since you mentioned it; codeclap also has the ad…
0.8.28 is now available as another build from the longer 0.8 path. Most notably DWARF support i…
You could do dirty rectangles, where you just update what has changed.
I'm already doing that. It renders at 60fps.
You can enable vsync. No reason to render more frames than monitor can show. This will make your c…
I'm doing an animated UI with a little immediate mode UI library I've written on top of nanovg. Cu…
Super excited for this project!! Best of luck! A vector graphics program with better UI sounds fan…
Well, development of has stopped and is awesome, so the answer has changed :)
In this People have asked if RemedyBG will support Linux. The answer is no. Check out Lysa for th…
Hi! Is a Linux version coming at some point? Any predictions? Best, Daniel
Thanks for the clarification rationalcoder, yea, so if you're scaling your glyph bitmap rendered w…
I have built a visual editor for writing & validating doxygen documentation files and wanted to sh…
Nevermind. I went and looked at the code, and he is allocating in blocks after all. I'm not sure h…
Which day are we talking about? Many things have changed between different days... Can you point t…
That is what already do. It just seems that Casey, with his "growable" arenas on x64, doesn't, an…
Are you sure you are allowed to commit page without reserving it? I'm pretty sure you cannot, Virt…
For my projects, I always do arena allocation in two steps: On HMH, Casey talks about something s…
Well, the idea here is that the raster (bmp) conversion is done at the final display resolution wh…
Another thought I had about this is databases. An SQL database for instance is essentially dynamic…
Thanks for the link, it was a good reference. Does the sub-pixel and aa rendering only apply from…
Still crunching through the 1975 debugger feature set... However, there are some cool new features…
xkcd was kind of answer to your "if there should be a simple flat file format that keeps all the i…
Could you point me in the direction of some resources about font smoothing and the difference betw…
I don't see how the xkcd strip is relatable here, gltf being the only standard format that claims …
Each use case is different. Different software have different requirements. Sure some are more te…