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.
- Host: GitHub
- URL: https://github.com/apozzi/manim-math-videos
- Owner: Apozzi
- Created: 2022-02-05T16:25:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T19:27:43.000Z (over 3 years ago)
- Last Synced: 2025-03-22T18:45:00.542Z (7 months ago)
- Topics: animation, manim, mathematics, video
- Language: Python
- Homepage:
- Size: 4.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)