Emmett Lalish

Results 54 issues of Emmett Lalish

Signed distance functions (SDF) are another way to represent 3D solids. They can be discrete (voxels) or continuous (mathematical functions). Traditionally they can be converted to a manifold surface mesh...

enhancement

We currently use `Polygons` as input to several `Manifold` constructors, and they could easily be output as well (think `Slice`), but we have no way to operate on them in...

enhancement

I'm impressed how tiny your code is for all this! I'm looking at traversing Morton codes for a Marching Cubes type of algorithm on a GPU via CUDA/Thrust. The trick...

I wrote this some time ago to support model-viewer's automatic camera framing (which is tight without allowing the object to leave the frame for any orbit parameters with constant zoom)....

### Discussed in https://github.com/google/model-viewer/discussions/3746 Originally posted by **plutorkhan** May 4, 2022 I want to apply different texture variants to a hottub 3d model via model-viewer editor. I could import and...

I think we have a pretty good generic JS binding API now, but for ManifoldCAD, which is three.js-based, I think it would be quite a bit more ergonomic to have...

enhancement

One of the most powerful features of OpenSCAD is its visual debug, where you put `#` in front of a line to see that object rendered in the final output...

enhancement

I like the simplicity of @makc's first WASM [example](https://elalish.github.io/manifold/bindings/wasm/examples/index.html), so I plan to keep that (and add some explanation and link it from our readme). However, we could also use...

enhancement

I use Repetier-host 0.53 as a gcode checker for various slicers (since you have by far the best gcode visualization I have found). It has worked great with gcodes generated...

- [@lit-labs/react](https://www.npmjs.com/package/@lit-labs/react) is a wrapper to make web components easy to use in React. - We can make and publish a model-viewer-react package that depends on model-viewer lib/ - Lit...

type: feature