[vtk-developers] WebAssembly Support
Ben Boeckel
ben.boeckel at kitware.com
Wed Jan 9 16:16:17 EST 2019
On Wed, Jan 09, 2019 at 15:19:29 -0500, Kyle Edwards via vtk-developers wrote:
> A while back, I tried buliding a minimal subset of VTK with Emscripten,
> the WebAssembly compiler, but it failed to compile because VTK uses
> features that are not in OpenGL ES2. Does anyone here have an idea of
> how much work would be needed to port VTK to ES2? (This is not related
> to vtk.js. This is an attempt to compile VTK proper from C++ to
> WebAssembly.)
Brad did this at some point. What errors are you seeing? What are the
OpenGL-related settings (see Utilities/OpenGL/vtkOpenGLOptions.cmake)?
--Ben
More information about the vtk-developers
mailing list