Recursive Game of Life
oimo.io
Recursive Game of Life
1–10 of 123 posts
Re: Recursive Game of Life
#2Rarely do I look at a website in amazement and ask "How?". This is awesome.
Re: Recursive Game of Life
#3This is awesome. How would one describe this formal system? There are no cells essentially
Re: Recursive Game of Life
#4Super well done! The transition between levels is beautiful.
Re: Recursive Game of Life
#5How is this even possible?
Re: Recursive Game of Life
#6amazing, both visually and conceptually.
Re: Recursive Game of Life
#7haha getting the speed right at the different levels and everything, nice
Re: Recursive Game of Life
#8This is amazing! I've seen "life in life" as a video from ages ago[0], but this is just suck a slick implementation of it!
Re: Recursive Game of Life
#9At a certain draw distance (probably/hopefully depending on framerate and other specs), the platform replaces the individual cells with the OTCA metapixel, effectively giving the illusion that it is GoL all the way down.
Neat, even when you know the trick.
Re: Recursive Game of Life
#10How is this even possible?
As you zoom out, the simulation of the underlying cells is swapped for a higher level simulation of the cells at the next higher level. Watch how the simulation of the cells from the level down speeds up as you transition to the next level.