Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JonathanWoollett-Light/a-little-more-than-an-introduction-to
Python code for the manim animations in my youtube series.
https://github.com/JonathanWoollett-Light/a-little-more-than-an-introduction-to
animation manim python
Last synced: 6 days ago
JSON representation
Python code for the manim animations in my youtube series.
- Host: GitHub
- URL: https://github.com/JonathanWoollett-Light/a-little-more-than-an-introduction-to
- Owner: JonathanWoollett-Light
- Created: 2020-12-07T20:20:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T14:01:47.000Z (about 2 months ago)
- Last Synced: 2024-09-16T16:31:54.142Z (about 2 months ago)
- Topics: animation, manim, python
- Language: Python
- Homepage:
- Size: 119 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-manim - GitHub
README
# A little more than an introduction to:
Python code for the manim animations from [my youtube channel](https://www.youtube.com/channel/UCze6YPZo6gzj-Nup2P59KUA).
- 🤖 **Neural networks:** [nn](https://github.com/JonathanWoollett-Light/a-little-more-than-an-introduction/blob/master/nn)
## Installation
```bash
sudo apt install texlive-latex-base
sudo apt install tex-live-latex-extra
```## Execution
```bash
manim -pql 0.py EpisodeScene
``````bash
choco install manimce
choco install manim-latex
```