manim_web 1.2.1 manim_web: ^1.2.1 copied to clipboard
Manim animation engine, for the web.
#
Manim animation engine, for the web.
Changelog | Manim | Suggestions / Improvements | FAQ | Discord Server
Getting started #
You need to have the Dart SDK
installed on your computer (with version between 2.13.0 included and 3.0.0 excluded) and $\LaTeX$.
You will also have to activate webdev
with dart pub global activate webdev
.
Then you will need to get all of the dependencies: dart pub get
.
Finally, you can run the dev server with dart bin/manim.dart --file {dart animation file} --html {html file}
.
Examples #
You can find examples of animations built with Manim-Web here.
The code is available in this repository, in the example
folder.
Contributing #
Contributions are always welcome whether it's code, documentation, examples or even improvements to make. You can take a look at the contribution document, there are more details about the whole process. If you want to talk, there is a discord server.