QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for transforming objects

blaumeise20 opened this issue · comments

Web canvas has features like .translate and .rotate. I couldn't find a way to do this with speedy2d. Please add this!

Thanks for the request, however this is a duplicate of #18. From a performance perspective I think it makes more sense to do any matrix transformations in the application code.