Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

File metadata and controls

7 lines (5 loc) · 343 Bytes

DecoderVIS

A visualizer written in C++ for surface code decoding.

Implementation

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.