Coder Social home page Coder Social logo

Comments (3)

jourdain avatar jourdain commented on July 19, 2024

Definitely yes but you can have several approaches for what you are looking for.

First you can create several div container in the same page and bind a vtkOpenGLRenderWindow to each of them. Basically you will do this with a different container for each of your view. https://github.com/Kitware/vtk-js/blob/master/Sources/Rendering/Misc/FullScreenRenderWindow/index.js

But if you do that, you will have to deal with the full VTK pipeline setup (dataset, reader, mapper, actor, lookup table, renderer, renderWindow...)

Another approach could be to use the StandaloneSceneLoader within an iframe. In that case, you will have to use the ParaView scene exporter macro and make that export available so you could create a URL for each iframe like follow: StandaloneSceneLoader.html?fileURL=../pressure.vtkjs

But as of today, the Export macro does not capture the LookupTable information and the Web application does not handle the LookupTable information either. None of it is difficult to add but in either case, you will have to get your hand dirty. ;-)

Since you managed to get your dataset in vtk-js, the easier approach could be for you to create some kind of generic Web application that load a dataset, apply always the same LookupTable and take some arguments like the StandaloneSceneLoader do to choose where to load the data from and which array to color by. Then you use that same application several time across your documentation using iframe. Or better, you can always create a function that take all those arguments plus the container, so you could build several views within a single page.

from vtk-js.

bilke avatar bilke commented on July 19, 2024

Thanks a lot for your help. I will try out the approach you mentioned in the last paragraph and will link my solution back here once I have accomplished it.

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024

Sounds great, thanks!

from vtk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.