|
|
|
|
|
by pipio21
2979 days ago
|
|
I believe it is JSON what is broken. I do not understand the article at all. We created our own GUI development using Dear IMGUI. It is probably the simplest GUI in the world. For text we use our own rasterizer library. But it comes at a price: It just continuously draws the screen, 60 times per second, which makes the battery of laptops last very little. Now our software uses a fork of Dear Imgui that does not update the screen but just when necessary. Before Dear Imgui, we tried Qt, GTK, Web, Win32. Making your own widgets with hardware accelerated fonts that you control is extremely complicated in those GUIs. |
|