v21’s avatarv21’s Twitter Archive—№ 62,007

    1. …in reply to @rubna_
      @rubna_ pls do! some more details: - i'm doing poisson disc sampling with most of the optimisations taken out - pls remember to test possible points against the edge of your area (i didn't, it makes it run forever) - i feed in a function that returns desired spacing from a point (r)
  1. …in reply to @v21
    @rubna_ - also it turns out it works fine if you always try to find the next point based on the last point in your array of active points (rather than a random sample)... and it means your points are ordered with a rough sense of locality, which i am using in a couple of ways