-
Notifications
You must be signed in to change notification settings - Fork 94
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
Use EmscriptenApplication for emscripten ports #59
Conversation
ce1c86a
to
4c328dc
Compare
4c328dc
to
0545d02
Compare
Note: With the current state, Chrome tabs crash on text example when loading the font (but works on firefox). (obsolete) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor things, the tabindex
comment from #60 applies here as well.
Note: With the current state, Chrome tabs crash on text example when loading the font (but works on firefox).
Is that still a thing or not anymore? I remember you said it's gone.
afbad9e
to
c9cd997
Compare
Yeah, that's gone :) |
Signed-off-by: Squareys <squareys@googlemail.com>
Signed-off-by: Squareys <squareys@googlemail.com>
c9cd997
to
4a21a21
Compare
@mosra This is again ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Merged as 3fb7bd8, with the imgui change being put directly into master as 4fae2fd. All the examples are now shipped on https://magnum.graphics/showcase/ and looking & behaving better than ever :) Thanks a lot! |
Hello @mosra !
As part of mosra/magnum#300, here are the adaptions to the emscripten example ports.
Cheers, Jonathan