Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aathish04/rep-manim
Science Tools for Manim
https://github.com/aathish04/rep-manim
Last synced: 12 days ago
JSON representation
Science Tools for Manim
- Host: GitHub
- URL: https://github.com/aathish04/rep-manim
- Owner: Aathish04
- License: mit
- Created: 2019-12-31T03:04:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T09:08:42.000Z (about 3 years ago)
- Last Synced: 2023-02-26T07:30:52.480Z (over 1 year ago)
- Language: Python
- Size: 790 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sanim
## Description
Generic Science tools for Manim. Currently include a Table Mobject, a crude model of Thomson's Atom, and some shading utilities.Instructions for use:
1. Clone the folder into the same directory housing your Manim projects
2. Move into the `sanim` directory.
3. Run `pip install -e .` . This will install `sanim`.
4. Import sanim and it's utilities like so : `from sanim import *`
5. Use utilities as required.> Note:
The master branch of the repository is compatible with, and only with the ManimCommunity branch of Manim.
Check out the manim-3b1b branch if you are using that version.