UnsignedArduino / MakeCode-Arcade-TODO

TODO for me in MakeCode Arcade
0 stars 0 forks source link

FastSprite #6

Open UnsignedArduino opened 10 months ago

UnsignedArduino commented 10 months ago

Provides a very simple sprite implementation that should render well on screen even with thousands of sprites in memory with quadtree.

UnsignedArduino commented 10 months ago

This can only be used if it's much faster than the Sprite implementation with collisions off.

UnsignedArduino commented 8 months ago

Maybe quadtree implementation as well?!?

UnsignedArduino commented 8 months ago

Rectangle collisions as well