Results 265 comments of Alex Kaszynski

> Now I only have some point saved by a .ply file I'm assuming you have a surface. If so, I'd follow the steps in the README to load and...

Looks like the default settings work: ```py tet = tetgen.TetGen(fixMesh) tet.tetrahedralize() grid = tet.grid grid.plot(show_edges=True, background='w') ``` ![tmp](https://user-images.githubusercontent.com/11981631/178515006-0a95b08b-a240-4002-b265-0ff582eea8f2.png) I'd play around with the parameters until you get something that works....

> However, using the tetgen version 0.5.5 with some adjustments on the switches also seems to work for quadratic elements. There's been a request to add support for the older...

Hi @vidartf, This is ready for review. This repo has been a bit light as of late in regards to commits and PR merges. I'm at a point that I'd...

> @akaszynski Did you manage to get the local build working? Eventually, yes.

So... it's been two years but there's a working example included in https://github.com/jupyter-widgets/pythreejs/pull/376. Once that's merged we can close this one out.

@bernhard-42, I'm also looking between vtk-js and three-js. Did you come to any conclusions?

Thanks for replying @bernhard-42. I'm considering writing a viewer from scratch as well, but was hoping on using pythreejs since it's really close to what I need.

@maartenbreddels, I'm going to try to support r112 first and then go from there. @jasongrout, I'd like to help maintain this repository. Please message me at [email protected] if you think...

@jasongrout, I've not heard back from @vidartf and he's not been active on github as of late. Is there any chance I can get hold of one of the other...