An open API service for software projects hosted on Open Collective.

github.com/ManimCommunity/manim

A community-maintained Python framework for creating mathematical animations.
https://github.com/ManimCommunity/manim

Minor comments reworded/added

5ea41c00ee3ac7ee1129fa933c278c486052a6af authored over 7 years ago
Added BackgroundColoredVMobject

4038fdacbb1e361f57c6cb147eafeb56126a9099 authored over 7 years ago
Merge pull request #108 from 3b1b/WindingNumber

Z buffer sorting added to camera, set_background_by_func fixed, other small fixes

6829ff115240c9eb80c39360424b4cd5c74eb187 authored over 7 years ago
Incremental progress on WindingNumber, including adding helpful functions to helpers.py and number_line.py

b1a62a156c4e17df98181fa2f6a06f838ae390b7 authored over 7 years ago
Bug fixes on set_background_from_func (now computes screen dimensions correctly)

c9e0d8b8392eaf2d7845160e761093fa10c16839 authored over 7 years ago
Successions now correctly handle having zero animations

5c0e71a728052828a62edc53f0bd5b3bd06002f8 authored over 7 years ago
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber

c0bd5f049f377ad0b223a3a398a5b0c5e670e5d2 authored over 7 years ago
Improvements to camera.set_background_from_func, and incremental progress on WindingNumber

8a5ce2ced8e94348a9e4ffa18c3187698b26517a authored over 7 years ago
Merge pull request #105 from frozar/helper_color

[HELPER] Add a color helper function

19278fe613d6b35e62f6300422ff794a769c1424 authored over 7 years ago
Merge pull request #106 from frozar/3D_zoom

[3D CAMERA] BUGFIX: Zoom

d9e329e9dd07dbb6187dddf5a316f0debb144d71 authored over 7 years ago
[3D CAMERA] BUGFIX: take into account the camera distance in get_view_transformation_matrix().

c5a93b4c86b5cae25ace670412ebe3035f5913e1 authored over 7 years ago
[HELPER] Add a color helper function.

8962eb1344253bb9c441b60f27b38d06d936fd37 authored over 7 years ago
Merge pull request #104 from 3b1b/WindingNumber

Minor internal changes to Succession

717b3f9b80f261736c1784c33f232e7b024610bf authored over 7 years ago
Incremental

c1dd5f168922fb330fb695342ea4a37703df9119 authored over 7 years ago
Fixed bug in set_background_by_color_function

c28b81a2307c032dd94f892cc86722766b355d8a authored over 7 years ago
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber

634b28c485c4408b4c48e3dd92bf5756985fad58 authored over 7 years ago
Incremental progress

7a71927c90ddac23ecd8b9a6ef83e2f61031a1d7 authored over 7 years ago
Added set_background_by_color_function to camera

65fbe17d4f1e2b55b2de1ba3dfe51d7db057f403 authored over 7 years ago
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber

9ebfeeaf4d5d851e7f618ac008078ba3b22c78f5 authored over 7 years ago
Tiny cleanup

e1390692bef9b8108ff961d96f771f418f331864 authored over 7 years ago
Bug fixes to 3d display

7ad6ccaa49bbd5cbfcc9892609fca5a2aba6708a authored over 7 years ago
Incremental progress

6b1fb89d16e60634b633523fab5b9f27ff251d98 authored over 7 years ago
Small improvements

426fb33b94c159e5ec76e1a0f28ae1ff2e0fce03 authored over 7 years ago
Minor improvements to some details of Successor implementation

f0ed90a8845b4f55885029c15ea0d82523a220eb authored over 7 years ago
Merge pull request #94 from mirefek/master

Several simple bugfixes and features

10e76fd7d8e3def3cc594d1a300b1479d4b1b11d authored over 7 years ago
Merge branch 'master' into master

bc23fbc3426a536aebb4a412ad6994cf89daf958 authored over 7 years ago
Merge pull request #98 from cclauss/resolve-undefined-names

Resolve undefined names in Python 2 and 3

24328374daa9c061c2874c149f800a8462f44ca2 authored over 7 years ago
Merge pull request #101 from 3b1b/WindingNumber

MObject and Scene are now derived from Container

ea56569b24d4c2857457a423357f9791b089bea6 authored over 7 years ago
Minor cleanup

55a6a0b906402dba7fcc61196bdcfeb63ca59d72 authored over 7 years ago
Some convenient utility functions added to helpers.py, which I had reason to make use of previously

9df8b0781eec971dcdeaaf983cb3c876b61d3c47 authored over 7 years ago
Incremental progress on WindingNumber

00ee9c34977ba0a686f09063e648464bdcf62ce0 authored over 7 years ago
Removed stray diagnostic print statements that had been left in

9bd1628bf466e666b2b03b29ac7003cc6b7fb7f3 authored over 7 years ago
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

d1647d32efb6cd05b9978eced0b577a084762845 authored over 7 years ago
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber

