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

https://github.com/saransh-cpp/manimtutorialcic

A tutorial on Manim presented for the subject of Computer Graphics
https://github.com/saransh-cpp/manimtutorialcic

Last synced: about 1 year ago
JSON representation

A tutorial on Manim presented for the subject of Computer Graphics

Awesome Lists containing this project

README

          

# ManimTutorialCIC
A tutorial on Manim presented for the subject of Computer Graphics

## Requirements
- MikTex (optional but recommended, if you want to animate Latex equations) - https://miktex.org/download
- FFmpeg (required for rendering videos, clone this repository or download it manually, add the bin/ directory to path) - https://github.com/Saransh-cpp/FFmpeg
- Python (3.8 or 3.9, add this to path while installing)
- A code editor (VS Code)
- Manim (python -m pip install manim)