Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.