Play project
DOTS Challenge Conway's Game of Life's itch.io pageGit Repository
https://github.com/lask3802/DOTS_Challenge_GoL
Performance Strategy
See README
Leave a comment
Log in with itch.io to leave a comment.
Git Repository
https://github.com/lask3802/DOTS_Challenge_GoL
Performance Strategy
See README
Log in with itch.io to leave a comment.
Comments
Nice, for 8192x8192 I’m getting almost 100FPS with Squarebits Wrapped. Only 20FPS on the dynamic grid though, so I’ve barely got you beat there >:3
That's awesome! I spent most of time for optimize static size version. When I made the dynamic size version, I realize the memory continuous and the neighbor query performance might be performance issue. Your implement handle these case will, nice and great job! :)