Sridhar Ramesh
|
9ebfeeaf4d
|
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
|
2018-01-30 10:28:23 -08:00 |
|
Grant Sanderson
|
e1390692be
|
Tiny cleanup
|
2018-01-29 21:29:36 -08:00 |
|
Grant Sanderson
|
7ad6ccaa49
|
Bug fixes to 3d display
|
2018-01-29 21:29:24 -08:00 |
|
Sridhar Ramesh
|
6b1fb89d16
|
Incremental progress
|
2018-01-29 18:13:11 -08:00 |
|
Sridhar Ramesh
|
426fb33b94
|
Small improvements
|
2018-01-29 18:12:51 -08:00 |
|
Sridhar Ramesh
|
f0ed90a884
|
Minor improvements to some details of Successor implementation
|
2018-01-29 17:56:30 -08:00 |
|
Grant Sanderson
|
10e76fd7d8
|
Merge pull request #94 from mirefek/master
Several simple bugfixes and features
|
2018-01-29 16:59:12 -08:00 |
|
Grant Sanderson
|
bc23fbc342
|
Merge branch 'master' into master
|
2018-01-29 16:59:00 -08:00 |
|
Grant Sanderson
|
24328374da
|
Merge pull request #98 from cclauss/resolve-undefined-names
Resolve undefined names in Python 2 and 3
|
2018-01-29 16:46:34 -08:00 |
|
Grant Sanderson
|
ea56569b24
|
Merge pull request #101 from 3b1b/WindingNumber
MObject and Scene are now derived from Container
|
2018-01-29 16:44:58 -08:00 |
|
Sridhar Ramesh
|
55a6a0b906
|
Minor cleanup
|
2018-01-29 13:46:38 -08:00 |
|
Sridhar Ramesh
|
9df8b0781e
|
Some convenient utility functions added to helpers.py, which I had reason to make use of previously
|
2018-01-29 13:44:16 -08:00 |
|
Sridhar Ramesh
|
00ee9c3497
|
Incremental progress on WindingNumber
|
2018-01-29 13:39:56 -08:00 |
|
Sridhar Ramesh
|
9bd1628bf4
|
Removed stray diagnostic print statements that had been left in
|
2018-01-29 13:39:26 -08:00 |
|
Sridhar Ramesh
|
d1647d32ef
|
Whoops, forgot to actually add Container files to last commit, but this is the purely virtual Container class from which MObject and Scene now derive
|
2018-01-29 13:37:17 -08:00 |
|
Sridhar Ramesh
|
322a172c28
|
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
|
2018-01-29 13:34:20 -08:00 |
|
Sridhar Ramesh
|
55a723a284
|
Fixed bugs in Succession and AnimationGroup, and also created purely virtual Container class from which both Scene and MObject derive (conceptually unifying their remove/add methods)
|
2018-01-29 13:34:06 -08:00 |
|
Grant Sanderson
|
49568dab6d
|
Merge pull request #100 from 3b1b/lighthouse
Lighthouse
|
2018-01-29 12:20:37 -08:00 |
|
Grant Sanderson
|
d52776a0a7
|
Fixed numerals merge issue
|
2018-01-29 12:17:25 -08:00 |
|
Grant Sanderson
|
82c14ee6a7
|
Merge branch 'master' of github.com:3b1b/manim
|
2018-01-29 12:06:32 -08:00 |
|
Grant Sanderson
|
28ba8fea9c
|
Fixed alignment of Decimal unit
|
2018-01-29 12:05:59 -08:00 |
|
Ben Hambrecht
|
ad2b1c3933
|
Merge branch 'master' into lighthouse
|
2018-01-29 19:49:40 +01:00 |
|
Ben Hambrecht
|
d6f1eca25c
|
Revert "Added my playground files (for syncing btw my machines)"
This reverts commit 2fd0687b59 .
|
2018-01-29 19:49:22 +01:00 |
|
Ben Hambrecht
|
36c1366124
|
Added my playground files (for syncing btw my machines)
|
2018-01-29 19:49:22 +01:00 |
|
Ben Hambrecht
|
b38a8dade6
|
refactoring scenes 2-5, started on scene 6 (faux 3D)
|
2018-01-29 15:20:57 +01:00 |
|
cclauss
|
a9c1498aff
|
Resolve undefined names
|
2018-01-29 10:25:43 +01:00 |
|
Grant Sanderson
|
994749cead
|
Merge pull request #95 from 3b1b/fourier-work
Fourier work
|
2018-01-28 16:27:53 -08:00 |
|
Grant Sanderson
|
32b46e078c
|
Small adjustments to VMobject.insert_n_anchor_points
|
2018-01-28 16:27:07 -08:00 |
|
Grant Sanderson
|
1a44b0e52d
|
Final touches to Fourier Thumbnail
|
2018-01-28 16:26:00 -08:00 |
|
mirefek
|
acb709a725
|
Specify Python version
|
2018-01-28 20:50:46 +01:00 |
|
mirefek
|
7f97616c42
|
Feature: Scene.wait_to(time)
Can be useful for audio fitting, ignored in preview
|
2018-01-28 20:49:02 +01:00 |
|
mirefek
|
3d9f370bce
|
Feature: DashedMObject
|
2018-01-28 20:31:55 +01:00 |
|
mirefek
|
edc0fe7589
|
clean_up for AnimationGroup
|
2018-01-28 16:56:38 +01:00 |
|
mirefek
|
700d62c7ca
|
Feature: BraceLabel, BraceText -- Packed brace with its label + several useful
methods
|
2018-01-28 16:53:17 +01:00 |
|
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 |
|
mirefek
|
b709127339
|
Bugfix: VMobject.pointwise_become_partial did not worked properly when 0<a, b<1 and
they are on the same curve.
|
2018-01-28 15:07:29 +01:00 |
|
mirefek
|
8cf2214d15
|
Feature: SVGMobject("unpack_groups" = False) preserve the hierarchy of
groups in the file.
|
2018-01-28 15:02:57 +01:00 |
|
mirefek
|
fd1f92b705
|
svg can handle ellipse
|
2018-01-28 14:55:17 +01:00 |
|
mirefek
|
5718db026e
|
bugfix: svg handling
|
2018-01-28 14:52:11 +01:00 |
|
mirefek
|
aa73cd65b1
|
Merge pull request #1 from 3b1b/master
Update the mirefek's copy
|
2018-01-28 12:31:25 +01:00 |
|
Ben Hambrecht
|
e139d54ba9
|
Added Ellipse
|
2018-01-27 19:09:59 +01:00 |
|
Ben Hambrecht
|
5169d6b297
|
Scenes 2-5 mostly finished
|
2018-01-27 19:09:29 +01:00 |
|
Ben Hambrecht
|
7ca95b4195
|
added scene 5, but shd be done w light indicators instead
|
2018-01-27 15:17:31 +01:00 |
|
Ben Hambrecht
|
e1edb98997
|
playing with lights
|
2018-01-27 14:07:37 +01:00 |
|
Ben Hambrecht
|
68c08f0a5a
|
Added working light, scenes 3 and 4
|
2018-01-27 13:30:25 +01:00 |
|
Ben Hambrecht
|
526929098a
|
added method for setting path arc of a Line
|
2018-01-27 13:29:39 +01:00 |
|
Ben Hambrecht
|
c051749905
|
old Integer implem lingering around
|
2018-01-27 13:29:20 +01:00 |
|
Grant Sanderson
|
e48579687c
|
Merge pull request #93 from 3b1b/WindingNumber
Camera module reorganization
|
2018-01-26 16:05:51 -08:00 |
|
Ben Hambrecht
|
a9f3bbd4a3
|
Revert "Added my playground for syncing btw my machines"
This reverts commit 698373c428 .
|
2018-01-26 22:59:51 +01:00 |
|
Sridhar Ramesh
|
ad14222d1c
|
Reorganized file structure of Camera module
|
2018-01-26 13:54:20 -08:00 |
|