欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Godot
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 (→模版) |
||
(未显示1个用户的19个中间版本) | |||
第1行: | 第1行: | ||
{{SeeWikipedia|Godot (game engine)}} | {{SeeWikipedia|Godot (game engine)}} | ||
− | + | [[文件:godot-logo.png|right|Godot]] | |
+ | |||
+ | Godot | ||
==简介== | ==简介== | ||
+ | Godot 不仅仅是一款开源(MIT)游戏引擎,也是一个开放的生产力平台。 | ||
+ | |||
+ | Godot 支持 [[Windows]], [[OS X]], [[Linux]], [[Android]], [[iOS]], BlackBerry 10, [[HTML5]], Flash, NaCl, PlayStation 3, PlayStation Vita、Nintendo 3DS 和 [[Windows Phone 8]]。 | ||
+ | |||
+ | ==功能== | ||
+ | *[https://docs.godotengine.org/en/stable/development/file_formats/gdscript_grammar.html formal grammar of GDScript] written in [https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form EBNF] | ||
==指南== | ==指南== | ||
+ | *Since Godot 4.0, the [https://docs.godotengine.org/en/stable/community/contributing/cpp_usage_guidelines.html C++ standard] used throughout the codebase is a subset of C++17. | ||
+ | |||
+ | ==imgui== | ||
+ | [https://github.com/pkdawson/imgui-godot imgui-godot] | ||
+ | |||
+ | ==GBot== | ||
+ | [https://docs.godotengine.org/zh_CN/stable/tutorials/animation/cutout_animation.html#making-of-gbot Making of GBot] | ||
+ | |||
+ | ==[[Rust]]== | ||
+ | *[https://github.com/godot-rust/godot-rust GDNative bindings for Rust] | ||
+ | |||
+ | ==资产== | ||
+ | *[https://docs.godotengine.org/en/stable/community/asset_library/what_is_assetlib.html Godot Asset Library] | ||
+ | *下载 [https://downloads.tuxfamily.org/godotengine/2.0.4.1/ 模版(如: Godot_v2.0.4.1_stable_export_templates.tpz) ] | ||
+ | |||
+ | ==应用== | ||
+ | *[https://github.com/w84death/Tanks-of-Freedom/ Tanks of Freedom] 开源项目 | ||
+ | *[https://github.com/akien-mga/dynadungeons/ DynaDungeons] 开源项目 | ||
+ | *[https://github.com/KOBUGE-Games/minilens Minilens] 开源项目 | ||
+ | *[https://github.com/algorithmus/castlevaniaclone CastlevaniaClone] 开源项目 | ||
+ | *[https://github.com/KOBUGE-Games/jetpaca Jetpaca] 开源项目 | ||
+ | *[https://kobuge-games.github.io/Herbi/ Herbi] 开源项目 | ||
+ | *[https://github.com/KOBUGE-Games/Ninja-Training Ninja-Training] 开源项目 | ||
+ | [https://godotengine.org/showcase 更多godot engine应用 >>>] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
+ | image:godot-engine-2d.png|2D | ||
+ | image:godot-engine-platformer-3d.png|3D | ||
+ | image:godot-engine-gui.png|GUI | ||
+ | image:godot-engine-gdscript.png|GDScript | ||
+ | image:godot-engine-project-manager.png|项目管理器 | ||
image:godot-engine-architecture.jpg|Godot引擎架构 | image:godot-engine-architecture.jpg|Godot引擎架构 | ||
image:godot-supports-platforms.png|多平台 | image:godot-supports-platforms.png|多平台 | ||
+ | image:godot-engine-object.png|Object | ||
+ | image:godot-engine-reference.png|Reference | ||
+ | image:godot-engine-control.png|Control | ||
+ | image:godot-engine-node2d.png|Node2D | ||
+ | image:godot-engine-spatial.png|Spatial | ||
+ | image:godot-engine-input-event.png|输入事件 | ||
+ | image:godot-engine-on-debian.png|Debian | ||
+ | image:godot-engine-csharp.png|支持C# | ||
</gallery> | </gallery> | ||
第17行: | 第62行: | ||
*[https://github.com/okamstudio/godot Godot @ GitHub] | *[https://github.com/okamstudio/godot Godot @ GitHub] | ||
*[http://okamstudio.com/ Godot背后公司: OKAM Studio] | *[http://okamstudio.com/ Godot背后公司: OKAM Studio] | ||
+ | *[http://docs.huihoo.com/godotengine/godot-docs/ godot文档] | ||
+ | *[http://docs.huihoo.com/doxygen/godotengine/ godot doxygen文档] | ||
[[category:game engine]] | [[category:game engine]] | ||
第22行: | 第69行: | ||
[[category:android]] | [[category:android]] | ||
[[category:HTML5]] | [[category:HTML5]] | ||
+ | [[category:huigou]] | ||
+ | [[category:Huihoo Foundation]] |
2022年11月30日 (三) 15:10的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Godot Thanks, Wikipedia. |
Godot
目录 |
[编辑] 简介
Godot 不仅仅是一款开源(MIT)游戏引擎,也是一个开放的生产力平台。
Godot 支持 Windows, OS X, Linux, Android, iOS, BlackBerry 10, HTML5, Flash, NaCl, PlayStation 3, PlayStation Vita、Nintendo 3DS 和 Windows Phone 8。
[编辑] 功能
- formal grammar of GDScript written in EBNF
[编辑] 指南
- Since Godot 4.0, the C++ standard used throughout the codebase is a subset of C++17.
[编辑] imgui
[编辑] GBot
[编辑] Rust
[编辑] 资产
[编辑] 应用
- Tanks of Freedom 开源项目
- DynaDungeons 开源项目
- Minilens 开源项目
- CastlevaniaClone 开源项目
- Jetpaca 开源项目
- Herbi 开源项目
- Ninja-Training 开源项目
[编辑] 图集
[编辑] 链接
分享您的观点