Rewrite of DEADCELL-GUI but much more feature complete. This is purely GUI code, nothing else.
- Event-driven
- Flex-box-like layout model (using Meta's Yoga library)
- Support for multiple windows
- Modal/popout windows
- Blur shader for title bar (DX11 only)
See menu.cpp for an example. ImGui must be using the shadows branch.
- Working example and build process
- Cut down on a lot of boilerplate code related to event handling in controls
- Additional controls
- General cleanup
Images are slightly outdated but the general design is the same
- czapek for a lot of help with the layout and shader code