XML
ゲームエンジン - XML
ゲームエンジンは、ゲーム開発に必要な描画、物理演算、サウンド、アニメーション、スクリプティングなどの機能を統合的に提供するソフトウェアフレームワークです。Unity、Unreal Engine、Godotなどが代表的で、それぞれ異なる特徴と用途を持ちます。インディー開発者からAAAスタジオまで、規模や目的に応じて選択され、現代のゲーム産業において不可欠な基盤技術となっています。
ゲーム開発
Unity
Unreal Engine
Godot
ソフトウェア
3DCG
プログラミング
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>unity</slug>
<name>Unity</name>
<description>クロスプラットフォーム対応のゲームエンジンで、モバイルゲーム開発で高いシェアを持ちます。</description>
<developer>Unity Technologies</developer>
<license>Proprietary (Free for Personal use)</license>
<platforms>["Windows","macOS","Linux","Android","iOS","WebGL","PlayStation","Xbox","Nintendo Switch"]</platforms>
<primaryLanguage>C#</primaryLanguage>
</item>
<item>
<code>02</code>
<slug>unreal-engine</slug>
<name>Unreal Engine</name>
<description>Epic Gamesが開発する高品質な3Dゲームエンジンで、AAAゲーム開発に広く使用されています。</description>
<developer>Epic Games</developer>
<license>Proprietary (5% royalty after $1M revenue)</license>
<platforms>["Windows","macOS","Linux","Android","iOS","PlayStation","Xbox","Nintendo Switch"]</platforms>
<primaryLanguage>C++ / Blueprint</primaryLanguage>
</item>
<item>
<code>03</code>
<slug>godot</slug>
<name>Godot</name>
<description>オープンソースのゲームエンジンで、軽量かつ柔軟な設計が特徴です。</description>
<developer>Godot Engine contributors</developer>
<license>MIT License (Open Source)</license>
<platforms>["Windows","macOS","Linux","Android","iOS","Web"]</platforms>
<primaryLanguage>GDScript / C#</primaryLanguage>
</item>
<item>
<code>04</code>
<slug>cryengine</slug>
<name>CryEngine</name>
<description>Crytekが開発する高品質なグラフィックスを特徴とするゲームエンジンです。</description>
<developer>Crytek</developer>
<license>Proprietary</license>
<platforms>["Windows","PlayStation","Xbox"]</platforms>
<primaryLanguage>C++ / Lua</primaryLanguage>
</item>
<item>
<code>05</code>
<slug>game-maker</slug>
<name>GameMaker</name>
<description>2Dゲーム開発に特化したゲームエンジンで、初心者にも使いやすいです。</description>
<developer>YoYo Games</developer>
<license>Proprietary (Free tier available)</license>
<platforms>["Windows","macOS","Linux","Android","iOS","Web","PlayStation","Xbox","Nintendo Switch"]</platforms>
<primaryLanguage>GML (GameMaker Language)</primaryLanguage>
</item>
<item>
<code>06</code>
<slug>rpg-maker</slug>
<name>RPG Maker</name>
<description>RPG制作に特化したゲーム開発ツールで、プログラミング不要で利用できます。</description>
<developer>Gotcha Gotcha Games</developer>
<license>Proprietary (Paid)</license>
<platforms>["Windows","macOS","Web","Mobile"]</platforms>
<primaryLanguage>JavaScript / Ruby (optional)</primaryLanguage>
</item>
</items>