[ase-users] [EXTERNAL] Pure python ASE viewer
Noam Bernstein
noam.bernstein at nrl.navy.mil
Thu Aug 15 14:20:40 CEST 2019
> On Aug 14, 2019, at 6:35 PM, Michael Joseph Waters <michael.j.waters at northwestern.edu> wrote:
>
> Noam,
>
> I'm also hoping to see what you've made!
>
> If it helps, the add_isosurface_to_pov function uses skimage's very fast marching_cubes_lewiner implementation to generate the isosurface vertices. It might be easier to repurpose some of that code to save time.
Almost anything visualization related is coming from vtk, which has marching cubes, as well as some other algorithms (variable opacity voxels), slices, etc. That’s one of the reasons I chose it. It also has GUI features like object picking, billboarding (to create labels in 3D that are parallel to the screen).
Once I’ve done some internal testing, I’ll see if I can get it ready for release.
Noam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20190815/ee3f2381/attachment.html>
More information about the ase-users
mailing list