https://github.com/ajaybiswas22/opengl-cpp
OpenGL C++ tutorial
https://github.com/ajaybiswas22/opengl-cpp
3d game-development glsl-shaders opengl tutorial version-4-4
Last synced: 8 months ago
JSON representation
OpenGL C++ tutorial
- Host: GitHub
- URL: https://github.com/ajaybiswas22/opengl-cpp
- Owner: ajaybiswas22
- Created: 2020-03-27T15:02:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T15:57:49.000Z (over 4 years ago)
- Last Synced: 2025-06-18T23:36:13.076Z (10 months ago)
- Topics: 3d, game-development, glsl-shaders, opengl, tutorial, version-4-4
- Language: C++
- Homepage:
- Size: 7.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Under Development
I have created a solution that can be downloaded to directly run opengl on windows using visual studio.
The credit goes to Suraj Sharma https://www.youtube.com/channel/UC2i39AOpDSlO1Mrn1jQ8Xkg/about for providing a wonderful tutorial on modern opengl.
His github link https://github.com/Headturna
## Steps to run Opengl in your computer
1. Download and Install Microsoft Visual Studio https://visualstudio.microsoft.com/
2. Extract youtube_solution.zip to desired location.
3. Open youtube_solution.sln in Visual Studio.
4. Open main.cpp and run.
## Learn
1. Replace contents of the project with the lessons provided.
2. Let's say you replaced it with the contents of 1-creating-a-window.
3. Then on running the program, you will see a black window.