Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostjared/opengl.examples
Some different test demos
https://github.com/lostjared/opengl.examples
Last synced: 5 days ago
JSON representation
Some different test demos
- Host: GitHub
- URL: https://github.com/lostjared/opengl.examples
- Owner: lostjared
- Created: 2020-06-20T06:28:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T00:39:01.000Z (9 months ago)
- Last Synced: 2024-02-17T01:32:25.680Z (9 months ago)
- Language: C++
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL Examples
This repository hosts a collection of sample codes that I've developed as I work through a book titled "Computer Graphics Programming in OpenGL with C++." The primary goal of these examples is to reinforce my understanding of OpenGL. For the graphical rendering and mathematical computations, the projects utilize the GLFW and GLM libraries, respectively.
Included within the project are the GLM libraries in the form of header files. However, to successfully compile these examples, having GLFW installed is essential. Additionally, a selection of these samples leverages the OpenCV 4 library for specific functionalities.