support for meshes on main
See original GitHub issueHi,
I am using itkwidgets<1.0 to visualize finite element meshes (sometimes 2D, sometimes 3D) and fields defined on them, often through pyvista.
itkwidgets goal on master branch is stated as
Interactive Jupyter widgets to visualize images, point sets, and meshes on the web.
while on the main branch it is
Interactive widgets to visualize images, point sets, and 3D geometry on the web.
with no mention of “meshes”.
With this I would like to ask if users can expect support for meshes to be added back to main at some point in future, or if that is not something you are interested in anymore.
Thanks, Francesco
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Modifier-meshes: Custom supports and other magic
Modifier meshes apply custom settings to the intersection of the modifier mesh and the model. Right-click on a model and pick Add modifier...
Read more >Meshes - Unity - Manual
Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons.
Read more >Importing Static Meshes | Unreal Engine 4.27 Documentation
Once you are in the folder you want to save your mesh to, you can import your mesh in one of two easy...
Read more >What is a Service Mesh and How Does it Work? - TechTarget
Learn how a service mesh separates service-to-service communications from application logic to improve network performance, with pros vs. cons and examples.
Read more >UE4 - Overview of Static Mesh Optimization Options
Unreal supports a bewildering array of choices to help optimize your ... But the main downsides to instanced static meshes is the poor ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@francesco-ballarin I am sorry for the confusion but you are correct, there is not support for geometries on
mainat this point in time. We absolutely intend to add support for geometries again, but at this point there is some additional work that needs to be done before that can be supported again with this newer version of itkwidgets. In the meantime though themasterbranch does still have this support.Thanks @bnmajor for the clarification! Good to know that such support will be added at some point, I’ll make sure to come back and test it when it will land on
main(and then close this issue).