Page 1 of 2

New toy.. Spirograph

Posted: Thu Feb 24, 2005 6:32 am
by onion2k
http://www.ooer.com/spirograph/index.php

It makes pretty patterns. Try playing with the numbers.

Posted: Thu Feb 24, 2005 6:42 am
by Chris Corbyn
Awesome! Would be nice to see some pretty colors in there too. 8)

Posted: Thu Feb 24, 2005 8:43 am
by feyd
fun toy :)

Posted: Fri Feb 25, 2005 11:36 am
by magicrobotmonkey
and some anti-aliasing

Posted: Fri Feb 25, 2005 4:42 pm
by onion2k
magicrobotmonkey wrote:and some anti-aliasing
I actually have a version that uses the imagesmoothline() function for here: http://www.kosmokrator.com/download/php/antialias.php .. but it looks awful. And I can't get imageantialias() to work. Grr.

Posted: Fri Feb 25, 2005 4:59 pm
by feyd
create your own ;)

hint: convolver.

Posted: Sat Feb 26, 2005 3:27 pm
by Joe
Here is a flash one:

http://www.shovemedia.com/unity/spiro1.swf

If you want to create your own in PHP make sure you have a suitable graphic library such as GD.

Posted: Sun Feb 27, 2005 6:01 am
by onion2k
Joe wrote:If you want to create your own in PHP make sure you have a suitable graphic library such as GD.
Ok. Thanks for that advice.

:roll:

Posted: Sun Feb 27, 2005 4:38 pm
by Joe
Uh oh. Attack of the onion - yet again!. You always do this especially when I am trying to help people.

Posted: Sun Feb 27, 2005 4:45 pm
by feyd
he's showing off his script, not asking for help..

Posted: Sun Feb 27, 2005 6:50 pm
by Joe
feyd wrote:he's showing off his script, not asking for help..
lmao, who said I was helping onion?. I clearly said 'when I am trying to help people.' not 'when I am trying to help you'. I was just sharing info to the community. Is that not what this forum is about???.

Posted: Mon Feb 28, 2005 5:12 am
by onion2k
Joe wrote:Uh oh. Attack of the onion - yet again!. You always do this especially when I am trying to help people.
Well, ok, I was a bit sarcastic, but you were pointing out something ridiculously obvious. Besides, the source for my spiro script is available from the link I posted..

Posted: Wed Mar 02, 2005 6:03 pm
by Joe
onion2k wrote:
Joe wrote:Uh oh. Attack of the onion - yet again!. You always do this especially when I am trying to help people.
Well, ok, I was a bit sarcastic, but you were pointing out something ridiculously obvious. Besides, the source for my spiro script is available from the link I posted..
When I just started PHP I would never have known what a graphics library does. I was just helping the new comers. :D meh!

Posted: Wed Apr 27, 2005 10:23 am
by phpScott
and here I thought I was getting pretty good at manipulating images, and drawing with php. Back down to the dungeon, away from the day light, living like a hermit until I get this figured out know. :x :cry:

Oh well, when I have time maybe.
Well done onion2k.

Posted: Thu Apr 28, 2005 3:45 am
by onion2k
phpScott wrote:Well done onion2k.
Cheers.

But if you think that's nice, check out my main GD project: http://www.ooer.com/phphoto/ It's basically Photoshop. In a browser. Using PHP. The version online is a little old, the latest one has layers, text layers, it's own "XML" file format.. all sorts of cool stuff.