-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading model libraries doesn't work on platforms other than Linux #11
Comments
In case anyone wants to take a look, the library is loaded in |
I initially thought of this as an enhancement (as in, it works fine, it should work fine in more places), but I think it makes more sense to classify it as a bug. |
For OSX: dynamic library: .dylib (e.g. libspacer.dylib) results in "Error: Error request adapter". Error defined in renderer.rs |
@Bandsberg I think what you're seeing is most likely #10, not this issue. |
Fixed by @Bandsberg in #23. |
Right now, the host application expects the dynamic library to end with
.so
, which is correct on Linux. It should either fall back to other file endings to support more platforms, or there might be a way to override the file name outright, and set it to something like.model
.The text was updated successfully, but these errors were encountered: