Need ideas for an algorithm to draw irregular blotchy shapes

Posted by Yttermayn on Game Development See other posts from Game Development or by Yttermayn
Published on 2013-09-24T00:59:46Z Indexed on 2013/10/31 16:19 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I'm looking to draw irregular shapes on an x,y grid, and I'd like to come up with a simple, fast method if possible. My only idea so far is to draw a bunch of circles of random sizes very near each other, but at a random distance apart from a more or less central coordinate, then fill in any blank spaces. I realize this is a clunky, inelegant method, hopefully it will give you a rough idea of the kinds of rounded, random blotchy shapesI'm shooting for. Please suggest methods to accomplish this, I'm not so much interested in code. I can noodle that part out myself. Thanks!

© Game Development or respective owner

Related posts about 2d

Related posts about algorithm