-
Notifications
You must be signed in to change notification settings - Fork 90
Home
Rofli "psydack" Sanches edited this page Apr 3, 2022
·
8 revisions
Welcome to the UImGui wiki!
Thanks for using the project.
If you have any suggestion or feedback, please feel free to comment on Issues
Install LuaJIT
- Mac you could use https://formulae.brew.sh/formula/luajit
- Windows you could use binary
- Linux (not tested)
You’ll need GCC (or other as clang)
- https://gcc.gnu.org/install/binaries.html
- Mac you could use
brew install gcc - Windows you could use MinGW
- Don’t forget to put
MinGW\bininto your PATH
- Don’t forget to put
Clone repos below recursively
Generate files
generate-all.[sh or bat]
Copy new definitions to ImGui.NET project
copy-jsons-to-generatecode-csharp.[sh or bat]