「Manim」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(翻訳)
 
5行目: 5行目:
 
{{Related articles end}}
 
{{Related articles end}}
   
  +
Manim は、Python のシンプルさを利用して技術コンセプトをアニメーション化し、プログラムでアニメーションを生成するためのライブラリです。
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 {{ic|manimgl}} and the community's fork is now called {{ic|manim}} or {{ic|manimce}}.
+
これはもともと Grant Sanderson (3Blue1Brown) によって作成され、後にコミュニティによってフォークされて Manim Community Edition が作成されました。Grant Sanderson のコードは現在 {{ic|manimgl}} と呼ばれ、コミュニティのフォークは {{ic|manim}} または {{ic|manimce}} と呼ばれています。
   
More information can be found on the community editions [https://docs.manim.community/en/stable/faq/installation.html#why-are-there-different-versions-of-manim FAQs].
+
詳細については、コミュニティエディション [https://docs.manim.community/en/stable/faq/installation.html#why-are-there-Difference-versions-of-manim FAQs] を参照して下さい。
   
== Installation ==
+
== インストール ==
   
  +
次のいずれかを [[インストール]] して下さい:
[[Install]] one of the following:
 
   
 
* {{AUR|manim}}
 
* {{AUR|manim}}
 
* {{AUR|python-manimgl}}
 
* {{AUR|python-manimgl}}
   
  +
''manimce'' PyPI パッケージは古くてメンテナンスされていないため、インストールしないで下さい。
Note that the ''manimce'' PyPI package is out-of-date and unmaintained, and should ''not'' be installed.
 
   
  +
''pip'' を使用してインストールできます:
Alternatively, you can use ''pip'' to install:
 
   
 
* ''manim''
 
* ''manim''
 
* ''manimgl''
 
* ''manimgl''
   
  +
詳細については、[[python#パッケージの管理]] を参照して下さい。
See [[python#Package management]] for more details.
 
   
== Usage ==
+
== 使用方法 ==
   
  +
インストールされている manim に基づいて、次のクイックスタートを確認してください:
Check out the following quickstarts based on the manim installed:
 
 
* [https://docs.manim.community/en/stable/tutorials/quickstart.html Manim]
 
* [https://docs.manim.community/en/stable/tutorials/quickstart.html Manim]
 
* [https://3b1b.github.io/manim/getting_started/quickstart.html Manimgl]
 
* [https://3b1b.github.io/manim/getting_started/quickstart.html Manimgl]
   
== See also ==
+
== 参照 ==
   
* [https://docs.manim.community/en/stable/index.html Manim documentation]
+
* [https://docs.manim.community/en/stable/index.html Manim のドキュメント]
* [https://3b1b.github.io/manim/index.html Manimgl documentation]
+
* [https://3b1b.github.io/manim/index.html Manimgl のドキュメント]
* [https://docs.manim.community/en/stable/examples.html Example Gallery]
+
* [https://docs.manim.community/en/stable/examples.html サンプルギャラリー]

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

関連記事

Manim は、Python のシンプルさを利用して技術コンセプトをアニメーション化し、プログラムでアニメーションを生成するためのライブラリです。

これはもともと Grant Sanderson (3Blue1Brown) によって作成され、後にコミュニティによってフォークされて Manim Community Edition が作成されました。Grant Sanderson のコードは現在 manimgl と呼ばれ、コミュニティのフォークは manim または manimce と呼ばれています。

詳細については、コミュニティエディション FAQs を参照して下さい。

インストール

次のいずれかを インストール して下さい:

manimce PyPI パッケージは古くてメンテナンスされていないため、インストールしないで下さい。

pip を使用してインストールできます:

  • manim
  • manimgl

詳細については、python#パッケージの管理 を参照して下さい。

使用方法

インストールされている manim に基づいて、次のクイックスタートを確認してください:

参照