/tesseract

Primary LanguageC++MIT LicenseMIT

A simple 4D-hypercube (tesseract) visualizer using OpenGL.

Building

One must first install the system-wide requisites: - OpenGL headers - GLFW

One must also install GLAD and GLM into the glad and glm directories, respectively. Both are expected to be located in the project root.

Then, simply run make.

Running

The generated program will be called bin, and must be run without arguments, from the project root (or else it will not find its shaders).