Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@SomeRanDev SomeRanDev released this 20 Dec 05:51
· 107 commits to main since this release

December 20, 2022

Release Notes

First release of Haxe to GDScript. All syntax and expressions (except for enums) should compile to valid GDScript.

Externs work as expected.

The following meta are available:
@:native
@:nativeName
@:nativeFunctionCode

The following Haxe standard library classes have been implemented for GDScript:
String
Array
Math
Std
haxe/Log