Skip to content

Async Transformations

Compare
Choose a tag to compare
@Luke-zhang-04 Luke-zhang-04 released this 16 Apr 16:57
· 50 commits to master since this release

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