Releases: navaneet-rao/Game-Of-Life-OpenGL
Releases · navaneet-rao/Game-Of-Life-OpenGL
V0.1.0
Full Changelog: https://github.com/navaneet-rao/Game-Of-Life-OpenGL/commits/V0.1.0
Release Notes - Version 0.1.0
Features:
- Implemented 2D and 3D visualization of Conway's Game of Life using OpenGL and ImGui.
- Added support for interactive controls to adjust simulation parameters.
- Introduced grid resizing and random initialization of cells for dynamic simulations.
Fixes:
- Resolved rendering issues with cell boundaries in certain edge cases.
- Fixed some of the memory leaks related to grid management during simulation updates.
Known Issues:
- Limited performance scaling with larger grid sizes due to OpenGL rendering constraints.
For detailed changes, refer to the commit history.