We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Stylized Sun
Page Index Toggle Pages: 1
Stylized Sun (Read 1847 times)
Stylized Sun
Sep 17th, 2007, 12:13pm
 
Hello!

I'd like to post my first Processing applet; this is still in-progress but feedback is welcome:

Update: http://www.tinrocket.com/content/00247/sun.html

I've been up all night working on this -- it has just turned 6 AM here and I have to go to work in 3 hours.

Eventually, I'd like to set up a section of my website for Processing and maybe port some of the Processing-type work I've done over the past 10 years... I wrote a nice Cloud program about 8 years ago that would complement this Sun.

Thanks,

John B.
Re: Stylized Sun
Reply #1 - Sep 21st, 2007, 7:04pm
 
This is very nice, keep up the good work!
Re: Stylized Sun
Reply #2 - Sep 22nd, 2007, 9:41am
 
Thanks, Xeon.

I put some images up showing some of the parameter variations:

http://www.tinrocket.com/projects/programming/processing/00247/

I've started a section on my site for processing (this is the only Processing project so far):

http://www.tinrocket.com/projects/programming/processing/

But if you poke around my site, you will probably find lots of other projects that would have easily lent themselves to Processing. Smiley

Mr. John
Re: Stylized Sun
Reply #3 - Sep 23rd, 2007, 1:14pm
 
nice!!
Re: Stylized Sun
Reply #4 - Oct 5th, 2007, 1:46pm
 
Hey, really nice. How did you get the flames flowing so effectively? Looks great.
Re: Stylized Sun
Reply #5 - Oct 6th, 2007, 9:42am
 
Quote:
Hey, really nice. How did you get the flames flowing so effectively? Looks great.

Thanks, Gordon.

There are two sine wave functions that drive the flare. The first is slow, and the line derived from it is not the graph of the sine wave, but rather a series of line segments that are being rotated by the sine value scaled over time. That's how the overall path compresses near the tip.

The second sine function is faster and travels along the first sine-based path.

I've posed a sketch with a single flare here:

http://www.tinrocket.com/content/00247/flare_example/flare.html
Re: Stylized Sun
Reply #6 - Oct 10th, 2007, 2:49pm
 
Thanks for the info and the link. I'll check out the pde and try and get my head around it.

thanks again.
Page Index Toggle Pages: 1