Nick Lockwood

Results 215 comments of Nick Lockwood

@andygeers leave it open as a reminder - I think there could still be some opportunities for improvements in this area.

Since the various CSG split operations can be performed independently per-polygon, it should be possible to apply them directly to a BSP rather than a flat array of polygons. Not...

@andygeers I think when I (eventually) get around to this refactor, I'd like to try and solve it properly, and maintaining two sets of polygons doesn't seem like the right...

@andygeers doesn't that have the problem (in the general case) that you'll be modifying the wal panel each time you intersect, so you'd need to recalculate the BSP? In your...

@andygeers I'm currently revisiting possible performance improvements in Euclid. Are you still using it in your app?

@andygeers Great! Yeah, I also haven't really touched ShapeScript much in the last years or so, but I'm excited to get back to it. I have already made some fairly...

@ingleanthony yes, this is possible. You need to provide a custom implementation for the `()` operator, like this: ```swift let expression = Expression("4(2)", symbols: [ .infix("()"): { args in args[0]...

Sounds awesome. Feel free to open a PR that makes the parts you need public. The main reason I didn't make them public originally was so I could evolve the...

@nighthawk you're right, this is a bug. I don't have a lot of time to work on this right now, but if you'd be willing to open a PR, I'll...

@jmserrato hmm, good catch. I didn't really consider localization.