Home - LiruJ/GuiCookie GitHub Wiki
Intro
GuiCookie is a UI framework designed to load and manage the user interface of Monogame projects.
Styles and layouts are loaded from XML files meaning the UI can be designed without having to recompile the project every time.
This wiki is still a work in progress. If you wish to use this framework, you can join the Lovebirb Discord server where I will be able to personally help you, as well as deal with requests.
Installation
This framework is available on NuGet here and can be installed in Visual Studio with the NuGet package manager. Ensure that the dependencies LiruGameHelper and LiruGameHelperMonoGame are also installed, as GuiCookie relies on them.
If you are building from source, either install the dependency packages mentioned previously via NuGet, or build them from source from the LiruGameHelper Git.
Quick Start
If you are just looking to implement GuiCookie into your project (or see if it's worth it), check out the pages under the "Getting Started" section.