-
Notifications
You must be signed in to change notification settings - Fork 7
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
WASM support #27
Comments
Hi! I don't think it should be too difficult. I'm not sure about OpenUSD (the main dependency) though. There's no official support but Autodesk has ported it to WASM a while back and there seems to be an active branch. There's also this slide deck with some more references. |
I see, so I would have to replace the OpenUSD dependency with the Autodesk port? |
If you already have a WASM OpenUSD port, you can probably build against it (that is, if you built it yourself). Could be, though, that you have to add some compiler/linker flags to this file: https://github.com/pablode/guc/blob/main/cmake/UsdDefaults.cmake |
Really nice library! How difficult do you think it would be to be able to build it for wasm?
The text was updated successfully, but these errors were encountered: