https://github.com/harry-hopkinson/opengl-tutorial
A Repository for myself to learn OpenGL.
https://github.com/harry-hopkinson/opengl-tutorial
Last synced: about 1 year ago
JSON representation
A Repository for myself to learn OpenGL.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/opengl-tutorial
- Owner: Harry-Hopkinson
- Created: 2022-09-25T20:12:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:47:49.000Z (over 2 years ago)
- Last Synced: 2025-05-13T14:17:21.251Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A repo for learning OPENGL
## Getting Started
```
git clone https://github.com/glfw/glfw
```
Change the include paths to the paths of your local system
## Build
```
cd scripts
./Run.bat
```