https://github.com/ka-iden/opengl-test
Testing out and Learning Modern OpenGL, repo for bkp/testing
https://github.com/ka-iden/opengl-test
assimp cpp cpp20 modern-opengl opengl stb-image testing
Last synced: about 1 month ago
JSON representation
Testing out and Learning Modern OpenGL, repo for bkp/testing
- Host: GitHub
- URL: https://github.com/ka-iden/opengl-test
- Owner: ka-iden
- License: gpl-3.0
- Created: 2023-03-21T10:14:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T16:53:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T07:14:42.753Z (about 1 month ago)
- Topics: assimp, cpp, cpp20, modern-opengl, opengl, stb-image, testing
- Language: C++
- Homepage:
- Size: 34.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenGL Test
Just a test teaching myself how to use Modern OpenGL.
I Have followed the [LearnOpenGL](https://learnopengl.com/) tutorial series.
I'm using Survival Guitar Backpack by Berk Gedik for testing models. His work can be found [here.](http://www.berkgedik.com/)
The file can be found [here.](https://sketchfab.com/3d-models/survival-guitar-backpack-low-poly-799f8c4511f84fab8c3f12887f7e6b36)# Prerequisites
You need to download [GLEW](https://glew.sourceforge.net/), [GLFW (Windows Binaries)](https://www.glfw.org/download.html), and [ASSIMP](https://github.com/assimp/assimp) and put in the Dependencies folder.
ASSIMP also needs to be compiled and put in the OpenGL Test folder, and kept with built binaries.# Building
You can build this on Windows using the included Visual Studio 2022 solution.
If you do not wish to build the binaries, the release builds are available to download [here.](https://github.com/fl2mex/OpenGL-Test/releases/latest)