- 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.
- 我的J2EE成功之路
- 精通MATLAB圖像處理
- Mastering VMware vSphere 6.5
- Apache Hive Essentials
- Expert AWS Development
- VMware Performance and Capacity Management(Second Edition)
- 計算機圖形圖像處理:Photoshop CS3
- 人工智能實踐錄
- Statistics for Data Science
- Azure PowerShell Quick Start Guide
- Mastering SQL Server 2014 Data Mining
- 數據庫基礎:Access
- 中小型網站建設與管理
- Kubernetes Design Patterns and Extensions
- 網頁配色萬用寶典