Add mesh-studio to project index
1 changed file+5−0
profile/README.mdmodified+5−0View file
@@ -55,6 +55,11 @@ there is one.
5555 Upload a quad surface mesh and solve Poisson or Helmholtz problems on it
5656 with [surfacefun](https://github.com/danfortunato/surfacefun), entirely in
5757 the browser; the solution renders in a rotatable 3D view.
58+- **[mesh-studio](https://github.com/concept-collection/mesh-studio)**
59+ ([live](https://concept-collection.github.io/mesh-studio/)).
60+ Build CAD primitives or import STEP/IGES with
61+ [OpenCASCADE.js](https://ocjs.org/), then inspect them in 3D — including each
62+ face's true NURBS surface (polynomials on faces), not just its triangulation.
5863 - **[qhull-wasm-demo](https://github.com/concept-collection/qhull-wasm-demo)**
5964 ([live](https://concept-collection.github.io/qhull-wasm-demo/)).
6065 Demos and benchmarks for [qhull-wasm](https://github.com/magland/qhull-wasm),