hannesmann / keyframe

A simple library for animation in Rust
MIT License
129 stars 11 forks source link

updated example to use ggez 0.6.0-rc1 #4

Closed PSteinhaus closed 3 years ago

PSteinhaus commented 3 years ago

Normally I'd wait until ggez 0.6.0 is released for good to create such a PR, but for some people text performance on ggez 0.5.1 is really awful, which was fixed now, luckily. And now that I found this pretty little library I don't want it to appear sluggish because of problems in ggez.

For example:

Also, since ggez will (hopefully) get to 0.6.0 in the not too distant future and not much of the new API should change until then, updating the example to use the new API just makes sense, I guess.

hannesmann commented 3 years ago

Not a massive improvement for me (I'm on an RX 590) but I see no reason not to merge it. Since it's just an example relying on a release candidate is fine.