Files
imgui-godot/doc/cpp-demo/README.md
Patrick Dawson 2ebac092fe WIP C++ example
2022-11-23 06:15:09 +01:00

202 B

A sample GDExtension using ImGui with a context from imgui-godot. Uses vcpkg and CMake for easy setup and fast builds.

cmake --preset msvc

cmake --build build --target install --config Debug