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
[x] Consider removing the bin program for csharpbindgen and instead add a test suite, perhaps powered by insta.
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
bin
program forcsharpbindgen
and instead add a test suite, perhaps powered byinsta
.