Skip to content

Instantly share code, notes, and snippets.

View hydrodog's full-sized avatar

Dov Kruger hydrodog

View GitHub Profile
#include <GL/glew.h>
#include "common/common.hh"
#include <glm/glm.hpp>
#include <glm/ext.hpp>
#include <numbers>
#include <iostream>
#include <iomanip>
#include <cstdint>
#include <string>
using namespace std;