john-chapman / im3d

Immediate mode rendering and 3d gizmos.
MIT License
1.21k stars 63 forks source link

C Bindings #57

Open Sand3r- opened 2 years ago

Sand3r- commented 2 years ago

Hello @john-chapman, thank you for creating and sharing this awesome library. One important feature that the library is missing are C-bindings. These would not only allow C programmers to benefit from this library, but make it easier to port to languages such as Rust or zig.

Srekel commented 6 months ago

FYI we've started briefly on some Zig bindings here https://github.com/Srekel/zig-im3d/

Uses c2z to generate the basics and then has some touchups. Still WIP.