Commit graph

53 commits

Author SHA1 Message Date
Grant Sanderson
6f69902892 Changed how configuration for labels on a NumberLine, and hence also on Axes, so that it takes in DecimalNumber configuration directly rather than as a separte dict. 2021-02-06 11:06:38 -08:00
Grant Sanderson
a63dd119c1 Change OpeningManimExample 2021-02-05 15:27:48 -08:00
Grant Sanderson
d981ee47e2 Shouldn't transform between Text and TexText 2021-02-03 14:17:39 -08:00
Sahil Makhijani
fdcac10861 Commented out self.embed in ControlsExample 2021-02-01 01:41:37 +05:30
Grant Sanderson
b00c93dc88 Add AnimatingMethods examples 2021-01-30 22:51:34 -08:00
Grant Sanderson
32e5b2b4b1 Change updater example 2021-01-30 22:10:09 -08:00
Grant Sanderson
73edeaa153 Fix TexTransformExample 2021-01-30 17:52:02 -08:00
Grant Sanderson
5a2a363a87 Some cleanup for interactive mobjects 2021-01-28 12:26:05 -08:00
Sahil Makhijani
a3754fa606 Interactive Mobjects added 2021-01-28 14:02:43 +05:30
Grant Sanderson
59af903f14 Reorganize the interaction between CameraFrame and shader perspective transforms, along with some keyboard interactions for panning 2021-01-18 16:39:29 -08:00
Grant Sanderson
f91c81dd6a Rename TexMobject -> Tex and TextMobject -> TexText 2021-01-18 08:20:14 -10:00
Grant Sanderson
3bd56bff07 Replace TextMobject with Text in opening example 2021-01-18 08:13:41 -10:00
Tony031218
5f6b653803 improve Text's handling of non-display characters 2021-01-16 09:35:13 +08:00
Grant Sanderson
2daf62ecea Add notes to SurfaceExample 2021-01-15 11:11:07 -10:00
Tony031218
7c04edcced improve Text's size 2021-01-15 23:39:24 +08:00
Tony031218
f696ba4100 add an example for Text 2021-01-15 21:11:17 +08:00
Grant Sanderson
488387f1de Add to OpeningManimExample 2021-01-07 16:38:08 -08:00
Grant Sanderson
6259d1c897 Update TexTransformExample 2021-01-07 12:11:58 -08:00
Grant Sanderson
c1298bdffd Add some more explanation to TexTransformExample 2021-01-06 16:14:55 -08:00
Grant Sanderson
825d6bdc5c Add higher resolution earth texture 2021-01-06 12:46:16 -08:00
Grant Sanderson
62bb40a7df Change seek_full_path_from_defaults to find_file, and make it a more general function which will find and download urls if needed. This means for images/textures/etc. one can point online 2021-01-06 10:39:34 -08:00
Grant Sanderson
065df65cf1 Reorganize how shader files sit in the shaders folder 2021-01-05 23:14:16 -08:00
Grant Sanderson
9d7b2873bb Correct resolution description 2021-01-05 22:38:09 -08:00
Grant Sanderson
9ee1a526ed Added new example scenes and cleaned up the couple of old ones 2021-01-05 22:04:49 -08:00
Grant Sanderson
525309f277 Small update to example_scenes.py description 2021-01-02 11:13:14 -08:00
Grant Sanderson
2d19d76675 Replace all FadeInFrom with simple FadeIn, and likewise for FadeOutFrom -> FadeOut 2020-06-07 12:35:20 -07:00
Grant Sanderson
98696a29f8
Merge pull request #542 from kyarik/patch-1
Fixed typo in class name in example_scenes.py
2019-05-24 15:15:12 -07:00
kyarik
68961251a5
Mentioned -r argument in example_scenes comment
It is a good option to mention because the current default for a high quality 60fps video is 2560x1440.
So, if someone wants a 1920x1080 video, they should pass -r 1080.
2019-05-21 11:54:56 +02:00
kyarik
0f5cc33002
Fixed typo in class name in example_scenes.py
Changed UdatersExample to UpdatersExample.
2019-05-21 11:44:30 +02:00
Devin Neal
db1a89db79 create manimlib.imports 2019-05-02 20:36:14 -07:00
Grant Sanderson
4fd27febf9 Fixed OpeningManimExample 2019-02-14 11:34:21 -08:00
Grant Sanderson
13b701ba1b LaggedStart -> OldLaggedStart 2019-02-08 14:49:38 -08:00
Grant Sanderson
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
Grant Sanderson
e5e1fa908b Finished SceneFileWriter refactor 2019-01-24 22:24:01 -08:00
Grant Sanderson
75ceb326da Added new opening example in example_scenes.py 2019-01-03 17:08:22 -08:00
Grant Sanderson
8033bee533 Updated example scenes 2018-08-12 19:06:08 -07:00
Grant Sanderson
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
cclauss
f03268d007 Modernize Python 2 code to get ready for Python 3 yet again 2018-06-02 08:59:26 -04:00
Grant Sanderson
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
Grant Sanderson
4c3d1f5d61 Changed from animation.simple_animation import * to account for animation.compositions 2018-03-08 13:55:01 -08:00
Grant Sanderson
921dc1a6d7
Merge pull request #109 from frozar/3D_camera_moving
[3D CAMERA] Center of rotation
2018-02-13 15:46:21 -08:00
frozar
fb458de37d [3D CAMERA] Add an example 'Rotation3d' to see the feature. 2018-02-06 11:25:03 +01:00
Ben Hambrecht
f16916e3ec Added example 3D scene 2018-02-06 11:13:10 +01:00
Grant Sanderson
5a8a746b03 Changed README and example_scenes for updated instructions on usage. 2018-01-20 15:29:50 -08:00
Grant Sanderson
424b1c9f08 Slight change to example_scene.py 2018-01-16 22:39:43 -08:00
Grant Sanderson
d5cb0b2294 Finally changed dither to wait 2018-01-15 19:22:24 -08:00
Grant Sanderson
728947a5c6 Merge branch 'master' of github.com:3b1b/manim 2018-01-15 18:50:11 -08:00
Grant Sanderson
0da39a421e A few changes during Fourier project 2018-01-15 18:49:58 -08:00
Ben Hambrecht
0f50eee179 typo changes 2018-01-15 18:27:52 -08:00