littensy / slither

🐍 A casual game with a soothing Catppuccin color palette
https://www.roblox.com/games/14162747150
MIT License
119 stars 9 forks source link

Optimize minimap performance #33

Closed littensy closed 1 year ago

littensy commented 1 year ago

The minimap is expensive, especially with large snakes, and it takes up space in the microprofiler when it shouldn't have to.

It should be modified to not animate positions. The segment count may also be reduced and render lines instead of points.