Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 618 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 618 Bytes

SDL2Project

This project is a copy of the video (3D Graphics with Drawl Pixel Rotating Cube SDLC2 C++ Project) https://www.youtube.com/watch?v=kdRJgYO1BJM Will need SDL2 installed, and some sort of C++ compiler. I had ming32. Was given some trouble compiling the first time around. To get around the compiler issues, I followed this video: https://www.youtube.com/watch?v=H08t6gD1Y1E mingw32-make would work instead of make. What is makefile? ... needed to add some extra libraries for some functionality. Commented alright. Issues: cube becomes tiny. Why? Hypothesis: floating point values loose accuracy. Fix? ...