Skip to content

Brandon-Reichman/hypercube-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small app to visualize a hypercube rotating in four dimensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors