toolness / pathfinder-unity-fun

Attempting to build a Unity native plugin for Pathfinder's Canvas API.
5 stars 1 forks source link

Auto-generate C# wrappers for Pathfinder #4

Closed toolness closed 5 years ago

toolness commented 5 years ago

This auto-generates low-level C# wrappers for Pathfinder via syn, effectively creating a .cs file that contains all non-opaque structs, constants, and functions exported by Pathfinder's C API.

We don't currently use this to export anything specific to the Pathfinder Unity plugin (e.g. queue_canvas_for_rendering), although we might in the future.

To do