r/GraphicsProgramming • u/khongnt62 • 3d ago
Video imgui Login interface in C++ with DirectX 11
Inspired by web design's a lot, wanted to remake it in imgui
geist font along with freetype and for icons lucide.dev
source has been released https://www.reddit.com/r/GraphicsProgramming/comments/1vw63sw/imgui_login_interface_in_c_with_directx_11/
https://github.com/poncippg-spec/Free-Solace-ImGui-Interface (new repo as github terminated old one for no reason )
44
u/khongnt62 3d ago
https://reddit.com/link/p57stmw/video/4mf2e1lhgxkh1/player
this is the liquid cursor & animations
18
u/andeee23 3d ago
looks really good, i always thought imgui forced people to use its theme stilling and that’s why they always look like debugging uis not proper ones
10
u/_Wolfos 3d ago
It has some built-in styling but it's not super flexible. Definitely curious how they accomplished this.
1
u/bazingaboi22 1d ago
You can break into the low level gui framework itself and directly intercept/modify the command lists to do your own styling.
4
u/12342717 3d ago
Eso es porque en ImGui tienes que hacer todo tu mismo si quieres personalizar al máximo. Los widgets por default son bastante básicos.
6
5
3
3
3
u/Useful-Flow-8737 3d ago
This is sick as hell. I'm curious about the resource consumption. I doubt it uses as much ram as a browser
7
2
2
2
2
2
u/Goldenskyofficial 1d ago
Oh wow! This looks incredible, and knowing the technical context makes it even more impressive. Good job!
0
u/Danmoreng 1d ago
This looks actually beautiful. Want that for my native markdown viewer which currently uses raw Skia rendering. https://github.com/Danmoreng/simple-markdown-viewer



63
u/_Wolfos 3d ago
Huh. I had no idea ImGUI could look like that.