A library for programming animations with Manim in Google Colab.
Project description
Mscene
Program Animations Online
mscene.curiouswalk.com
Mscene is a Python library for programming animation scenes with Manim in Google Colab to create science videos directly in the browser.
[Manim in Colab] mscene.curiouswalk.com/colab
Animate With Manim in Colab
- Open Google Colab
- Install Mscene:
%pip install mscene - Import Mscene:
import mscene- View Commands:
%mscene -h
- View Commands:
- Setup Manim:
%mscene -l manim
Example Scene
%%manim -qm ExampleScene
class ExampleScene(Scene):
def construct(self):
banner = ManimBanner()
self.play(banner.create())
self.play(banner.expand())
self.wait(1.5)
Manim is an animation engine designed to program precise animations for science videos.
Google Colab (Colaboratory) is a hosted Jupyter Notebook service that requires no setup and provides free access to computing resources, including GPUs and TPUs.
Manim
The Manim Community Developers. Manim — Mathematical Animation Framework [Computer software].
www.manim.community
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mscene-0.1.0.tar.gz.
File metadata
- Download URL: mscene-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5abde4ad6bd46c067342b21cea793febc2cff5014a8be9dd0f56de1a3f731448
|
|
| MD5 |
a82993eb159399b73059337ced24a601
|
|
| BLAKE2b-256 |
b0516634b066edbbcd1599c5a1cd42f1ebb602e07294f71419f811f24a9f5922
|
File details
Details for the file mscene-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscene-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cff399567d7bfc470d6ac7b74ea99f4c87931f176d6abf10c7280460a34f478
|
|
| MD5 |
2c4078958b035900a60ba7d534e9245c
|
|
| BLAKE2b-256 |
93c4297d25f5dab1fd14c4c9528f3a4c40096e491a8ab7d8e8d2225fa10bc947
|