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

https://github.com/apozzi/manim-math-videos

Animation of videos created programmatically using the Manim/3b1b tool for the "Matématica da Raiz" youtube channel.
https://github.com/apozzi/manim-math-videos

animation manim mathematics video

Last synced: about 2 months ago
JSON representation

Animation of videos created programmatically using the Manim/3b1b tool for the "Matématica da Raiz" youtube channel.

Awesome Lists containing this project

README

          

# Gerador de videos de matemática da "Matemática da Raiz"
Aqui nesse repositório está os fontes para geração das animações utilizando a ferramenta "Manim"
para criação dos videos do canal "Matemática da Raiz".

Para rodar as animações é necessário ```Python 3.7 ou Maior```

Baixe o Manim e o teste.

```
# Intalar manimgl
pip install manimgl

# Teste
manimgl
```

Após isso é só executar o comando na execução do script de seu interesse, a classe principal sempre será nomeada "Main".
```
manimgl derivadas_fracionarias.py Main
```

# Vídeos

Aqui está uma lista de todos os vídeos feitos até então.

[Vídeo 1 - Derivadas de Ordem Fracionária](https://youtu.be/jR9f4DccR5E)

[Vídeo 2 - Tetração](https://youtu.be/EEuYSm5F2Iw)