olafurw / poke-fighting-rust

Application that simulates a large grid of Pokémon types fighting each other.
24 stars 3 forks source link

Improved performance by avoiding floating point calculations #3

Closed palant closed 2 years ago

palant commented 2 years ago

I didn’t measure but this seems to have improved the frame rate quite a bit again.

olafurw commented 2 years ago

I think it has. Before 1024x1024 was pretty choppy but now it seems much better.