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
- Host: GitHub
- URL: https://github.com/saransh-cpp/manimtutorialcic
- Owner: Saransh-cpp
- Created: 2022-07-28T14:38:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T19:47:34.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T08:15:59.883Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)