This branch will be for linux and it will use cmake instead of premake. It should compile in windows ig .. It's tested on linux only tho.
- It uses my fork of imgui instead of the cherno's.
- It uses imgui's default font not Roboto(the one the cherno is useing)
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.
Forest Launcher - an application made with Walnut- CMake >= 3.16
mkdir build && cd build
cmake ..
cmake --build . -jN # replace N with amount of cores u want to build with
- Dear ImGui
- GLFW
- stb_image
- GLM (included for convenience)