mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-18 17:04:38 +08:00

* feat(convert): PowerPoint conversion You can now convert your presentations to PowerPoint * fix(deps): push poetry lock * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(lint): ignore attr-defined because Windows-only * chore(convert): autoplay media * fix(convert): autoplay and autoloop * chore(deps): update lock file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat(convert): use first frame as default poster frame * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(docs): document new feature * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
---
|
|
hide-toc: true
|
|
og:description: Manim Slides makes creating slides with Manim super easy!
|
|
---
|
|
|
|
```{eval-rst}
|
|
.. image:: _static/logo_light_transparent.png
|
|
:width: 600px
|
|
:align: center
|
|
:class: only-light
|
|
:alt: Manim Slide logo
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. image:: _static/logo_dark_transparent.png
|
|
:width: 600px
|
|
:align: center
|
|
:class: only-dark
|
|
:alt: Manim Slide logo
|
|
```
|
|
|
|
# Welcome to Manim Slide's documentation
|
|
|
|
Manim Slides makes creating slides with Manim super easy!
|
|
|
|
In a [very few steps](./quickstart), you can create slides and present them either using the GUI, or your browser.
|
|
|
|
|
|
Slide through the demo below to get a quick glimpse on what you can do with Manin Slides.
|
|
|
|
|
|
<!-- From: https://faq.dailymotion.com/hc/en-us/articles/360022841393-How-to-preserve-the-player-aspect-ratio-on-a-responsive-page -->
|
|
|
|
<div style="position:relative;padding-bottom:56.25%;"> <iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" src="_static/slides.html"></iframe></div>
|
|
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
quickstart
|
|
reference/index
|
|
features_table
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Development
|
|
:hidden:
|
|
|
|
contributing/index
|
|
changelog
|
|
license
|
|
```
|