main
Commits on Jun 13, 2021
-
Added example to demonstrate differences between :class:
~.Transform…… and :class:`~.ReplacementTransform` (#1569) * docs: Add ReplacementTransform documentation * docs: modification ReplacementTransform documentation (black update 1) * Modifications * Fix for doc Error building doc "SyntaxError: EOL while scanning string literal" - config["output_file"] = r"ReplacementTransformVsTransform * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
-
Improve jupyter output file naming (#1649)
* Improve jupyter output file naming * Add tests for jupyter file output * Update tests/test_ipython_magic.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
-
Added example for :class:
Sector(#1647)* Update geometry.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update geometry.py * Update geometry.py * Update manim/mobject/geometry.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
-
Add dearpygui integration (#1553)
* Add dearpygui integration * Rename MobjectTest -> GuiTest * flake8 * Guard against dearpygui import * Add manim.gui * Guard against dearpygui import in gui.py * Add __init__.py * Add flag for GUI * Default to boolean * Fix problem when scene isn't specified * Add gui_location flag * poetry lock * Fix test * Update manim/gui/gui.py Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * Update manim/_config/default.cfg Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * Update manim/cli/render/global_options.py Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> * Review comments * Update pyproject.toml Co-authored-by: Naveen M K <naveen@syrusdark.website> * Add __all__ to shader.py * Add utils import to opengl/__init__.py Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com> Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Naveen M K <naveen@syrusdark.website>
Commits on Jun 12, 2021
-
Fix missing import for numpy (#1670)
as in #1635, importing `..constants` does not properly inherit `numpy as np` and trying to run example scenes throws `NameError: name 'np' is not defined` reproducing failure: `$cd example_scenes` `$manim -ql -p --renderer=opengl opengl.py ThreeDMobjectTest`
-
-
Use weight instead of style for BOLD :class:
~.Text/:class:`~.Markup……Text` examples (#1673)
Commits on Jun 11, 2021
-
Fixed bugs and added examples to methods and classes in matrix.py (#1636
) * Init * Added Examples * Minor changes * Black/Isort/Flake8 * test * I hope this works * Changed docstring layout * Changed layout * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * fix * minor * added slashes * tabs * Testing different slashes * black/flake/isort * Improve layout * Fixed Typo * Polishing changes * flake8 * Fixed Typo * Bug-Fix * Change Background * Changed background
Commits on Jun 10, 2021
-
Added an example to :class:
~.ArcBetweenPoints(#1650)* Update geometry.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update manim/mobject/geometry.py Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com> * Update geometry.py
Commits on Jun 9, 2021
-
Added an example for :class:
~.NumberPlane(#1628)* Update coordinate_systems.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update manim/mobject/coordinate_systems.py * Update manim/mobject/coordinate_systems.py * Update coordinate_systems.py Made number plane example much simpler * Update coordinate_systems.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update coordinate_systems.py * Update coordinate_systems.py * Update coordinate_systems.py
-
Fix tick issues and improve tick location (#1614)
* Fix tick issues and improve tick location * Update NumberLine docs regarding tick generation Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
-
Added example for :class:
~.UnderLine(#1646)* Add UnderLine Example * Fix example. * Update shape_matchers.py Co-authored-by: Darylgolden <darylgolden@gmail.com>
-
Added example to Colab installation documentation (#1659)
* Added Example to Colab Installation * Included manim import * Update docs/source/installation/colab.rst Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Darylgolden <darylgolden@gmail.com>
-
-
Fixed get_frame() being flipped in OpenGL renderer (#1593)
Co-authored-by: Naveen M K <naveen@syrusdark.website> Co-authored-by: Darylgolden <darylgolden@gmail.com>
-
Fix latex error summary (#1619)
* fix latex error summary * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Move error to inside loop * change error_pos[0] to log_index Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commits on Jun 8, 2021
-
Add Example to :class:
~.SampleSpace(#1639)* Update probability.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update manim/mobject/probability.py Co-authored-by: Nikhil Garuda <34582615+Nikhil0504@users.noreply.github.com> * Update probability.py Added example for calling divide_vertically() function for SampleSpace class * Update probability.py * Update manim/mobject/probability.py Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com> * Update probability.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nikhil Garuda <34582615+Nikhil0504@users.noreply.github.com> Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com> Co-authored-by: Naveen M K <naveen@syrusdark.website>
-
Co-authored-by: WampyCakes <WampyCakes@users.noreply.github.com> Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com>
Commits on Jun 7, 2021
Commits on Jun 6, 2021
-
OpenGL compatibility via metaclass: Group (#1632)
Co-authored-by: Naveen M K <naveen@syrusdark.website>
-
Add example for :class:
Point(#1640)* Update point_cloud_mobject.py Added example for point class * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update point_cloud_mobject.py * Update point_cloud_mobject.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update point_cloud_mobject.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update point_cloud_mobject.py * Update point_cloud_mobject.py
-
Fixed RightArcAngleExample in docs (#1643)
Co-authored-by: Naveen M K <naveen@syrusdark.website>
-
Tweak tutorial example (#1617)
* tweak example * tweak example Co-authored-by: Naveen M K <naveen@syrusdark.website>
-
Added Complex Plane Example for documentation (#1641)
* Added Complex Plane Example for documentation * applied blacken-docs accidentally bypassed precommit
-
Add an example to shape_matchers.py (#1644)
* Update shape_matchers.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update shape_matchers.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Fixed a few CLI and rendering bugs (#1595)
Co-authored-by: Darylgolden <darylgolden@gmail.com>
Commits on Jun 5, 2021
-
-
-
Added example for :class:
~.Arc(#1630)* Update geometry.py Added example for Arc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed spacing * Update manim/mobject/geometry.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jason Villanueva <a@jsonvillanueva.com> Co-authored-by: Darylgolden <darylgolden@gmail.com>
-
Added example for :class:
~.BulletedList(#1631)* Add example to BulletedList * Fixed spacing of example * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed missing space * Attempt to fix formatting Co-authored-by: Jason Villanueva <a@jsonvillanueva.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Darylgolden <darylgolden@gmail.com>
Commits on Jun 4, 2021
-
Revert default template and add new templates (#1621)
* Added bugfix and documentation templates Renamed hackathon and default templates Try fewer frontmatters Revert name of default template Revert name of default template Added bugfix and documentation templates Try fewer frontmatters Revert name of default template * Removed frontmatters
-
docs: Fix tip content of command-line arguments (#1620)
manim -h is not valid, Try 'manim render --help' for help.