Manim

提供: ArchWiki
2024年2月29日 (木) 06:14時点におけるKgx (トーク | 投稿記録)による版 (英語版から転載)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

関連記事

Manim is a library for animating technical concepts using the simplicity of python to generate animations programmatically.

It was originally created by Grant Sanderson (3Blue1Brown) and later forked by the community to create Manim Community Edition. Grant Sanderson's code is now called manimgl and the community's fork is now called manim or manimce.

More information can be found on the community editions FAQs.

Installation

Install one of the following:

Note that the manimce PyPI package is out-of-date and unmaintained, and should not be installed.

Alternatively, you can use pip to install:

  • manim
  • manimgl

See python#Package management for more details.

Usage

Check out the following quickstarts based on the manim installed:

See also