322a172c2867cf1cfa9b507c8a0abc4d307fa3d2 authored over 7 years ago
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)

55a723a2848c8ea666f3bb40b4482ae77bf2e6a8 authored over 7 years ago
Merge pull request #100 from 3b1b/lighthouse

Lighthouse

49568dab6d41ef5b60d46fba12e8a37775172346 authored over 7 years ago
Fixed numerals merge issue

d52776a0a7ed352f39102945027876e3732d7b1e authored over 7 years ago
Merge branch 'master' of github.com:3b1b/manim

82c14ee6a7a25953c1ac5e82d4e32af0ad72e29d authored over 7 years ago
Fixed alignment of Decimal unit

28ba8fea9ce9c16e199ed7738441307d741739b2 authored over 7 years ago
Merge branch 'master' into lighthouse

ad2b1c393384cd39501a733b9763209a236d7a73 authored over 7 years ago
Added my playground files (for syncing btw my machines)

36c13661240ddc3b27db24b22a7594041f1e6e85 authored over 7 years ago
Revert "Added my playground files (for syncing btw my machines)"

This reverts commit 2fd0687b596f47c0c2bfde4f1fa9b6ba5e3c2f2f.

d6f1eca25c0bdef753b12c9ef22a2790df10cce3 authored over 7 years ago
refactoring scenes 2-5, started on scene 6 (faux 3D)

b38a8dade674b1fc1fb4c991e0fae6f69183579f authored over 7 years ago
Resolve undefined names

a9c1498affddf9beba9b347d5fd1b1b73c3bba9f authored over 7 years ago
Merge pull request #95 from 3b1b/fourier-work

Fourier work

994749ceadf9f87f2ebe40bbb795fbb2b696f377 authored over 7 years ago
Small adjustments to VMobject.insert_n_anchor_points

32b46e078c6ab01988054e2c607c66e403291ced authored over 7 years ago
Final touches to Fourier Thumbnail

1a44b0e52d992933242328dbb935deb872737bad authored over 7 years ago
Specify Python version

acb709a725825adbd16be90dfaf91f0a54b10216 authored over 7 years ago
Feature: Scene.wait_to(time)

Can be useful for audio fitting, ignored in preview

7f97616c426bc632cd9a405d0e2c188391b99150 authored over 7 years ago
Feature: DashedMObject

3d9f370bceadf2ba104f7b32c31b574de388a013 authored over 7 years ago
clean_up for AnimationGroup

edc0fe7589af157f075ab37eb2438f381c9f50bc authored over 7 years ago
Feature: BraceLabel, BraceText -- Packed brace with its label + several useful

methods

700d62c7ca24b82eb2b4126e0685051c62144af2 authored over 7 years ago
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)
...

1f26ce44f4180a5068da9875702ed78eb6b89fad authored over 7 years ago
Bugfix: VMobject.pointwise_become_partial did not worked properly when 0<a, b<1 and

they are on the same curve.

b7091273392ce4975a8b8533a5d424d4319115a1 authored over 7 years ago
Feature: SVGMobject("unpack_groups" = False) preserve the hierarchy of

groups in the file.

8cf2214d15d6cf7dd37c5f80ccbeebe10b7e8e67 authored over 7 years ago
svg can handle ellipse

fd1f92b705fb6ae3b5c172aa00d4ec7befcdf318 authored over 7 years ago
bugfix: svg handling

5718db026e2cdc23ada625bd0fc436c334d93ac0 authored over 7 years ago
Merge pull request #1 from 3b1b/master

Update the mirefek's copy

aa73cd65b1f7ed95a68e81f1476934d4b073bcdc authored over 7 years ago
Added Ellipse

e139d54ba98086d001f82f1e022052a68c422490 authored over 7 years ago
Scenes 2-5 mostly finished

5169d6b297b0cbe7ef071cf5d0dfeefe3f42b6fb authored over 7 years ago
added scene 5, but shd be done w light indicators instead

7ca95b41953c68ef65875c38453cbb818ecb64f7 authored over 7 years ago
playing with lights

e1edb98997ce0d16a7441616953fbea8dea3f52f authored over 7 years ago
Added working light, scenes 3 and 4

68c08f0a5a123cf3aee928d74c9e16f14fb2a70a authored over 7 years ago
added method for setting path arc of a Line

526929098a6d2416647ce4de36c30bd5f21fecb4 authored over 7 years ago
old Integer implem lingering around

c05174990551f46284123d47d74264e0a5ad6b87 authored over 7 years ago
Merge pull request #93 from 3b1b/WindingNumber

Camera module reorganization

e48579687cce6d854ab23347be68d89d32074aaa authored over 7 years ago
Revert "Added my playground for syncing btw my machines"

This reverts commit 698373c428a9986bae2106e2b98aa8f7c13dfa24.

a9f3bbd4a3d21a565371a8da4c1bf0591173d157 authored over 7 years ago
Reorganized file structure of Camera module

