Skip to content

Motion along Bezier curves!

Latest
Compare
Choose a tag to compare
@salt-die salt-die released this 28 Mar 20:08
· 8 commits to main since this release

This release adds a BezierCurve type and a coroutine move_along_path that will move a gadget along a sequence of curves. move_along_path also accepts different easings to control movement. Additional changes include:

  • VideoPlayer and BrailleVideoPlayer renamed Video and BrailleVideo, respectively.
  • clear() method added to Text and Graphics and shift() method added to Text.
  • Gadget minimum height/width is now 0 from 1.
  • on_progress parameter of tween() method of Gadget now accepts a callable with a single argument (the argument is the current progress of the tween).
  • Text effects added. A recreation of some effects from https://github.com/ChrisBuilds/terminaltexteffects.