amiantos / lifesaver

Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit
https://amiantos.net/lifesaver
Mozilla Public License 2.0
211 stars 10 forks source link

Implement Hashlife #1

Closed amiantos closed 5 years ago

amiantos commented 5 years ago

It might be fun to try to learn how hashlife works and implement it for even more optimization

amiantos commented 5 years ago

I did some optimization of my own and I think performance is as good as it needs to be at this point. I think SpriteKit and the animations is the main bottleneck at this point for larger fields.