5 ms·
It was written from scratch with a custom OpenGL renderer (a DirectX port is in progress for Windows) and a custom IMGUI layer on top.
by vjekoslav 2y ago
It was written from scratch with a custom OpenGL renderer (a DirectX port is in progress for Windows) and a custom IMGUI layer on top.
- zerr 2y agoYou mean all those complex UI stuff code is written in immediate GUI? How maintainable/readable is the resulting code?
- vjekoslav 2y agoWay more maintainable than anything from MS that I'd have to deal with.
- zerr 2y agoHow about the CPU usage? Running a main loop at 60hz for a file manager sounds bit overkill. Agree about the MS offerings. That's why I use cross-platform frameworks (wx, qt) even for the Win-only apps.
- GuestHNUser 2y agoGive the demo a try. I compared the CPU usage to the win10 file explorer, and they look identical (both are minuscule); it's super impressive.
- qingcharles 2y agoHow is the support for CJK and insane Unicode like emoji surrogates? Dealing with some of those edge cases can break a man.