Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 356 Bytes

What is this?

This is a simple sandbox application for trying out some 3D rendering with OpenGL, and integrating libraries like ImGui for debug GUI.

Cloning

This project uses git submodules for its dependencies. Use recursive cloning to pull the submodules. git clone --recurse-submodules https://github.com/gRichardson108/opengl_imgui_sandbox.git