|
|
|
|
|
by frou_dh
736 days ago
|
|
Cheers - I may email once I get into it. The (disclaimer'd) MacOS build actually segfaults on startup but I'll probably be able to work out what's happening there :) Talking of Raylib, from the fooling around I've done so far, it's actually a very awkward library to use with MLton. Because many of its functions take C structs by-value and that isn't something the FFI supports, a lot of shim C code needs to be written/generated. |
|