https://github.com/leongmichael/cavendish-experiment
AP Physics Final Project
https://github.com/leongmichael/cavendish-experiment
manim
Last synced: 3 months ago
JSON representation
AP Physics Final Project
- Host: GitHub
- URL: https://github.com/leongmichael/cavendish-experiment
- Owner: leongmichael
- Created: 2024-05-16T06:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T06:13:46.000Z (about 1 year ago)
- Last Synced: 2025-01-27T12:49:42.551Z (5 months ago)
- Topics: manim
- Language: TeX
- Homepage:
- Size: 30.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cavendish Experiment Project
#### All manim documentation regarding installation and useage can be found on the Manim community page: https://www.manim.community/
We have also left various comments in our code to hopefully assist with animation. At the top of our main file is code to generate 3 dots to give a perspective on the scale of the UP, DOWN, LEFT, RIGHT commands. For any other questions please refer to the reddit community for animation with Manim. Also please note that the version of manim we are using is known as the "community" version (which is supposedly easier to set up than the original version).## Scripts
### `manim main.py [sceneName] -pqh`
Use the script above to run a specific scene. Replace ```[sceneName]``` with the name of your class/scene that you want to generate/render. The ```-pqh``` is responsible for the quality of the video. For more in-depth explanations check the manim community documentations.