Dustin Carr

Results 9 comments of Dustin Carr

I have a working implementation that follows along with the approach in [ellipse.rs ](https://github.com/nannou-org/nannou/blob/master/nannou/src/draw/primitive/rect.rs), using an svg_builder to build the path. Will submit a PR shortly. I don't currently grok...

> @dwcarr: I know you expressed interest in working on this, and I don't mean to step on your toes. No worries. I am having a down week (brain fog!!!),...

Right, I keep getting tripped up by the code-based approach and how that affects the design workflow. I do see a better way now, I think, though I'm still having...

I'm down for this. I would expect that a sweep that worked on a generalized curve would be only slightly more work than one for a circular curve, and would...

I see now. A line and a circle are the only kinds of curve. Cool. This should be straightforward.

One thing that you see in most cad packages is the notion of a 3d curve. That can be a complex object, but the "code first" strategy of Fornjot could...

Thanks for the clarifications. The areas where a 3d curve come in handy is in things like pipes or wires, where you want to sweep a section through an arbitrary...

Thanks for the clarifications, I really appreciate you taking the time to explain things. I see what you mean with constraints and code-first, and starting with constraints just on sketches...

Regrettably, my body is not recovering very well. Sorry for inserting myself into this just as I fell ill. I am still very interested and will try to stay engaged,...