Files
imgui-godot/doc/examples/Module/README.md
2024-08-01 22:52:05 +02:00

13 lines
258 B
Markdown

Run, for example:
```
git clone https://github.com/ocornut/imgui
git -C imgui checkout v1.91.0-docking
git clone https://github.com/godotengine/godot
cd godot
scons custom_modules=../modules
cd ../project
godotenv addons install
../godot/bin/godot.* -e
```