BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

ImGui Basics

This section is dedicated to ImGui, a library used for creating a user-friendly interface. There’s buttons, sliders, checkboxes, dropdowns, and all sorts of options. It also assumes you’re using the template, as the template automatically includes the ImGui library.

And here’s a useful interactable imgui demo to see what these look like in action
https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html


Written by ubelhj