A visualizer written in C++ for surface code decoding.
Handles interface calls with Dear ImGui, and renders the visualization using OpenGL 3.3. Compilation done using CMake.
The libraries that I used for this project (GLFW, GLEW, GLM, Dear ImGui, STB, LEMON) are included in the \external directory.