Modern Applications in Godot 4
Godot is not just a great game engine. It also has a very powerful and flexible user interface system. It's easy to prototype UI in GDScript. You can fine-tune it in real time without having to restart the application. And not just the visuals but the logic as well. And what's great is that if you ever decide to move some heavy code to C++, it will be straightforward because the GDScript API maps almost 1:1 to the C++ API.
Long story short, I wrote Acrylic Window extension that helps to build custom UI in Godot.
FEATURES
1. Fully customizable custom frame in GDScript.
1. Fully customizable custom frame in GDScript.
2. Easily customizable built-in dark & white themes.
3. 5 backdrops: Solid, Transparent, Acrylic, Mica & Tabbed.