Make your own GUI apps in C++ (with ImGui and Vulkan)

Walnut ► Support my work ► Instagram ► Twitter ► Discord ► I made a little UI framework called Walnut! This is meant to be something super-easy and lightweight to setup and use for any kind of GUI application, and the native integration with Vulkan makes this perfect for graphics/rendering related apps. In fact, we’ll be using Walnut very soon for an exciting new series on this channel! I made Walnut in around six hours, so there are bound to be some issues lacking features. The reason I made it in the first place is so we could make a launcher for our game Forest (), which we made in 72 hours for Ludum Dare 50. We wanted to use elements from Hazel’s UI library (which uses Dear ImGui), but we didn’t want the entirety of Hazel statically compiled into the launcher, so I quickly put Walnut together. Since a lot of you sh
Back to Top