concept-collection / dot-github
Add mesh-converter to the project index
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 1329762bc156 parent 2d6aba2 Browse files
1 changed file+5−0
profile/README.mdmodified+5−0View file
@@ -45,6 +45,11 @@ there is one.
4545 Examples for [chunkie](https://github.com/fastalgorithms/chunkie): building
4646 chunker geometries in 2-D and solving Laplace, Helmholtz, and Stokes boundary
4747 integral equations.
48+- **[mesh-converter](https://github.com/concept-collection/mesh-converter)**
49+ ([live](https://concept-collection.github.io/mesh-converter/)).
50+ Convert meshes between 19 formats (PLY, OBJ, STL, VTK, Gmsh, XDMF, …) with
51+ [meshio](https://github.com/nschloe/meshio) running in-browser on Pyodide;
52+ inspect meshes in 3D and see what a lossy export would drop.
4853 - **[qhull-wasm-demo](https://github.com/concept-collection/qhull-wasm-demo)**
4954 ([live](https://concept-collection.github.io/qhull-wasm-demo/)).
5055 Demos and benchmarks for [qhull-wasm](https://github.com/magland/qhull-wasm),