Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ugreg/opengl-playground

🍄 TheChernoProject OpenGL
https://github.com/ugreg/opengl-playground

cpp opengl rendering vertex-buffer

Last synced: 27 days ago
JSON representation

🍄 TheChernoProject OpenGL

Awesome Lists containing this project

README

        

# OpenGL Playground

[TheChernoProject](https://www.patreon.com/thecherno) OpenGL.

Many thanks to the [TheChernoProject OpenGL](https://www.youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2) by Yan Chernikov for sharing their knowledge. This is my stream of Consciousness while watching Yan's videos.

# Core concepts

### Render
* Manages Graphics and Memory

### Memory
* Vertex Buffer
* Vertex Buffer Memory Layout
* Vertex Array
* Index Buffer

### Graphics
* Shader
* Blending
* Textures

Wiki tab for more.