mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 03:57:38 +08:00
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 Manim 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
|
|
```
|