Skip to content

Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.

Notifications You must be signed in to change notification settings

bonfirestudios/ImGui.NET-nativebuild

 
 

Repository files navigation

how to build

After syncing this repo: $ git submodule update --init --recursive

Then, to build release version: $ ./build-native.cmd

To build debug version: $ ./build-native.cmd Debug

Bonfire Notes

Install cmake and add it to your path. Version 3.27.6 should work. I also had to do this.

This was forked from a fork that I found in a github issue addressing how to build implot and other extensions for imgui.net.

These guys are also maintaining what seems to be a rather up to date version of all these as well, so it might be a reference if you run into trouble. Link to their imgui.net fork as well for reference.

About

Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 41.4%
  • CMake 40.6%
  • Shell 18.0%