msteinbeck / tinyspline

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
MIT License
1.21k stars 207 forks source link

Support for M1 Mac and Universal #225

Closed maakinoh closed 1 year ago

maakinoh commented 1 year ago

I've added build support for M1 Mac devices and also for universal builds on macos.

I've also added new github actions jobs

msteinbeck commented 1 year ago

Thanks for your PR. I copied your code manually and fixed the remaining issues.