mapa17 / Kaleidoscope

An infinit number of worlds
MIT License
0 stars 0 forks source link

Make the world buffer binary #15

Closed mapa17 closed 6 years ago

mapa17 commented 6 years ago

Currently the agent function is always applying a binary filter onto the world buffer.

It would be more performant to make the world buffer binary and have another layer later to store additional information.