Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Python code for the manim animations in my youtube series.

Awesome Lists containing this project

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
```