mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 11:44:18 +00:00
13 lines
258 B
Markdown
13 lines
258 B
Markdown
Run, for example:
|
|
|
|
```
|
|
git clone https://github.com/ocornut/imgui
|
|
git -C imgui checkout v1.90.9-docking
|
|
git clone https://github.com/godotengine/godot
|
|
cd godot
|
|
scons custom_modules=../modules
|
|
cd ../project
|
|
godotenv addons install
|
|
../godot/bin/godot.* -e
|
|
```
|