mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Merge branch 'master' into eop
This commit is contained in:
@@ -31,6 +31,11 @@ dependencies.
|
||||
|
||||
This doesn't install freetype, but I don't think it's required for this project
|
||||
|
||||
The latest version of aggdraw (1.3 as of 2018) does not work with manim. Uninstall it beforehand if necessary:
|
||||
```sh
|
||||
pip uninstall aggdraw
|
||||
```
|
||||
|
||||
## How to Use
|
||||
Try running the following:
|
||||
```sh
|
||||
|
||||
15
primes.py
15
primes.py
@@ -1,17 +1,4 @@
|
||||
from helpers import *
|
||||
from mobject import Mobject
|
||||
from mobject.vectorized_mobject import *
|
||||
from animation.animation import Animation
|
||||
from animation.transform import *
|
||||
from animation.simple_animations import *
|
||||
from topics.geometry import *
|
||||
from scene import Scene
|
||||
from camera import *
|
||||
from topics.number_line import *
|
||||
from topics.three_dimensions import *
|
||||
from topics.light import *
|
||||
from topics.characters import *
|
||||
from topics.numerals import *
|
||||
from big_ol_pile_of_manim_imports import *
|
||||
|
||||
def is_prime(n):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user