Patrick
Patrick
For the second bullet point, as more chunks are generated, surface extraction has to be repeated for chunks with new neighbors. @Ralith, do you have a recommended optimization for this,...
That makes a lot of sense. I think the second option would be simpler for an initial implementation, so once we've done some profiling, we should be able to make...
I was able to find a potentially simpler test case where the bug is more apparent: ``` cargo run show "M 5 0 L 0 0 0 5" --stroke -w...
Thanks for the tips. I didn't realize those controls existed; that makes things a lot clearer! I originally encountered this when playing around with a modified version of Lavagna (https://github.com/alepez/lavagna)....
There is some extra context semi-related to this issue that might be useful: If the code is modified to ensure that every stroke is configured with `LineJoin::Round` and `LineCap::Round`, the...
I have a branch for my personal use () that contains fixes for some of the issues I've reported (along with unrelated changes based on my personal preference of using...
Sure! I'll try to polish anything up that needs polishing (especially given that the math in `triggers_lyon_bug` absolutely needs an explanation) and file a PR when I have time, hopefully...
One such dependency that uses it is `ztd-safe` version 6.0.6 (from this repo) when the `experimental` feature flag is enabled.
> The choice to represent resources as first-class entities may seem strange, but is deliberate. It is certain that we'll want to store things other than raw materials, and those...
> All right, the blinker now actually syncs back to the client. I have no idea how I would go about actually rendering it, though... Yeah, that's going to be...