https://github.com/imguinet/imgui.net-nativebuild
Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.
https://github.com/imguinet/imgui.net-nativebuild
Last synced: 3 months ago
JSON representation
Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.
- Host: GitHub
- URL: https://github.com/imguinet/imgui.net-nativebuild
- Owner: ImGuiNET
- Created: 2018-10-08T07:46:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T20:27:20.000Z (10 months ago)
- Last Synced: 2025-08-24T22:00:13.164Z (9 months ago)
- Language: Batchfile
- Homepage: https://github.com/mellinoe/imgui.net
- Size: 61.5 KB
- Stars: 35
- Watchers: 2
- Forks: 67
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Update to the latest cimgui version
1. git submodule update --init
2. git submodule update --remote
3. Update the version in version.json file
4. and then git commit + push.
# To Trigger a release push a tag as shown below
2. git tag -a v1.4 -m "my version 1.4"
3. git push origin v1.4