https://github.com/rasmussvala/opengl-tutorials
This repository is for practicing some of The Cherno's OpenGL tutorials.
https://github.com/rasmussvala/opengl-tutorials
cpp graphics opengl the-cherno thecherno vcpkg
Last synced: 2 months ago
JSON representation
This repository is for practicing some of The Cherno's OpenGL tutorials.
- Host: GitHub
- URL: https://github.com/rasmussvala/opengl-tutorials
- Owner: rasmussvala
- Created: 2024-04-20T12:35:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:15:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T19:39:56.849Z (over 1 year ago)
- Topics: cpp, graphics, opengl, the-cherno, thecherno, vcpkg
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Cherno's OpenGL Tutorials
This repository is for practicing some of The Cherno's OpenGL tutorials.
## Getting started
If you want to get this repo up and running locally on your machine, you'll need to do the following:
1. Install Vcpkg. Here's a great [YouTube tutorial](https://www.youtube.com/watch?v=L-_vTMjcRzQ&t).
2. Install **glad** and **GLFW** with Vcpkg.
3. Create a solution using **CMake**. Choose **src** as the source folder and create your build folder.
I know I can simplify this process by creating a more sophisticated CMakeLists file, but this will have to do for now.