You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Basic 2D rendering and 1D projection using matrices