We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Marc Costa
This sounds like a nanovg problem (generating rendering data) and not a UI redraw problem (actual …
»
Taylor
Yes I'm quite sure. Xcode reports "High" energy use. Profiler reveals lots of layout and path tess…
»
Taylor
I think the approach I'm going to try is to separate my UI into two layers: static and dynamic. St…
»
spx
You are right. ,img was missing one check to prevent invalid access in case no parameters were gi…
»
seventh-chord
This release is very nice! I have however found one crash, when using the new image preview featur…
»
ratchetfreak
this is the reason why retained mode GUIs are a thing, they cache things so stuff doesn't need to …
»
erpeo93
Hi, I'm searching for the simplest and easiest way to keep two memory regions of the same size ali…
»
Mārtiņš Možeiko
So if you are limiting rendering at 60Hz, are you sure you need to reduce it more? The CPU usage s…
»
spx
I case you are not keeping up with the blog posts about new versions, here is good news. The newes…
»
spx
I normally try not to "hijack" other threads but since you mentioned it; codeclap also has the ad…
»
spx
​0.8.28 is now available as another build from the longer 0.8 path. Most notably DWARF support i…
»
Oliver Marsh
You could do dirty rectangles, where you just update what has changed.
»
Taylor
I'm already doing that. It renders at 60fps.
»
Mārtiņš Možeiko
You can enable vsync. No reason to render more frames than monitor can show. This will make your c…
»
Taylor
I'm doing an animated UI with a little immediate mode UI library I've written on top of nanovg. Cu…
»
SIMPalaxy
Super excited for this project!! Best of luck! A vector graphics program with better UI sounds fan…
»
albatros
Well, development of has stopped and is awesome, so the answer has changed :)
»
Miguel Lechón
In this People have asked if RemedyBG will support Linux. The answer is no. Check out Lysa for th…
»
Daniel
Hi! Is a Linux version coming at some point? Any predictions? Best, Daniel
»
Oliver Marsh
Thanks for the clarification rationalcoder, yea, so if you're scaling your glyph bitmap rendered w…
»
Finalspace
I have built a visual editor for writing & validating doxygen documentation files and wanted to sh…
»
Blake Martin
Nevermind. I went and looked at the code, and he is allocating in blocks after all. I'm not sure h…
»
Mārtiņš Možeiko
Which day are we talking about? Many things have changed between different days... Can you point t…
»
Blake Martin
That is what already do. It just seems that Casey, with his "growable" arenas on x64, doesn't, an…
»
Mārtiņš Možeiko
Are you sure you are allowed to commit page without reserving it? I'm pretty sure you cannot, Virt…
»
Blake Martin
For my projects, I always do arena allocation in two steps: On HMH, Casey talks about something s…
»
Blake Martin
Well, the idea here is that the raster (bmp) conversion is done at the final display resolution wh…
»
Robert Hickman
Another thought I had about this is databases. An SQL database for instance is essentially dynamic…
»
Oliver Marsh
Thanks for the link, it was a good reference. Does the sub-pixel and aa rendering only apply from…
»
x13pixels
Still crunching through the 1975 debugger feature set... However, there are some cool new features…
»