Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 822 Bytes

File metadata and controls

14 lines (9 loc) · 822 Bytes

Hypercube Visualization

A real-time hypercube projection and rendering demo built with C++/CUDA, SDL3, and legacy OpenGL.

This project builds a 5-dimensional hypercube model, applies high-dimensional rotations across all coordinate planes, projects the result into three dimensions, and renders the dynamic structure with translucent faces, glowing edges, and animated vertices. The application uses CUDA kernels for parallel rotation and projection computation, SDL3 for window and event handling, and OpenGL for graphical output.

Result

Screenshot

References