A C program that shows the projection of a hypercube rotating in 4-dimensional space over time.
Build with CMake. Create a build/ directory and inside of it, run...
cmake ..
make
or compile with gcc by running...
gcc main.c $(find ./src/ -name "*.c") -o hopercube-visualizer -lm -lSDL3 -lSDL3_ttf