mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Deploying to gh-pages from @ f9b1167d14
🚀
This commit is contained in:
parent
3d0f1d6927
commit
eac3538fa3
25 changed files with 68 additions and 70 deletions
|
@ -16,7 +16,7 @@ faster rendering speed, and supports real-time rendering and interaction.
|
|||
|
||||
- `ManimCommunity/manim <https://github.com/ManimCommunity/manim>`_ : Maintained by Manim Community Dev Team.
|
||||
|
||||
Using cairo to use CPU for rendering. There is better documentation and
|
||||
Using multiple backend rendering. There is better documentation and
|
||||
a more open contribution community.
|
||||
|
||||
About this documentation
|
||||
|
|
|
@ -8,7 +8,6 @@ System requirements are:
|
|||
- `FFmpeg <https://ffmpeg.org/>`__
|
||||
- `OpenGL <https://www.opengl.org//>`__ (included in python package ``PyOpenGL``)
|
||||
- `LaTeX <https://www.latex-project.org>`__ (optional, if you want to use LaTeX)
|
||||
- `cairo <https://www.cairographics.org/>`_ (included in python package ``pycairo``. optional, if you want to use ``Text`` in manim)
|
||||
|
||||
Directly
|
||||
--------
|
||||
|
|
|
@ -59,7 +59,7 @@ Below is the directory structure of manim:
|
|||
│ │ ├── brace.py # Brace
|
||||
│ │ ├── drawings.py # Some special mobject of svg image
|
||||
│ │ ├── tex_mobject.py # Tex and TexText implemented by LaTeX
|
||||
│ │ └── text_mobject.py # Text implemented by cairo
|
||||
│ │ └── text_mobject.py # Text implemented by manimpango
|
||||
│ ├── changing.py # Dynamically changing mobject
|
||||
│ ├── coordinate_systems.py # coordinate system
|
||||
│ ├── frame.py # mobject related to frame
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?223cac4d3f028074855c1312">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?223cac4d3f028074855c1312">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?d25f8f57ca45dbf9343a1cb1">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d25f8f57ca45dbf9343a1cb1">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?223cac4d3f028074855c1312"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d25f8f57ca45dbf9343a1cb1"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -135,7 +135,7 @@ faster rendering speed, and supports real-time rendering and interaction.</p>
|
|||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/ManimCommunity/manim">ManimCommunity/manim</a> : Maintained by Manim Community Dev Team.</p></li>
|
||||
</ul>
|
||||
<p>Using cairo to use CPU for rendering. There is better documentation and
|
||||
<p>Using multiple backend rendering. There is better documentation and
|
||||
a more open contribution community.</p>
|
||||
</div>
|
||||
<div class="section" id="about-this-documentation">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?822c6bf91529c3da8adf2b4d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?822c6bf91529c3da8adf2b4d">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?6b50be0ada42fc4261f64564">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6b50be0ada42fc4261f64564">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?822c6bf91529c3da8adf2b4d"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6b50be0ada42fc4261f64564"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?b3a8ee7a1b98c4cafff15e39">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b3a8ee7a1b98c4cafff15e39">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?bde1eacc9940e4a4a1a30174">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?bde1eacc9940e4a4a1a30174">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b3a8ee7a1b98c4cafff15e39"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bde1eacc9940e4a4a1a30174"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?35f9e42eeeb4de41aabbf931">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?35f9e42eeeb4de41aabbf931">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?01ca03fd5cfd7fda65f695a2">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?01ca03fd5cfd7fda65f695a2">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?35f9e42eeeb4de41aabbf931"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?01ca03fd5cfd7fda65f695a2"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?14066986b3da3912446a2e2d">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?14066986b3da3912446a2e2d">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?624df37b8bdeac6200694b19">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?624df37b8bdeac6200694b19">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?14066986b3da3912446a2e2d"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?624df37b8bdeac6200694b19"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?0ea71cea67d890028507fef0">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?0ea71cea67d890028507fef0">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?977b9ec7e96a734e20506c9c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?977b9ec7e96a734e20506c9c">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0ea71cea67d890028507fef0"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?977b9ec7e96a734e20506c9c"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?7edcfbff1239df81ccfa67d2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?7edcfbff1239df81ccfa67d2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?6ef17ef5b52500e16c97d50d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6ef17ef5b52500e16c97d50d">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7edcfbff1239df81ccfa67d2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6ef17ef5b52500e16c97d50d"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?d24eb53d2d30d6649ea33c33">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?d24eb53d2d30d6649ea33c33">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?051cb02894dd4148e4352c3a">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?051cb02894dd4148e4352c3a">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?d24eb53d2d30d6649ea33c33"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?051cb02894dd4148e4352c3a"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?04a6d4bc3e21583683680caf">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?04a6d4bc3e21583683680caf">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?95f9879ef5d9266bb873b7db">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?95f9879ef5d9266bb873b7db">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?04a6d4bc3e21583683680caf"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?95f9879ef5d9266bb873b7db"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?719662d848a65847738bc67f">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?719662d848a65847738bc67f">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?0290527c66b26f06971e8e63">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?0290527c66b26f06971e8e63">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?719662d848a65847738bc67f"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?0290527c66b26f06971e8e63"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?61625e4fdc9e3c84635bc9e3">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?61625e4fdc9e3c84635bc9e3">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?f6563c8522ed420e8b788710">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?f6563c8522ed420e8b788710">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../../_static/clipboard.min.js"></script>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?61625e4fdc9e3c84635bc9e3"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?f6563c8522ed420e8b788710"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="_static/custom.css" />
|
||||
<link rel="stylesheet" href="_static/colors.css" />
|
||||
<link rel="stylesheet" href="_static/styles/default.css?d295d3cd4fa31252f0c99a9a">
|
||||
<link rel="stylesheet" href="_static/pygments.css?d295d3cd4fa31252f0c99a9a">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?6add79425e53f8649dc386f4">
|
||||
<link rel="stylesheet" href="_static/pygments.css?6add79425e53f8649dc386f4">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="_static/language_data.js" defer></script>
|
||||
|
||||
<script src="_static/clipboard.min.js"></script>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?d295d3cd4fa31252f0c99a9a"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?6add79425e53f8649dc386f4"></script></head>
|
||||
<body dir="">
|
||||
|
||||
</body>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?32515c78034facd708324a2c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?32515c78034facd708324a2c">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?2dbff9c780a99952573abfd2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?2dbff9c780a99952573abfd2">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?32515c78034facd708324a2c"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?2dbff9c780a99952573abfd2"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?6185f31b5bfc92c90fa76b8d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6185f31b5bfc92c90fa76b8d">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?b171450b585b0a4aff2e12c2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b171450b585b0a4aff2e12c2">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6185f31b5bfc92c90fa76b8d"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b171450b585b0a4aff2e12c2"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?f6c0dfad6a8bdaad710afe66">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?f6c0dfad6a8bdaad710afe66">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?e3bc7014c76b07c91eff68f3">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?e3bc7014c76b07c91eff68f3">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f6c0dfad6a8bdaad710afe66"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?e3bc7014c76b07c91eff68f3"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?391cd7b2c3ff0116da8bb1b3">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?391cd7b2c3ff0116da8bb1b3">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?5dbcb4c0b103f98160cb6157">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?5dbcb4c0b103f98160cb6157">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?391cd7b2c3ff0116da8bb1b3"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?5dbcb4c0b103f98160cb6157"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -128,7 +128,6 @@
|
|||
<li><p><a class="reference external" href="https://ffmpeg.org/">FFmpeg</a></p></li>
|
||||
<li><p><a class="reference external" href="https://www.opengl.org//">OpenGL</a> (included in python package <code class="docutils literal notranslate"><span class="pre">PyOpenGL</span></code>)</p></li>
|
||||
<li><p><a class="reference external" href="https://www.latex-project.org">LaTeX</a> (optional, if you want to use LaTeX)</p></li>
|
||||
<li><p><a class="reference external" href="https://www.cairographics.org/">cairo</a> (included in python package <code class="docutils literal notranslate"><span class="pre">pycairo</span></code>. optional, if you want to use <code class="docutils literal notranslate"><span class="pre">Text</span></code> in manim)</p></li>
|
||||
</ul>
|
||||
<div class="section" id="directly">
|
||||
<h2>Directly<a class="headerlink" href="#directly" title="Permalink to this headline">¶</a></h2>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?4a21260d8449076dff67249f">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4a21260d8449076dff67249f">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?374eed195569a5d65c7bbfe3">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?374eed195569a5d65c7bbfe3">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?4a21260d8449076dff67249f"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?374eed195569a5d65c7bbfe3"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?02866c852cbd9af6340942ff">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?02866c852cbd9af6340942ff">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?ba742420213bf117bd49fa5c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ba742420213bf117bd49fa5c">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?02866c852cbd9af6340942ff"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ba742420213bf117bd49fa5c"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -174,7 +174,7 @@ but the structure is clear.</p>
|
|||
│ │ ├── brace.py # Brace
|
||||
│ │ ├── drawings.py # Some special mobject of svg image
|
||||
│ │ ├── tex_mobject.py # Tex and TexText implemented by LaTeX
|
||||
│ │ └── text_mobject.py # Text implemented by cairo
|
||||
│ │ └── text_mobject.py # Text implemented by manimpango
|
||||
│ ├── changing.py # Dynamically changing mobject
|
||||
│ ├── coordinate_systems.py # coordinate system
|
||||
│ ├── frame.py # mobject related to frame
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="../_static/custom.css" />
|
||||
<link rel="stylesheet" href="../_static/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?cf7c6fbc1a07dd33e8a574ea">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?cf7c6fbc1a07dd33e8a574ea">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?1a966552445e4fd9958bf86c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?1a966552445e4fd9958bf86c">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="../_static/language_data.js" defer></script>
|
||||
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cf7c6fbc1a07dd33e8a574ea"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1a966552445e4fd9958bf86c"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<link rel="stylesheet" href="_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="_static/custom.css" />
|
||||
<link rel="stylesheet" href="_static/colors.css" />
|
||||
<link rel="stylesheet" href="_static/styles/default.css?dcb07da443b6cbc61001f029">
|
||||
<link rel="stylesheet" href="_static/pygments.css?dcb07da443b6cbc61001f029">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?df4779a22f35f18e0ac7f1ee">
|
||||
<link rel="stylesheet" href="_static/pygments.css?df4779a22f35f18e0ac7f1ee">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -26,7 +26,7 @@
|
|||
<script src="_static/language_data.js" defer></script>
|
||||
|
||||
<script src="_static/clipboard.min.js"></script>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?dcb07da443b6cbc61001f029"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?df4779a22f35f18e0ac7f1ee"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="_static/custom.css" />
|
||||
<link rel="stylesheet" href="_static/colors.css" />
|
||||
<link rel="stylesheet" href="_static/styles/default.css?75d4446a437644ea7042dfcc">
|
||||
<link rel="stylesheet" href="_static/pygments.css?75d4446a437644ea7042dfcc">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?7b644d1e8caa45b15c24edf6">
|
||||
<link rel="stylesheet" href="_static/pygments.css?7b644d1e8caa45b15c24edf6">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
<script src="_static/clipboard.min.js"></script>
|
||||
<script src="_static/copybutton.js"></script>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?75d4446a437644ea7042dfcc"></script></head>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?7b644d1e8caa45b15c24edf6"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue