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

https://github.com/twometer/gameoflife-opengl

OpenGL Game Of Life
https://github.com/twometer/gameoflife-opengl

conways-game-of-life opengl

Last synced: about 2 months ago
JSON representation

OpenGL Game Of Life

Awesome Lists containing this project

README

          

# gameoflife-opengl

Conway's game of life with cool features and OpenGL

Made for computer science class

## Used libraries
- [glfw](https://github.com/glfw/glfw): OpenGL window and context management
- [glm](https://github.com/g-truc/glm): OpenGL maths library
- [glad](https://glad.dav1d.de/): OpenGL loader
- [libspng](https://github.com/randy408/libspng/): Fast PNG loader
- [tinyxml2](https://github.com/leethomason/tinyxml2): XML parser

## Repository structure
- `src`: Source files
- `ext`: External source files
- `inc`: External header files
- `libs`: Full libraries imported via git submodules
- `assets`: Shaders, textures, GUI screen definitions, font files