Sean Olson

Results 55 comments of Sean Olson

> Was that part of the example fixed in `plexus`, in the meantime? Not yet, no. This is one of the next things I'd like to work on once I...

> FWIW as both a rust noob and geometry noob I couldn't figure out how to use plexus. Plexus leans pretty heavily toward abstraction and leverages Rust's type system to...

> Have you considered using some kind of generic generator? ... Something like: ... Thanks for the link! It'll take me some time to wrap my head around those docs,...

There's currently some working code on the [`ply`](https://github.com/olson-sean-k/plexus/tree/ply) branch, but it only provides decoding so far (not encoding). It also does not yet handle arcs nor edges; I expect this...

(Most of) the changes described above landed in e57f096. There's still no support for serializing meshes into PLY format, but I'm happy enough with the way deserialization is implemented. As...

I'm experimenting with both internal and public APIs for mutating and initializing mesh data structures on the `transact` branch. [This temporary test](https://github.com/olson-sean-k/plexus/blob/9e2c28ee35c82cd92ac8f2167f98987a9b2fb447/plexus/src/graph/mod.rs#L1392) demonstrates a builder API that is similar to...

Paths are a good cursor for groups of entities to transform and they can be used in the context of both arcs and faces! This means some operations become ambiguous....

This issues had graduated to the stable toolchain. See [this failed CI run](https://github.com/olson-sean-k/plexus/runs/910528285#step:4:458), for example. There is [an upstream issue](https://github.com/rust-ndarray/ndarray-linalg/issues/229) tracking this against `ndarray-linalg`. For now, I may restore CI...

0237224 re-enables CI against the beta Rust toolchain.

I've renamed this issue so that it can be used to track ongoing CI failures with the context gathered thus far. I plan to close it once [the upstream issue](https://github.com/rust-ndarray/ndarray-linalg/issues/229)...