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.
Mārtiņš Možeiko
So if you are limiting rendering at 60Hz, are you sure you need to reduce it more? The CPU usage …
»
spx
I case you are not keeping up with the blog posts about new versions, here is good news. The newe…
»
spx
albatrosWell, development of Lysa has stopped and CodeClap is awesome, so the answer has changed …
»
spx
​0.8.28 is now available as another build from the longer 0.8 path. Most notably DWARF support is…
»
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 …
»
Taylor
I'm doing an animated UI with a little immediate mode UI library I've written on top of nanovg. …
»
SIMPalaxy
Super excited for this project!! Best of luck! A vector graphics program with better UI sounds f…
»
albatros
Well, development of Lysa has stopped and CodeClap is awesome, so the answer has changed :)
»
Miguel Lechón
In this 2017 thread x13pixels6/21/2017 ---------- People have asked if RemedyBG will support Lin…
»
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 …
»
Finalspace
I have built a visual editor for writing & validating doxygen documentation files and wanted …
»
Blake Martin
Nevermind. I went and looked at the code, and he is allocating in blocks after all. I'm not sure …
»
Mārtiņš Možeiko
Which day are we talking about? Many things have changed between different days... Can you point …
»
Blake Martin
That is what I already do. It just seems that Casey, with his "growable" arenas on x64, doesn't, …
»
Mārtiņš Možeiko
Are you sure you are allowed to commit page without reserving it? I'm pretty sure you cannot, Vir…
»
Blake Martin
For my projects, I always do arena allocation in two steps: Reserve virtual address space for the…
»
Blake Martin
Well, the idea here is that the raster (bmp) conversion is done at the final display resolution w…
»
Robert Hickman
Another thought I had about this is databases. An SQL database for instance is essentially dynami…
»
Oliver Marsh
Thanks for the link, it was a good reference. Does the sub-pixel and aa rendering only apply fro…
»
x13pixels
Still crunching through the 1975 debugger feature set... However, there are some cool new feature…
»
Mārtiņš Možeiko
xkcd was kind of answer to your "if there should be a simple flat file format that keeps all the …
»
Blake Martin
https://www.grc.com/ctwhat.htm
»
Oliver Marsh
Could you point me in the direction of some resources about font smoothing and the difference bet…
»
Guntha
I don't see how the xkcd strip is relatable here, gltf being the only standard format that claims…
»
Mārtiņš Možeiko
https://xkcd.com/927/ Each use case is different. Different software have different requirements…
»
albatros
This looks awesome ! :D
»
novus1044
I wrote a parser for gltf files this weekend and found it extremely cumbersome to extract the inf…
»