A simple 4D-hypercube (tesseract) visualizer using OpenGL.
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
.
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).