Skip to content

Dear ImGui wrapper for the Beef Programming Language

Notifications You must be signed in to change notification settings

RogueMacro/imgui-beef

Repository files navigation

Dear ImGui wrapper for the Beef Programming Language

Build

Building

Every time a new ImGui version is pushed to the cimgui repository, new bindings will be generated and tagged with the new version.

Optionally, you can clone and build the repository for the latest version of ImGui. Take a look at the build workflow for instructions on how to build and generate bindings on your operating system. See cimgui for instructions on how to generate the binding information used by the imgui-beef generator.

Usage

Clone the project into BeefLibs, then in the IDE, right click your workspace and go Add From Installed > ImGui, ImGuiImpl...your impl... You can also clone it to any other directory then go Add existing project > /path/to/ImGui