+ 2
[SOLVED] How to create animation in Python?
I want to learn how to create animation, help me with this.
10 Réponses
+ 8
You should learn about matplotlib, pygame, turtle libraries to create animation in python BTW pygame and turtle are not supported on Sololearn compiler.
You can also use any OpenGL-supporting library, like pyglet or panda3D to make your animations in 2D or 3D.
+ 6
CAESAR 🧑🏻💻 You can use turtle in Sololearn for your animation in Python. Burey sir already did this using skulpt and even I made some animation using the template.
Here are this:
https://sololearn.com/compiler-playground/WnQZ0B7qvLjF/?ref=app
https://sololearn.com/compiler-playground/WDhCCwqn2yjA/?ref=app
https://sololearn.com/compiler-playground/WDvfZcYF6HK2/?ref=app
+ 3
It's a pity the turtle doesn't support it, I took lessons on it. What modules are supported in sololearn?
+ 3
+ 2
https://sololearn.com/compiler-playground/cLLMYmm8gCoo/?ref=app
u can create a gif.
+ 2
I would suggest you use JavaScript and CSS if you want to create animations in Sololearn. You need the canvas element and use Canvas API (search the documentation on MDN). Or you can use CSS for limited animations
+ 2
if you want to do math animations, Manim is a good Python program to learn.
https://github.com/ManimCommunity/manim
+ 1
using the turtle library
+ 1
It's a pity the turtle doesn't support it, I took lessons on it. What modules are supported in sololearn?
+ 1
It would be great if the developers add interactivity.