如何使用 python 制作动画
How to make animations with python
我是这个论坛的新手 :)
我正在学习 python,到目前为止我可以毫不费力地制作程序,我打算制作一个程序,在检测到事件时显示 window 和一些动画,例如,如果我按下一个键,window 会显示一个漂亮的 "icon",带有一些漂亮的过渡并消失。
哪个模块最适合这项任务?我想使用在 Illustrator 上制作的精美图标。
类似于此页面,但事实是我不想在网络浏览器上创建它。
https://www.jqueryscript.net/demo/Animated-Interactive-Donut-Chart-with-jQuery-Snap-svg/
有一个有用的 python 模块(非常有名),您很可能听说过它。 Pygame. There are many alternatives, but by far Pygame is the most popular. Another animation module(mostly used for math) is Matplotlib。对数据科学非常有效。
或者如果您是 ASCII 艺术的粉丝 - https://asciimatics.readthedocs.io/en/stable/
我是这个论坛的新手 :)
我正在学习 python,到目前为止我可以毫不费力地制作程序,我打算制作一个程序,在检测到事件时显示 window 和一些动画,例如,如果我按下一个键,window 会显示一个漂亮的 "icon",带有一些漂亮的过渡并消失。
哪个模块最适合这项任务?我想使用在 Illustrator 上制作的精美图标。
类似于此页面,但事实是我不想在网络浏览器上创建它。
https://www.jqueryscript.net/demo/Animated-Interactive-Donut-Chart-with-jQuery-Snap-svg/
有一个有用的 python 模块(非常有名),您很可能听说过它。 Pygame. There are many alternatives, but by far Pygame is the most popular. Another animation module(mostly used for math) is Matplotlib。对数据科学非常有效。
或者如果您是 ASCII 艺术的粉丝 - https://asciimatics.readthedocs.io/en/stable/