ad14222d1cd94c82ed83cdf3dd782109fd543831 authored over 7 years ago
Merge pull request #92 from 3b1b/fourier-work

Fourier work

4fe6c343e9a2a5ef8837068c2f1ec74a66fc7437 authored over 7 years ago
Finished fourier project

d62a14e6e57c5a3c602b3e54d2dfb525fcdd6d27 authored over 7 years ago
cleanup

3f939248810a39e571bace438c85250943a012eb authored over 7 years ago
Incremental progress on WindingNumber

ab45afba8aa132c69d39a86ca4b8cdf06314268e authored over 7 years ago
Added my playground

49ed0ab4f48ad0071f65644dbaa52bb966a4c12c authored over 7 years ago
Added my playground for syncing btw my machines

698373c428a9986bae2106e2b98aa8f7c13dfa24 authored over 7 years ago
Merge branch 'master' into lighthouse

b3d2795ee34f6263bee71132f81d63a4edaa5020 authored over 7 years ago
Revert "Added my playground files (for syncing btw my machines)"

This reverts commit 2fd0687b596f47c0c2bfde4f1fa9b6ba5e3c2f2f.

daadc857c45ab608a8815f45b635def9fcc8c70d authored over 7 years ago
Added my playground files (for syncing btw my machines)

2fd0687b596f47c0c2bfde4f1fa9b6ba5e3c2f2f authored over 7 years ago
gitignore

3589a292cb5ffd0839fc3e06d1cf14fc7edf1fd8 authored over 7 years ago
Merge remote-tracking branch 'origin/lighthouse' into lighthouse

# Conflicts:
# topics/geometry.py

65eba27ab5c790624ad71ccf5461eeacc7399959 authored over 7 years ago
Merge branch 'master' into lighthouse

# Conflicts:
# topics/geometry.py

98982d20e0ff11be9dc0fc9b865115084bf604d6 authored over 7 years ago
Preliminary end to fourier project

dc3b43591d04afe94f81ceb8bda08e11743cd5ab authored over 7 years ago
Updated stage_scenes to write to a directory unique to the animation file

4d7bb5c3f1634aa73290f530d9206410cdd51ce7 authored over 7 years ago
Added kwargs to match_width, etc. methods

5d811d2e817887f4eeaf2ba2d22c0223765fb332 authored over 7 years ago
Bug fix to PiCreatureScene handling bubbles

3e34c29509e804e029e9b215a1eb947a5e164035 authored over 7 years ago
Merge branch 'master' into lighthouse

a24738be1853f9fc4dffc537c056239b05ac2660 authored over 7 years ago
Annulus: symmetrized code

9e57ac2be6109ee5101f4fa73e89431a75aa5938 authored over 7 years ago
Trying to make light cones update correctly

afc0c0d5ae7aad57cf03beb0f1a651c38c33fd99 authored over 7 years ago
Up to BoundsAtInfinity in fourier

0fa5727d587c64398917ac12c8e223f2b50781d0 authored over 7 years ago
Finished ScaleUpCenterOfMass of fourier

27c6658eb1bda5c3ee277deda668f0618ae8069c authored over 7 years ago
A few bits of cleanup

ad4ceb3f1a884c99861cea254d7ec6216e3f0022 authored over 7 years ago
Incremental progress on WindingNumber

10cc6469ef574436142dc5f4c9db6ebe1ea5fba7 authored over 7 years ago
Removed UnsyncedParallel, which I realized was just reimplementing the functionality of AnimationGroup (and erroneously); I had misinterpreted the nature of the 'squish'ing in AnimationGroup

a4881d2d07be7d4a3170f9e518e1bf14985601f2 authored over 7 years ago
Merge pull request #90 from 3b1b/mapping-camera-fix

Fixed bug with MappingCamera set to allow_object_intrusion

932d056ff71c3c0505a6088fc0a7023780c7ac31 authored over 7 years ago
Fixed bug with MappingCamera set to allow_object_intrusion

3c86caa48830119983ec49e31c861c88a2ccc443 authored over 7 years ago
Merge pull request #89 from 3b1b/fourier-work

Made slicing into Mobjects return a Group or VGroup instead of a list

730c94461f7393c93b4505753e11a56995bbbd4f authored over 7 years ago
Scaffolding for ScaleUpCenterOfMass scene in fourier

ebf44f9bdbbec7c34a29c0301ac15ec8fd712914 authored over 7 years ago
Made slicing into mobjects return a Group or VGroup instead of a list

c7fa8c59adf7d18e4591e398c5418ab58a6dde92 authored over 7 years ago
Resolved conflicts in

738d6974b7a0e1283ce5762cf62c3a6e7ac466d2 authored over 7 years ago
Merge branch 'master' into lighthouse

# Conflicts:
# topics/numerals.py

a4a146a54eecd57b33feb4a4c86e930ef73cc28c authored over 7 years ago
Not my changes, but I have to commit them?!

ea18d984ce6a76c2be4e2da60db8c2b175aeeeac authored over 7 years ago