Skip to content

cedricgeissmann/wfw-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manim Playground

This is a repository to test out the manim library.

Run with Binder

If you just want to play with the code in the noteboos, you can just run this Binder: Binder

Installation

The installation process can be found in the documentation. After installing all the dependencies for your system, you can run the following code to setup this repository.

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

After this setup the manim library should be installed in the virtual environment, and jupyter is also installed. To work with the jupyter setup, run the following command in your terminal jupyter notebook. This should launch a new browser tab in the current directory. Navigate to notebooks and start developing videos.

About

Zusammenhänge mit Videoanimationen darstellen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published