Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bruvzg bruvzg released this 22 Jul 11:42
· 8 commits to master since this release

gdnative binaries for:

  • macOS (arm64, x86-64) - dynamic library
  • GNU/Linux (arm64, x86, x86-64) - dynamic libraries
  • Windows (x86, x86-64) - dynamic libraries
  • Android (arm64, armv7, x86, x86-64) - dynamic libraries
  • iOS (arm64-device, arm64-simulator, x86-64-simulator) - static .xcframework

Build config (except Windows):

-Dstatic-runtime=false -Dbuiltin-runtime=true -Duse-graphite2=true --buildtype=release

Build config (Windows only):

-Dstatic-runtime=true -Dbuiltin-runtime=true -Duse-graphite2=true --buildtype=release

See toolchains folder for used build tools.

Installation:

Copy libgdtl folder to the addons folder of the project, enable module in the project settings.

Custom editor binaries (3.3.2 stable + module + font wrapper) for:

  • macOS (arm64, x86-64)
  • GNU/Linux (x86-64)
  • Windows (x86-64)

Custom export templates (3.3.2 stable + module + font wrapper) for:

  • macOS (arm64, x86-64)
  • GNU/Linux (x86-64)
  • Windows (x86, x86-64)
  • Android (arm64, armv7, x86-64)
  • iOS (arm64-device, x86-64-simulator)
  • Web (default, with threads, with gdnative)