Guide for Manim Users¶
JAnim has many similarities with Manim in usage, especially for users of Manim, it will be easier to get started with JAnim.
Below is a comparison table of some functionalities between Manim and JAnim:
Functionality |
Manim |
JAnim |
Notes |
|---|---|---|---|
Object/Item |
|
||
Advance time |
|
|
|
Add object to scene |
|
|
You can also use |
Rectangle |
|
||
Rounded Rectangle |
|
||
Surrounding Rectangle |
|
||
Set |
|
|
The meaning of stroke width differs, please try it yourself |
Object Animation |
|
|
|
Animation Group |
|
There are some differences in effects |
|
Updaters |
|
|
Significant differences in usage |
Move to the edge/corner of the screen |
|
For further learning, please read the content on the Getting Started page.
Feel free to add more information to this page!