Skip to content

V0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@navaneet-rao navaneet-rao released this 30 Jun 19:40

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.