「Godot Engine」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(typo)
(→‎参照: 複数の項目を英語版より転載)
14行目: 14行目:
   
 
== 参照 ==
 
== 参照 ==
  +
* [[wikipedia:Godot (game engine)|Godot (game engine) on Wikipedia]]
* https://github.com/okamstudio/godot
 
  +
* [http://docs.godotengine.org/en/stable/ Godot documentation]
  +
* [https://github.com/godotengine/godot Godot source code]
  +
* [https://willnationsdev.wordpress.com/2017/07/21/godot-the-game-changer-for-gamedevs/ Godot: the Game-Changer for GameDevs] - Introduction and comparison with other engines
  +
* [https://github.com/Calinou/awesome-godot/ awesome-godot] - free/libre plugins, scripts and add-ons for Godot
  +
* [https://www.reddit.com/r/godot/ /r/godot] community on reddit.com
  +
* [https://www.youtube.com/user/Link4ns/playlists Godot Engine Resources tutorials]
  +
* [https://www.youtube.com/playlist?list=PLS9MbmO_ssyAXRl-_ktrebQBFxjSQt7UX Gamesfromscratch video tutorials]
  +
* [https://www.youtube.com/channel/UCNaPQ5uLX5iIEHUCLmfAgKg/playlists KidsCanCode video tutorials]
  +
* [https://www.youtube.com/user/ndee85/playlists Andreas Esau video tutorials]
  +
* [https://www.youtube.com/playlist?list=PL9FzW-m48fn1iR6WL4mjXtGi8P4TaPIAp Heartbeast video tutorials]
  +
* [https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ/playlists GDQuest video tutorials]
  +
* [https://www.youtube.com/playlist?list=PLjuYP3iuWoM2hLxtTfvsQA6FzOhRIUMOf Jose Moreno video tutorials]

2020年9月13日 (日) 09:15時点における版

Godot Engine はオープンソースのゲームエンジンです。

インストール

安定版

AUR パッケージの godotAUR をインストールするか ダウンロードページ からダウンロードしてください。

最新の Git 版

AUR からインストールしたい場合、godot-gitAUR パッケージを使ってください。手動でコンパイルしたい場合、公式ドキュメントの このページ を参照。

テンプレートのエクスポート

プロジェクトをエクスポートするには、ビルド済みのバイナリが必要になります。Git 版を使っている場合、ドキュメント に書かれているようにプラットフォームごとに自分でコンパイルする必要があります。安定版を使っている場合、Godot によって提供されているエクスポートテンプレートをインストールすることができます。右上のエンジンの設定アイコンをクリックして、"Install export templates" を押してダウンロードするテンプレートを選択してインストールしてください。

参照