https://github.com/slaggywolfie/learn-opengl
This repository is not intended to be downloaded or reproduced.
https://github.com/slaggywolfie/learn-opengl
cplusplus-11 learning learning-by-doing opengl opengl3 opengl33
Last synced: about 2 months ago
JSON representation
This repository is not intended to be downloaded or reproduced.
- Host: GitHub
- URL: https://github.com/slaggywolfie/learn-opengl
- Owner: SlaggyWolfie
- Created: 2020-04-30T10:00:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T17:13:34.000Z (over 4 years ago)
- Last Synced: 2025-01-20T17:17:27.116Z (4 months ago)
- Topics: cplusplus-11, learning, learning-by-doing, opengl, opengl3, opengl33
- Language: C++
- Homepage:
- Size: 4.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project for Learning OpenGL
This is just a simple project for me to (re-)learn OpenGL via the very popular website https://www.learnopengl.com. I never quite finished the original tutorial, and I'm not very confident in graphics programming at all. At the time I failed to implement shadows. Starting from scratch should be fun. ~~I know nobody cares but whatever.~~
## Tools
Currently using Visual Studio 2019 (Visual Studio 16).---
Using several external libraries, currently:
- GLFW (v3.3.2) — built from source.
- GLAD — include-only, built online (?)
- stb_image — directly included in project
- GLM (v0.9.9.8) — include-only
- Assimp (v5.0.1) — built from source | dynamically-linked.