GLPlot master should work on 0.4!
(GLAbstraction, ModernGL, Reactive, GLWindow, all need to be master as 
well... If I get a few voices that master works for them, I might tag a the 
newer versions)

You can actually inofficially display Obj's, so there is mostly everything 
in place to display polygon meshes 
(https://github.com/twadleigh/Meshes.jl/issues/21).
If you have specific demands on how to display your datastracture, please 
open an issue, or contact me in some way.
I'm always interested in adding new visualizations to GLPlot! (My time 
right now is just a little sparse...)

Cheers,
Simon

Am Dienstag, 11. November 2014 03:09:29 UTC+1 schrieb Simon Kornblith:
>
> 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
>

Reply via email to