What's New?
-
Check out the new "Secret Message" raw pointer manipulation demo!
-
Features an updated build of Foreigner with WIP raw pointer manipulation methods:
offset()
,deref()
,memcpy()
&string_at()
.
What's "Classic"?
-
The binaries from this release include Foreigner and
testlib
. This enables testing of exporting with other dynamic library dependencies. -
You can look at the source to see how to set up your own project to successfully include your own or third-party shared libraries in your Godot project export.
-
A work-in-progress Python tool script to automatically export binaries for all configured cross-platform export presets is also included.