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