Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 480 Bytes

File metadata and controls

23 lines (15 loc) · 480 Bytes

Hypercube Visualizer

A C program that shows the projection of a hypercube rotating in 4-dimensional space over time.

Requirements

Build

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