I am porting my VTK C++ application to WebAssembly and it has worked great so far. I am getting ready to port my use of vtkLegendBoxActor, but I am concerned that it may not work. Am I correct that WebGL doesn’t support the annotation functions of OpenGL that VTK uses? If this is true are there alternatives?
Thanks!