This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
manim
Watch
2
Star
0
Fork
You've already forked manim
0
mirror of
https://github.com/ManimCommunity/manim.git
synced
2026-06-22 10:01:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f2a3a32719
manim
/
example_scenes
History
Download ZIP
Download TAR.GZ
Philipp Imhof
5e60b55e10
Completely rewritten TeX template management
2020-05-28 21:43:58 +02:00
..
basic.py
The __init__ file is executed when the user imports our package, so this is the natural file to place all imports. This removes the necessity for a separate imports.py file. Also, the main entrypoint has been moved from __init__.py to __main__.py, as intended by python packaging standards. Finally, the extract_scene.py module is not an entrypoint so it does not require a
if __name__ == __main__
clause. Finally, this commit also fixes a typo (extra trailing comma) in requirements.py
2020-05-24 18:27:26 -04:00
customtex.py
Completely rewritten TeX template management
2020-05-28 21:43:58 +02:00