Cleanup files, add comments
This commit is contained in:
@@ -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/ ##
|
||||
|
||||
@@ -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 ##
|
||||
##############################################################################
|
||||
|
||||
@@ -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 ##
|
||||
##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user