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…
You could do dirty rectangles, where you just update what has changed.
Taylor —
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 …
Taylor —
I'm doing an animated UI with a little immediate mode UI library I've written on top of nanovg.
…
Super excited for this project!!
Best of luck! A vector graphics program with better UI sounds f…
Well, development of Lysa has stopped and CodeClap is awesome, so the answer has changed :)
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
Thanks for the clarification rationalcoder, yea, so if you're scaling your glyph bitmap rendered …
I have built a visual editor for writing & validating doxygen documentation files and wanted …
Nevermind. I went and looked at the code, and he is allocating in blocks after all. I'm not sure …
Which day are we talking about? Many things have changed between different days... Can you point …
That is what I already do. It just seems that Casey, with his "growable" arenas on x64, doesn't, …
Are you sure you are allowed to commit page without reserving it? I'm pretty sure you cannot, Vir…
For my projects, I always do arena allocation in two steps:
Reserve virtual address space for the…
Well, the idea here is that the raster (bmp) conversion is done at the final display resolution w…
Another thought I had about this is databases. An SQL database for instance is essentially dynami…
Thanks for the link, it was a good reference. Does the sub-pixel and aa rendering only apply fro…
Still crunching through the 1975 debugger feature set... However, there are some cool new feature…
xkcd was kind of answer to your "if there should be a simple flat file format that keeps all the …
https://www.grc.com/ctwhat.htm
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…
https://xkcd.com/927/
Each use case is different. Different software have different requirements…
I wrote a parser for gltf files this weekend and found it extremely cumbersome to extract the inf…