Manim-Tutorial icon indicating copy to clipboard operation
Manim-Tutorial copied to clipboard

A tutorial for manim, a mathematical animation engine made by 3b1b

Results 11 Manim-Tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.17 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

In the [shapes tutorial](https://github.com/malhotra5/Manim-Tutorial#Shapes), for the yellow lines, there are several places where constants are not defined as `np.`, even though they are inherited from NumPy. The code currently reads:...

When I try ``` !git clone https://github.com/3b1b/manim.git !pip3 install manimlib !python3 -m pip install -r requirements.txt ``` I see a bunch of errors.

I was trying to make molecules ,with manim, arraying polygons, lines and letters and it turn out to be a huge pain. Does someone know if it's possible to install...

Is it possible to change the line width of graphs? EDIT: Under manlib/contants.py if I change DEFAULT_STROKE_WIDTH I can change the width. It would be nice if we could pass...

I put more details on the installation guide and tutorial, and I make corrections about formulas. More details can be found in the diff of the commits

Need a windows installation guide for Manim ASAP. Assigned to @malhotra5 as I can run windows. - [ ] Get a guide out for windows - [ ] Identify any...

enhancement

README created by @malhotra5 explains everything carefully about the tutorial of manim. However I believe there are still methods to let README both look better and be synchronized to manim's...

enhancement