「Manim」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
(相違点なし)

2024年2月29日 (木) 06:14時点における版

関連記事

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