You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#6 may be too much of a hurdle, if we want people to actually use this in their browsers. getting the performance right might be a lot of work, and the yew/wasm UI feels really janky right now compared to the wasm UI.
i would still like for the environment to work with the DOM, however, using imgui wasm may be a good shortcut to be at least usable on the web.
probably not just plug and play because the current imgui adapter layer is doing event loop and glutin stuff, probably works differently in wasm. probably worth trying a clean wasm-imgui-rs project just to see what's involved.
The text was updated successfully, but these errors were encountered:
sumeet
added
5
difficulty 5. either not straightforward, difficult, or a lot of work. could possibly be broken down
3
difficulty 3, relatively straightforward
and removed
5
difficulty 5. either not straightforward, difficult, or a lot of work. could possibly be broken down
labels
Oct 5, 2020
#6 may be too much of a hurdle, if we want people to actually use this in their browsers. getting the performance right might be a lot of work, and the yew/wasm UI feels really janky right now compared to the wasm UI.
i would still like for the environment to work with the DOM, however, using imgui wasm may be a good shortcut to be at least usable on the web.
probably not just plug and play because the current imgui adapter layer is doing event loop and glutin stuff, probably works differently in wasm. probably worth trying a clean wasm-imgui-rs project just to see what's involved.
The text was updated successfully, but these errors were encountered: