A simple graphics framework implementation using OpenGL following the YouTube series
OpenGL and using Circular Times Tables as an example. This project can serve as a starting point for venturing into OpenGL with C++ and Visual Studio with minimum setup required
View Demo
·
Report Bug
·
Request Feature
To get the code up and running follow these simple steps.
- Have Visual Studio up and running on your Windows computer
-
Open the Diving into OpenGL.sln file in Visual Studio
-
Run timesTables.cpp
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.