Skip to content
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

MeshData.h include no longer valid? #78

Closed
leventt opened this issue Mar 12, 2020 · 4 comments
Closed

MeshData.h include no longer valid? #78

leventt opened this issue Mar 12, 2020 · 4 comments

Comments

@leventt
Copy link

leventt commented Mar 12, 2020

I am following this example:
https://doc.magnum.graphics/magnum/examples-primitives.html

I did set myself up with vcpkg...

MeshData.h doesn't seem to be valid and there are ...2D and ...3D suffixes to that header now.

Is this a known issue?

@leventt leventt changed the title MeshData.h include no linger valid? MeshData.h include no longer valid? Mar 12, 2020
@leventt
Copy link
Author

leventt commented Mar 12, 2020

Installing latest master fixed this \o/
https://doc.magnum.graphics/magnum/building.html#building-packages-vcpkg

Thanks for the great documentation!

@leventt leventt closed this as completed Mar 12, 2020
@mosra mosra added this to the 2020.0a milestone Mar 13, 2020
@mosra
Copy link
Owner

mosra commented Mar 13, 2020

Hi, sorry about that -- you had the bad luck of trying out the project right after I did a rather massive breaking change. This doesn't happen often, but here I had to rethink some rather limiting design decisions from the past decade (see mosra/magnum#371) :)

Just a heads up, there's another minor breakage caused by mosra/magnum@32d49db. All docs refer to the new API, so you might want to pull latest master again.

@leventt
Copy link
Author

leventt commented Mar 13, 2020

Thanks for the heads up! I decided to work with the latest release which worked great and I was surprised how easy it was for emscripten-wasm compiling. I am not too sure if I could use it with ONNX.js however, which seems to be one of the things I will try to integrate to my project. I will perhaps open another discussion for this in the future but how to interop between a js library and cxx wasn't obvious to me.

Cheerrs!

@mosra
Copy link
Owner

mosra commented Mar 13, 2020

Btw., feel free to join https://gitter.im/mosra/magnum (you can log in with your GitHub account), the response time there is generally much shorter :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants