|
|
|
|
|
by dazzawazza
306 days ago
|
|
Within game development it's Dear ImGui. https://github.com/ocornut/imgui Normally with the Windows DX12 backend, sometimes with the SDL+OpenGL backend if you want cross platform support. Other frameworks are sort of disappearing. C++ all the way although some use it with C#. |
|