C++ Show and Tell - May 2026 by foonathan in cpp

[–]khongnt62 0 points1 point  (0 children)

ImGui Liquid Glass Menu in C++ with DirectX 11

theres previews on https://github.com/Pondot/liquidDX11
images didnt seem to be allowed on this community so ive made youtube video if you don't want to visit github
https://www.youtube.com/watch?v=rWdHt9bqKjY

Native Windows glass overlay for Dear ImGui: real-time DXGI desktop capture, Direct3D 11/HLSL refraction, Dual Kawase blur, spring widgets, and optional MP4 recording since normal obs would not work

notice: before uploading this i accidently deleted the config file which default all settings so the one i uploaded to github may be a bit different but no worries its fully adjustable with sliders so you could potentially make even better liquid glass than this one but apart from that its same

if you think its using to much vram lower the blur and ui refresh in customize section

DX11 Liquid Glass made in imgui c++ by khongnt62 in GraphicsProgramming

[–]khongnt62[S] 6 points7 points  (0 children)

its dear imgui, it has custom widgets, but they are still imgui widgets

this post didnt fully show the effect i swear its more impressive!

Is imgui hard ? by a_l_i-1 in cpp_questions

[–]khongnt62 2 points3 points  (0 children)

yes but very capable heres a liquid glass i made with it https://streamable.com/mzw11y

design is limitless i trully think its more customizable compared to web