Voronoi stippling for Makelangelo

Shop Forum Makelangelo Polargraph Art Robot Voronoi stippling for Makelangelo

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5980
    Anonymous
    Inactive

    I’d really love to see voronoi stippling make it into the Makelangelo software.

    I’ve tried to read the code from evil mad scientists and I can’t make heads or tails of it.

    Can you lend me a hand, please?

    #6563
    Anonymous
    Inactive

    I think you basically have everything you need to do this now.

    – a list of gray scale pixels
    – get their values from (0-255) or whatever
    – decide the amount of different dot sizes – say 4
    – for pixel values 0-63 small dot; 64-127 medium small dot; ect
    – use the x,y coord from pixel and use the circle gcode to draw circles. small dot 1 circle; medium dot 2 circles; etc

    #6564
    Anonymous
    Inactive

    …I have dithering already, but it’s not voronoi stippling. What I’d like to be able to do is say “use N points to dither this image”, which gives a much better control over how long converting a picture will take.

    #6565
    Anonymous
    Inactive

    Ahh I see what you are talking about now. It looks tied in with TSP somehow. Seems pretty cool and complicated.

    #6566
    Anonymous
    Inactive

    http://www.evilmadscientist.com/2012/stipplegen2/

    Yes…this style would be tremendous. Is there anyone who can decipher the code?

    #6567
    Anonymous
    Inactive

    voronoi stippling is now in the dev branch of the code. anyone improving the makelangelo software has access to the newest features. Everybody else has to wait until we make an official release.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.