Async Transformations
Asynchronous transformations
4 new methods
- async_morph()
- asynchronously moves points of a shape to fit another set of points
- async_move()
- asynchronously moves a shape by x, y
- the equivalent of the move() method, but asynchronous
- async_resize()
- asynchronously resize a shape
- async_rotate()
- asynchronously rotate a shape
Added asyncio library, tracking PEP 3156, for those who cannot install the dependency
- asynchronously rotate a shape