This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
3b1b-manim
Watch
1
Star
0
Fork
You've already forked 3b1b-manim
0
mirror of
https://github.com/3b1b/manim.git
synced
2025-04-13 09:47:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5dbc7d807f
3b1b-manim
/
manim.py
6 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Make manim into a module and refactor configuration
2018-12-22 14:27:22 -08:00
#!/usr/bin/env python
Add travis job to publish on PyPI. Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 21:41:43 +02:00
import
manimlib
Make manim into a module and refactor configuration
2018-12-22 14:27:22 -08:00
import importlib, start streaming mode upon import
2018-12-24 13:28:43 -08:00
if
__name__
==
"
__main__
"
:
Add travis job to publish on PyPI. Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 21:41:43 +02:00
manimlib
.
main
(
)
Reference in a new issue
Copy permalink