This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
manim
Watch
1
Star
1
Fork
0
You've already forked manim
mirror of
https://github.com/3b1b/manim.git
synced
2026-04-26 03:00:23 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
edc0fe7589af157f075ab37eb2438f381c9f50bc
manim
/
mobject
History
mirefek
1f26ce44f4
Feature: fine-tuned VGroup: allowing (nested) tuples or lists in constructor
...
VGroup([a,b,c]) = VGroup(a,b,c) VGroup([a,b], c) = VGroup(VGroup(a,b), c) ...
2018-01-28 15:28:39 +01:00
..
__init__.py
Rudimenary ImageMobject
2017-09-18 17:15:49 -07:00
image_mobject.py
Changed the defaults for where animations are written, and where images for ImageMobject and SVGMobject are sought after
2018-01-12 13:38:25 -08:00
mobject.py
Added kwargs to match_width, etc. methods
2018-01-25 23:50:52 -08:00
point_cloud_mobject.py
working on basel
2018-01-17 15:18:02 -08:00
region.py
Some simple typo fixes
2017-05-31 16:07:37 -07:00
svg_mobject.py
Feature: SVGMobject("unpack_groups" = False) preserve the hierarchy of
2018-01-28 15:02:57 +01:00
tex_mobject.py
A few improvements on TexMobject
2018-01-23 02:14:18 +08:00
vectorized_mobject.py
Feature: fine-tuned VGroup: allowing (nested) tuples or lists in constructor
2018-01-28 15:28:39 +01:00