Walnut is a simple application framework built with Dear ImGui and designed to be used with Vulkan - basically this means you can seemlessly blend real-time Vulkan rendering with a great UI library to build desktop applications. The plan is to expand Walnut to include common utilities to make immediate-mode desktop apps and simple Vulkan applications.
Currently supports Windows, Linux - with macOS support planned.
Added example RayTracing App from TheCherno/RayTracing
- CMake
- Vulkan SDK (preferably a recent version)
- Dear ImGui
- GLFW
- stb_image
- GLM (included for convenience)
- Walnut uses the Roboto font (Apache License, Version 2.0)