Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 231 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 231 Bytes

Basic 2D

Basic 2D rendering and 1D projection using matrices. The goal is to really understand how 3D rendering is done, my reducing the problem by one dimension.

Sfml is used to power bScreen.hpp, but otherwise its only c++11