Make generation no longer a pure function master
authorJC <dev@jacobcasper.com>
Mon, 31 Jul 2023 16:10:05 +0000 (11:10 -0500)
committerJC <dev@jacobcasper.com>
Mon, 31 Jul 2023 16:10:05 +0000 (11:10 -0500)
commita992ae6c06554e06ad109ca0f3ae1c54cad517b2
tree936c542e15b8742b66b2607aad194151e14b69a4
parent9e3db42b9bd65c83b184d7a3aaaa9fef6bdfc1bb
Make generation no longer a pure function

GC pauses made the framerate on a real playdate incredibly choppy, so
store 2 generations of liveness inside each cell.
source/main.lua
source/pdxinfo