Open GL exercises from a school project - Computer Graphics. Implementing various project using OpenGL in C++
Stashed changes
- OpenGL is deprecated on newer MacOS so it might not work on yours.
- Xcode ––> Project Settings ––> Targets
- Add 2 Frameworks for this to build & run
- OpenGL & GLUT Framework
Before doing these exercise learn how Bresenham algorith works! https://youtu.be/vlZFSzCIwoc Also learn how double buffer works in OpenGL https://youtu.be/g9AnCgpBWUk
- Implement a Bresenham algorithm to draw a line
- The result should draw pixelated (staircase) 3 lines with different colors


