indoorvivants / sn-bindgen-examples

Examples of using Scala 3 Native to interop with various C libraries using sn-bindgen
22 stars 2 forks source link

Pick some STB libraries and include in examples #1

Open keynmol opened 2 years ago

keynmol commented 2 years ago

https://github.com/nothings/stb

The libraries usually have a single file interface, simple functions, no c99 features - they seem like perfect candidates.