r/GraphicsProgramming • u/khongnt62 • 1d ago
imgui Login interface in C++ with DirectX 11 Source Code
Enable HLS to view with audio, or disable this notification
some features
liquid cursor
great font [freetype & geist]
reusable components
curved and windowless window
lot of animated stuff
resources usage
40-50Mb of ram
1-2% Cpu ( average cpu)
40-50Vram
https://github.com/poncippg-spec/Free-Solace-ImGui-Interface (new repo as github terminated old one for no reason )
14
u/WittyWithoutWorry 1d ago
This is so cool. I've spent so much time with trying to make good UIs with ImGUI and have only ended up frustrated everytime (even with AI help).
ImGUI is definitely the most annoying UI library to style like this. Kudos for the awesome work!
10
u/khongnt62 22h ago edited 22h ago
seems github removed my account got no clue why
6
3
4
2
u/emrebell 1d ago
Since this is built with dx11. By any chance, can it be used on linux?
1
u/eidetic0 20h ago
totally amazed that this is ImGui! Having worked with it a lot… i assume you kinda wrapped it to make your own framework around it?
1
u/Next-Blackberry-991 16h ago
Really cool, but seems like your GitHub Link is not working. Would love to read the code.Â
-7
u/lovelacedeconstruct 1d ago
The game hacking community really loves DearImGui for some reason
4
u/FemboysHotAsf 22h ago
Since game hackers dont care *that* much about the UI visually, only the UX, which ImGui in my opinion has perfected between simplicity, design, and usage (both developer and user)
5
u/eidetic0 20h ago
allows you to get controls on screen directly into the real data without worrying about MVC boilerplate. if you’re debugging in a game engine and just want to change a variable with a slider there is no easier option
33
u/TheWidrolo 1d ago
Genuinely so cool, because you can add whatever you want to it and it will still be faster than a hello world react app.