imgui-beef icon indicating copy to clipboard operation
imgui-beef copied to clipboard

Dear ImGui wrapper for the Beef Programming Language

Results 1 imgui-beef issues
Sort by recently updated
recently updated
newest added

There is a small issue with the ImGuiImplSDL2 where it can't find the Renderer type. Easily fixed by changing `Renderer* renderer` to `SDL2.SDL.Renderer* renderer`. It'd probably be best to fix...