Cleanup files, add comments

This commit is contained in:
2020-06-12 00:35:55 -04:00
parent 1076427f84
commit a64ff73f1f
18 changed files with 35 additions and 170 deletions

View File

@@ -1,5 +1,7 @@
/*#############################################################################
## Author: Shaun Reed ##
## Requires freeglut3-dev to be installed with your package manager ##
## To build an executable: `g++ test-gl.cpp -w -lGL -lGLU -lglut -o test` ##
## ##
## Testing building OpenGL projects with source code from lazyfoo - ##
## https://lazyfoo.net/tutorials/OpenGL/ ##

View File

@@ -1,6 +1,8 @@
/*#############################################################################
## Author: Shaun Reed ##
## Legal: All Content (c) 2019 Shaun Reed, all rights reserved ##
## Requires SDL: `sudo apt-get install libsdl2-dev` ##
## To build: `mkdir build && cd build && cmake .. cmake --build .` ##
## ##
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com | GitHub: shaunrd0 ##
##############################################################################

View File

@@ -1,6 +1,8 @@
/*#############################################################################
## Author: Shaun Reed ##
## Legal: All Content (c) 2019 Shaun Reed, all rights reserved ##
## Requires SDL: `sudo apt-get install libsdl2-dev` ##
## To build an executable: `g++ inherited.cpp -lSDL2 -o test` ##
## ##
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com | GitHub: shaunrd0 ##
##############################################################################