- Godot Engine Game Development Projects
- Chris Bradfield
- 199字
- 2021-06-18 18:51:24
Scripting in Godot
At the time of writing, Godot provides three official languages for scripting nodes: GDScript, VisualScript, and C#. GDScript is the dedicated built-in language, providing the tightest integration with the engine, and is the most straightforward to use. VisualScript is still very new and in the testing stage, and should be avoided until you have a good understanding of Godot's workings. For most projects, C# is best reserved for those portions of the game where there is a specific performance need; most Godot projects will not need this level of additional performance. For those that do, Godot gives the flexibility to use a combination of GDScript and C# where you need them.
In addition to the three supported scripting languages, Godot itself is written in C++ and you can get even more performance and control by extending the engine's functionality directly. See Chapter 7, Additional Topics, for information on using other languages and extending the engine.
All of the games in this book use GDScript. For the majority of projects, GDScript is the best choice of language. It is very tightly integrated with Godot's Application Programming Interface (API), and is designed for rapid development.
- 空間機器人遙操作系統及控制
- Apache Hive Essentials
- Learning Apache Cassandra(Second Edition)
- 計算機圖形圖像處理:Photoshop CS3
- 自動化控制工程設計
- 人工智能實踐錄
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- PostgreSQL 10 Administration Cookbook
- Learning Azure Cosmos DB
- DevOps Bootcamp
- 新編計算機圖形學
- RealFlow流體制作經典實例解析
- 人工智能云平臺:原理、設計與應用
- Access 2007數據庫入門與實例應用金典
- Practical Network Automation