Kitware / glance

Kitware Glance is an open-source web application developed at Kitware for visualizing volumetric images, molecular structures, geometric objects, and point clouds. It is part of the ParaView platform and can serve as a foundation for building custom web-based visualization applications involving ITK.js and VTK.js.
https://kitware.github.io/glance
BSD 3-Clause "New" or "Revised" License
248 stars 88 forks source link

I have some questions about paraview-glance reading vtu files #440

Open bezzj opened 2 years ago

bezzj commented 2 years ago

hello!Recently, I used your product paraview-glance, but because your official document says paraview-glance, I can't read vtu files, but I can use this software to read vtu files. Can I ask why?

jourdain commented 2 years ago

Probably because ITK added support and since we are based on it for many readers, it is now supported but we did not updated the documentation to reflect the new capabilities of ITK wasm.

FYI @floryst @thewtex

bezzj commented 2 years ago

Thank you ! You help me a lot~

------------------ 原始邮件 ------------------ 发件人: "Kitware/glance" @.>; 发送时间: 2022年5月17日(星期二) 晚上10:34 @.>; @.**@.>; 主题: Re: [Kitware/glance] I have some questions about paraview-glance reading vtu files (Issue #440)

Probably because ITK added support and since we are based on it for many readers, it is now supported but we did not updated the documentation to reflect the new capabilities of ITK wasm.

FYI @floryst @thewtex

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

floryst commented 2 years ago

Note that Glance has yet to be updated to use itk-wasm, though migration shouldn't be too much of an effort.