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
- Host: GitHub
- URL: https://github.com/twometer/gameoflife-opengl
- Owner: Twometer
- Created: 2020-05-06T13:17:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T10:20:34.000Z (about 6 years ago)
- Last Synced: 2025-06-07T23:07:32.084Z (about 1 year ago)
- Topics: conways-game-of-life, opengl
- Language: C++
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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