17cupsofcoffee / tetra

🎮 A simple 2D game framework written in Rust
MIT License
909 stars 63 forks source link

Improve performance docs #282

Closed 17cupsofcoffee closed 2 years ago

17cupsofcoffee commented 2 years ago

A lot of the docs pages for Tetra have a 'Performance' section, but I feel like in a lot of cases they're more confusing than informative. I want to go through these and try to make them more valuable.

I also want to make the performance characteristics of the mesh module much clearer, as it's easy to shoot yourself in the foot there.