Skip to content

Release v0.1.5

Latest
Compare
Choose a tag to compare
@follower follower released this 07 Jul 23:41

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().

godot-foreigner-export-demo-screenshot-v0 1 5-release

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.