-
- Downloads
wasm-ui: replace SDL2 with emscripten APIs
- this works in wasm64 and web workers - the version of sdl2 ported by emscripten did not work in 64-bit and web workers. - cleaned up cmake code path taken VTK_USE_SDL2 is enabled. vtkSDL2RenderWindowInteractor should still build when enabled.
Showing
- Documentation/release/dev/wasm-interactor-support-64-bit-and-web-workers.md 6 additions, 0 deletions...ase/dev/wasm-interactor-support-64-bit-and-web-workers.md
- Rendering/UI/CMakeLists.txt 26 additions, 16 deletionsRendering/UI/CMakeLists.txt
- Rendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx 337 additions, 271 deletionsRendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx
- Rendering/UI/vtkWebAssemblyRenderWindowInteractor.h 50 additions, 18 deletionsRendering/UI/vtkWebAssemblyRenderWindowInteractor.h
- Rendering/UI/vtkWebAssemblyRenderWindowInteractor.js 163 additions, 0 deletionsRendering/UI/vtkWebAssemblyRenderWindowInteractor.js
This diff is collapsed.
Please register or sign in to comment