Home - seraph526/godot-se GitHub Wiki
欢迎来到Godot引擎中文wiki,本wiki将指导你使用Godot开发丰富多彩的游戏,本wiki翻译自godot官方wiki,不足之处请多多包涵,如有看不明白的地方,
请移步至官网:https://github.com/okamstudio/godot
合作翻译:https://github.com/sanikoyes/godot/wiki
[https://github.com/okamstudio/godot/wiki](https://github.com/okamstudio/godot/wiki)<br/>
1.[https://github.com/marynate/godot/wiki](https://github.com/marynate/godot/wiki)<br/>
2.[http://www.reddit.com/r/godot/comments/1vcnen/notes_on_undocumented_tidbits/]
(http://www.reddit.com/r/godot/comments/1vcnen/notes_on_undocumented_tidbits/) 3.http://www.gamefromscratch.com/ #案例演示
### 官方Demos 请移步官网下载:[http://www.godotengine.org/wp/download/](http://www.godotengine.org/wp/download/) ### 社区游戏和Demos-
[Checkers] (https://github.com/jonyrock/Checkers) by jonyrock
-
Poppy Balloon by calumk, Download (Credits: Font by Kenney)
Godot Engine制作游戏列表 #GDScript专区 #####GDScript官方教程 #####GDScript How To
#官方教程翻译版
- 视区/Viewports
- 分辨率适配
- [鼠标和输入坐标](Mouse & Input Coordinates)
- 版本管理、文件组织
- GUI 控件重定位
- [后台加载](Background loading)
- 存档加密
- 国际化支持 (多语言)
- 处理程序退出请求
- [停止游戏](Pausing The Game)
输入事件与动作/Actions[基础网络(TCP&UDP)](Basic Networking (TCP&UDP))手柄/键盘控制界面
- 物理与碰撞 (2D)
- 图块地图/Tile Map
- 运动角色 (2D)
- [粒子系统](Particle Systems (2D))
- [画布层](Canvas Layers)
- Cut-Out 动画
- GUI 皮肤
- [自定义GUI Controls](Custom GUI Controls)
- [自定义绘制Node2D/Control](Custom Drawing in Node2D/Control)
Node2D/Control 自定义绘制
- 创建 3D 游戏
- 材质
- 固定材质
- Shader 材质
- 光照
- 阴影
- 动态全局光/High Dynamic Range
- [3D表现和限制](3D Performance & Limitations)
光线烘培3D 精灵使用 AnimationTreePlayer空间与房间车辆GridMap (3D TileMap)环境音效[卡通渲染](Toon Shading)
- GDScript 内置的简单高效又不失灵活的脚本语言.
- GDScript (More Efficiently) 从其他程序快速迁移过来的一些建议.
- Shader 内置的跨平台 shader 语言.
- Locales 支持的语言本地化/locale列表.
- 图片 管理图片文件 (请先读!).
- 导出 导出工程.
- 一键发布
- 导出图片 转换图片及创建贴图集.
- PC 导出 PC 平台 (Mac, Windows, Linux).
- Android 导出 Android 平台.
BlackBerry 10 导出 BlackBerry 10 平台.- iOS 导出 IOS 平台.
NaCL 导出 Google Native Client.HTML5 导出 HTML5 (using asm.js).Consoles 导出主机平台 (PS3, PSVita, etc).
高级 高级主题 (C++ 开发, 文件格式, 移植, 等).