James Lindsay

Results 58 comments of James Lindsay

I would expect there to be a node with some vector data to be passed in containing some points and some vector data containing a region that is the convex...

@shyamjayakannan I'm not sure what you mean by a maybe enums. The struct here stores these booleans separately as you can snap to many things at the same time, but...

@Keavon It is probably not necessary to add these features now - I think we could merge this as a non-breaking UX improvement and then add the rest of these...

We already have async nodes. However it is not trivial to communicate the state of the graph execution to the front end. How would you propose to do this?

This sounds overly complex @Keavon. Could we think about having a system whereby there is only one version of each node for increased simplicity? For example blender doesn't allow users...

@Keavon I'm not really sure how we can do this. If we have `f(Footprint) = disk sampled points` and want to avoid doing the disk sampling many times, then how...

@TrueDoctor How do we know if the "outcome would be the same" without computing the outcome?

@TrueDoctor / @Keavon For 1, this is quite challenging given that poisson disk sampling inherently requires quite a lot of allocation and computation. A popular algorithm for fast poisson disk...

Currently we just insert a series of straight lines, however this could easily be improved.

> This will be handled by the node graph by the existing spline node. @Keavon This is not how it works in inkscape. There is a user customisable "smoothness" which...