Setup

To get started, install the gdscript Haxelib package and add it to a Haxe project.

#What to doWhat to write
1Install via haxelib
haxelib install gdscript 1.0.0-beta
2Add the lib to your .hxml file or compile command.
-lib gdscript
3Set the output folder for the compiled GDScript.
-D gdscript-output=out
4Optionally, generate your code as a Godot plugin.
-D generate_godot_plugin