Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 545 Bytes

3D Spinning Cube


This is a simple 3D projection of a Cube in C++


Libraries:

  • SDL2
  • SDL2-TTF
  • Custom MatrixMath Library

Matrices used:

  • Simple Projection matrix
  • X/Y/Z Rotation matrix

Inspired by @Daniel Shiffman's Coding Challenge #112


screenshot