CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.14k stars 883 forks source link

Adding CMake-ified, devcontainer-enabled version of ImGuizmo #307

Open aniongithub opened 1 year ago

aniongithub commented 1 year ago

PR for issue https://github.com/CedricGuillemet/ImGuizmo/issues/305

Adding CMake support Using CMake-ified ImGui instead of local copy Switched out windows specific example code for platform-independent SDL2 + OpenGL3 impl code Added VSCode files to enable seamless devcontainer development and a launch.json for the example Removed all binaries from the package

See original PR #306 for previous comments and conversation