Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 640 Bytes

File metadata and controls

12 lines (11 loc) · 640 Bytes

This example project shows how to write native extensions using C++, C# and Zig.

  • C++
    • Stable
  • Zig
    • Experimental support
    • The current state of the Zig toolchain is not stable, and may be updated at any time.
    • Used an experimental C API for Defold
  • C#
    • Experimental support
    • Based on DotNet 9 with AOT compilation
    • Generated from an experimental C API for Defold