Is there an easy way to display a polygon mesh in Julia, i.e., vertices and faces loaded from an STL file or created by marching tetrahedra using Meshes.jl? So far, I see:
- PyPlot/matplotlib, which seems to be surprisingly difficult to convince to do this. - GLPlot, which doesn't currently work for me on 0.4. (I haven't tried very hard yet.) - ihnorton's VTK bindings, which aren't registered in METADATA.jl. Is there another option I'm missing? If not, can I convince one of these packages to show my mesh with minimal time investment, or should I use a separate volume viewer (or maybe a Python package via PyPlot)? Thanks, Simon
