Commit graph

2683 commits

Author SHA1 Message Date
Grant Sanderson
55d76d2ee2
Merge pull request #509 from brockelmore/patch-1
Update README.md
2019-04-22 12:17:55 -07:00
Grant Sanderson
83b1d3c5ee
Merge pull request #500 from 3b1b/ode
Ode
2019-04-22 10:17:47 -07:00
Grant Sanderson
08a1447b43 Added pde thumbnail 2019-04-22 10:15:53 -07:00
Grant Sanderson
7a2fb0b906 Merge branch 'master' of github.com:3b1b/manim into ode 2019-04-22 10:15:18 -07:00
Grant Sanderson
044f37b1d0
Merge pull request #510 from charliepark/patch-1
Link to 3Blue1Brown channel in the README intro.
2019-04-22 10:14:34 -07:00
Charlie Park
31d5c9d3cf
Altered link, to point to 3Blue1Brown.com 2019-04-22 09:34:44 -07:00
Charlie Park
77930168de
Link to 3Blue1Brown channel in the README intro.
People discovering this engine on GitHub might not have context on it, or know what it looks like. Linking to YouTube allows people to see examples of the engine in action.
2019-04-22 09:30:13 -07:00
brockelmore
e98feae43d
Update README.md
typo fix, im the github grammar nazi
2019-04-22 08:33:27 -04:00
Devin Neal
61b2ddd2e6
Merge pull request #508 from cclauss/patch-1
Use ==/!= to compare str, bytes, and int literals
2019-04-21 14:27:57 -07:00
Grant Sanderson
ee622987df Final animations for de chapter2 2019-04-21 08:15:11 -07:00
Grant Sanderson
3bdc57aac4 Dumb hard-coded file in stage_scenes 2019-04-21 08:14:52 -07:00
Grant Sanderson
77a3b47a09 Changed how pi creatures follow what happens 2019-04-21 08:14:35 -07:00
Grant Sanderson
7774c191c6 ALL_SCENE_CLASSES -> SCENES_IN_ORDER 2019-04-21 08:14:13 -07:00
Grant Sanderson
fbbfa1ce9c Change patron name scroll 2019-04-21 08:13:45 -07:00
Grant Sanderson
aa5ac95557 Add PiCreature.get_look_at_spot 2019-04-21 08:13:30 -07:00
Grant Sanderson
76f61c504b Remove unnecessary import 2019-04-21 08:13:05 -07:00
Grant Sanderson
4fa782b8b5 Remove extract_scene use of an All_SCENES list 2019-04-21 08:12:44 -07:00
Grant Sanderson
d9fcbea823 Remove Transform.__str__ 2019-04-21 08:12:05 -07:00
cclauss
cf78224b9a
Use ==/!= to compare str, bytes, and int literals 2019-04-21 12:06:37 +02:00
Grant Sanderson
814c9d1252 Heat equation scenes up to ShowPartialDerivativeSymbols 2019-04-16 14:03:37 -07:00
Grant Sanderson
d50b2c0e3b ContrastXChangesToTChanges 2019-04-16 12:52:06 -07:00
Grant Sanderson
14a9316643 Make sure skipped wait calls use a longer dt 2019-04-16 12:50:56 -07:00
Grant Sanderson
aeff47b3e1 xt-plane to heat graph animations 2019-04-11 09:56:19 -07:00
Grant Sanderson
cc7c2cfb73 Remove Transform(...).update(1) call from GraphScene 2019-04-11 09:55:56 -07:00
Grant Sanderson
4972c71190 Finished TalkThrough1DHeatGraph 2019-04-10 14:57:34 -07:00
Grant Sanderson
fd0030085b Added Mobject.match_updaters 2019-04-10 14:57:15 -07:00
Grant Sanderson
a1878308e0 More animations for the heat equation 2019-04-09 18:52:59 -07:00
Grant Sanderson
c1e2ee7843 Changed arrow default max_stroke_width_to_length_ratio 2019-04-09 18:51:44 -07:00
Grant Sanderson
644ac5c94a Added abbreviated names for number_to_point and point_to_number 2019-04-09 18:51:18 -07:00
Grant Sanderson
41e305e561 Merge branch 'master' of github.com:3b1b/manim into ode 2019-04-06 14:01:41 -07:00
Grant Sanderson
e05dbfe2d2 half of 1d heat equation scene 2019-04-06 14:01:37 -07:00
Grant Sanderson
d5eecb8137 Tiny changes to Clock 2019-04-06 14:01:17 -07:00
Grant Sanderson
81d91da752 Moved increment_value method to DecimalNumber 2019-04-06 14:01:04 -07:00
Grant Sanderson
0ff7331dbe Move axis_label method higher to general CoordinateSystems 2019-04-06 14:00:52 -07:00
Devin Neal
27a952b664
Merge pull request #489 from TortelliniLeap/patch-1
Typo fix: remove redundant "the" in README
2019-04-06 11:58:55 -07:00
Devin Neal
2e846a667c
Merge pull request #488 from yoshiask/patch-1
Update README for Windows installation
2019-04-06 11:58:41 -07:00
Grant Sanderson
408da1871d More Fourier + Heat animations 2019-04-06 11:52:56 -07:00
Grant Sanderson
5e7cbbdf24 Tiny formatting changes to drawings.py 2019-04-06 11:52:44 -07:00
Grant Sanderson
5dc6018df5 Added default args for Line and Vector 2019-04-06 11:52:23 -07:00
TortelliniLeap
fdb85b9120
Typo fix: remove redundant "the" 2019-04-04 19:41:37 -04:00
Yoshi Askharoun
3cfe960ee1
Updated README for Windows installation
Adds a section under "Installation" that details all the steps necessary to getting manim to run on Windows. Tested on several Windows 10 machines with unvarying success.
2019-04-04 15:08:29 -07:00
Grant Sanderson
b536c21b6b FourierSeriesIntro 2019-04-04 14:30:52 -07:00
Grant Sanderson
ca70bf8e3f A few more Fourier circle animations 2019-04-04 14:30:39 -07:00
Grant Sanderson
982d437267 Use get_family_updaters to test if a mobject should be drawn during every frame of an animation 2019-04-04 14:29:52 -07:00
Grant Sanderson
26c7faabdd Hacky fix to Arrow scaling issue. There must be a better way to do this... 2019-04-04 14:29:10 -07:00
Grant Sanderson
5e6dc3b492 Merge branch 'master' of github.com:3b1b/manim into ode 2019-04-04 08:56:03 -07:00
Grant Sanderson
1fa8a0dac7 More Fourier circle scenes 2019-04-04 08:55:57 -07:00
Grant Sanderson
8be321d104
Merge pull request #487 from 3b1b/ode
Ode
2019-04-04 08:55:38 -07:00
Grant Sanderson
b0bbb1d078
Merge pull request #475 from niyiyu2316/master
Fix bug for creating Matrix
2019-04-04 08:54:22 -07:00
Devin Neal
acde5252ea
Merge pull request #486 from Pokechu22/cygstart
Fix --preview on cygwin
2019-04-03 21:34:55 -07:00