There is no code checked in yet.
IGSS is a style system for ImGui. It supports parent styles and a versatile element coloring system.
IGSS is based on Walnut and has the same build requirements, essentially Vulkan and Visual Studio. The created styles can be used on any platform.
- Visual Studio 2022 (not strictly required, however included setup scripts only support this)
- Vulkan SDK (preferably a recent version)
Once you've cloned, run scripts/Setup.bat
to generate Visual Studio 2022 solution/project files. Once you've opened the solution, you can run the WalnutApp project to see a basic example (code in WalnutApp.cpp
). I recommend modifying that WalnutApp project to create your own application, as everything should be setup and ready to go.
- Dear ImGui
- GLFW
- stb_image
- GLM (included for convenience)
- Walnut (and IGSS) uses the Roboto font (Apache License, Version 2.0)