Manim:修订间差异

无编辑摘要
无编辑摘要
第3行: 第3行:
==简介==
==简介==
===时间轴===
===时间轴===
===版本===
{| class="wikitable"
! 名称
! 安装
! 描述
! 官网
|-
| manim 3b1b版
| pip install manimgl
| 也称ManimGL,通过OpenGL渲染。由 3Blue1Brown 的 Grant Sanderson 维护。
| https://github.com/3b1b/manim
|-
|manim 社区版
| pip install manim
| 由 Manim Community 开发团队维护,目标是更稳定易使用。
| https://github.com/ManimCommunity/manim
|}


===安装===
===安装===
第15行: 第33行:
}}
}}
==基础知识==
==基础知识==


==资源==
==资源==
===官网===
===官网===
* Manim 官网:https://github.com/3b1b/manim
* Manim 官网:https://github.com/3b1b/manim
* Manim 中文文档:https://docs.manim.org.cn/development/about.html
* Manim 社区版官网: https://www.manim.community/
* Manim 社区版官网: https://www.manim.community/
* Manim 社区版源代码:https://github.com/ManimCommunity/manim
* Manim 社区版源代码:https://github.com/ManimCommunity/manim


===文章===
===文章===

2022年8月9日 (二) 04:36的版本

Manim是一个用于创建数学动画的Python库。最初由3Blue1Brown作者为个人项目而开发。目前由两个版本,一个是3b1b的,一个是manim社区版。

简介

时间轴

版本

名称 安装 描述 官网
manim 3b1b版 pip install manimgl 也称ManimGL,通过OpenGL渲染。由 3Blue1Brown 的 Grant Sanderson 维护。 https://github.com/3b1b/manim
manim 社区版 pip install manim 由 Manim Community 开发团队维护,目标是更稳定易使用。 https://github.com/ManimCommunity/manim

安装

Windows

  • 安装好FFmpeg,命令行输入ffmpeg --version检验。
  • 安装好LaTeX,如果需要用到LaTeX则安装。命令行输入latex --version检验。
  • 使用如下命令安装
pip install manim

了解更多 >> Manim 社区版文档:安装/Windows


基础知识

资源

官网

文章