Winston has an experimental/undocumented function surf + some stuff around it (https://github.com/nolta/Winston.jl/blob/master/src/canvas3d.jl), which might be sufficient if you just want to have a look at your meshes.
Best, Alex. On Tuesday, 11 November 2014 03:09:29 UTC+1, Simon Kornblith wrote: > 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
