Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenyony/manimations
This repository contains the code used to generate videos on WackyPhysics channel.
https://github.com/kenyony/manimations
Last synced: 6 days ago
JSON representation
This repository contains the code used to generate videos on WackyPhysics channel.
- Host: GitHub
- URL: https://github.com/kenyony/manimations
- Owner: KenyonY
- Created: 2021-07-08T09:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T15:07:07.000Z (over 3 years ago)
- Last Synced: 2024-10-18T22:40:05.173Z (about 1 month ago)
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warptron
This repository contains the code used to generate videos on my Youtube channel [Warptron](https://www.youtube.com/c/WackyPhysics).
The videos are animated using the library [Manim](https://github.com/3b1b/manim) (based on Python) created by Grant Sandersone ([3Blue1Brown](https://www.3blue1brown.com/))
There are three main versions of Manim:
1. [Manim OpenGL](https://github.com/3b1b/manim) (by 3b1b) is latest version but is under development. So, you may expect quite few changes overtime.
2. [Manim Cairo](https://github.com/3b1b/manim/tree/cairo-backend) (by 3b1b) is the stable version.
3. [ManimCommunity version](https://github.com/ManimCommunity/manim) is a community version created in 2020._\*All these version are very different from each other._
> In this repo, I used the OpenGL version (most of the time).
---
## For installation
For installation, please refer to the official repository.
## Tutorials
For tutorials, you may find a great number of examples from the official GitHub repositories. Some of them are:
1. OpenGL: Grant provided [examples](https://3b1b.github.io/manim/getting_started/example_scenes.html) which give you a basic idea about the working of this version.
2. Cairo:
- [Getting Started Animating with manim and Python 3.7](https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/) by Todd Zimmerman.
- Theorem of Beethoven put together a great number of video tutorials.
Check out the [YouTube channel](https://www.youtube.com/c/TheoremofBeethoven) and [GitHub repo](https://github.com/Elteoremadebeethoven/AnimationsWithManim)
3. ManimCommunity version: Check out the [tutorials](https://docs.manim.community/en/v0.3.0/tutorials.html) on their [website](https://www.manim.community/)**Note**: The library Manim is open source and licensed under MIT license. The codes in this repository are only to be used for [Warptron](https://www.youtube.com/c/WackyPhysics).
Copyright © 2021 Warptron