Files
Jérome Eertmans 0ce4c18519 chore(docs): improving the docs (#115)
* chore(docs): improving the docs

This improves the docs as suggested by some reddit user. Now, most of Manim is documented in one place

* try: update lockfile

* chore(deps): remove duplicate key

* fix(ci): isort issue

See https://github.com/home-assistant/core/issues/86892

* fix(ci): bad identation

* fix(ci): fixing lock file

* fix(example): issue when ManimGL does not count wait as animation
2023-01-30 22:23:53 +01:00

513 B

Internals

Manim-Slides' work in split in two steps: first, when rendering animation, and, second, when converting multiple animations into one slides presentation.

Rendering

To render animations, Manim Slides simply uses Manim or ManimGL, and creates some additional output files that it needs for the presentation.

Slides presentation

Manim Slides searches for the local artifacts it generated previously, and concatenates them into one presentation. For the graphical interface, it uses PySide6.