We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone! I'm trying to make irregular circular shapes like these:
The idea is that the edges of the shape will be changing a little bit to show movement and change the shape's edges. (like a cell or oil in water)
I made one with PNGs, but I want it to be all code so that I can change it's behaviour whenever I want.
Well, that's my question, if anyone knows the answer or a place to learn some geometry basics to get it to work, Great!
Thanks a lot!
Answers
Like this 1? http://studio.processingtogether.com/sp/pad/export/ro.9DrxZ3Xdrd4eI/latest
yes! thanks a lot!!
1 little thing, How could I make the corners softer? does "smooth" apply?
thanks again!
Dunno! I'm not the coder! You can follow the links to the original posts though. >-)
Also, tweak PerlinCircle's constant fields. *-:)
I did irregular circles, in the past, but they are angular. Would need some work to smooth them, probably by interpolating Bézier curves at these points.
http://bazaar.launchpad.net/~philho/+junk/Processing/view/head:/_SmallPrograms/IrregularCircles/IrregularCircles.pde