mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
add grid idea
This commit is contained in:
5
TODO.md
5
TODO.md
@@ -12,7 +12,10 @@
|
|||||||
DrawTriangles: https://github.com/TLINDEN/testgol
|
DrawTriangles: https://github.com/TLINDEN/testgol
|
||||||
WritePixels: https://github.com/TLINDEN/testgol/tree/wrpixels
|
WritePixels: https://github.com/TLINDEN/testgol/tree/wrpixels
|
||||||
https://www.tasnimzotder.com/blog/optimizing-game-of-life-algorithm
|
https://www.tasnimzotder.com/blog/optimizing-game-of-life-algorithm
|
||||||
|
- pre-draw the grid separately to a cache grid image, then during
|
||||||
|
rendering, first draw the dead background, then the life cells, and
|
||||||
|
lastly the grid - if enabled. If disabled, there's be no gap between
|
||||||
|
the cells anymore.
|
||||||
- Speed
|
- Speed
|
||||||
https://conwaylife.com/forums/viewtopic.php?f=7&t=3237
|
https://conwaylife.com/forums/viewtopic.php?f=7&t=3237
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user