- 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.
- Hands-On Internet of Things with MQTT
- 大數據管理系統
- 21天學通PHP
- 控制與決策系統仿真
- 空間傳感器網絡復雜區域智能監測技術
- MicroPython Projects
- 數據挖掘方法及天體光譜挖掘技術
- 自動生產線的拆裝與調試
- Learning C for Arduino
- Kubernetes for Serverless Applications
- Spatial Analytics with ArcGIS
- 工業機器人實操進階手冊
- 生物3D打印:從醫療輔具制造到細胞打印
- 會聲會影X4中文版從入門到精通
- Linux Shell Scripting Cookbook(Third Edition)