Fornjot

early-stage b-rep CAD kernel, written in Rust

Weekly Dev Log - 2022-W07

I started out last week by continuing my work from the previous one: to use boundary representation for all shapes. It's being used for most, but there's still one last hold-out that's based on an older representation (#97). Addressing that is necessary before I can start working on support for constructive solid geometry (CSG) operations.

I made some good progress on that early in the week, then let myself get distracted by another bit of cleanup work. Writing math code sometimes required some annoying workarounds to do certain tasks (#193). This wasn't serious enough to be an immediate priority, but somehow I got fed up enough about it that I just went and fixed it.

That was a lot of work, but it's probably better this way. Having better tools at your disposal is good for productivity, so this will certainly pay off in the long run.

Sponsors

Fornjot is supported by @lthiery, @Yatekii, and my other awesome sponsors. Thank you!

If you're interested in helping to make the project sustainable long-term, please consider supporting me too.

User-visible improvements

Internal improvements

Website

Outlook

Now that I got the math code squared away, I'm back on track to address #97. I feel like I'm getting pretty close to finally fixing that, but it's hard to say how long it will still take.

I can already see some issues I need to address first, like improving the approximation and triangulation code to support faces that are continuous, meaning they connect to themselves (like the outside of a cylinder). And I'm sure there are more problems that will pop up as I'm getting closer.