browse OpenProcessing

Audial Vis
Coronal Loops
Swirly Worms
browse all>

browse the portfolio of Giovanni Carlo Mingati

jb
letterExtruder
typo mishap
3D editable text
see more>
Coronal Loops

Coronal Loops

uploaded by
Giovanni Carlo Mingati
Personal interpretation of sun's coronal loops; coronal loops are the basic structures of the magnetic solar corona.
This sketch is based on Shiffman's steering method.

- processor intensive in browser (and not only)
- any help in code optimization?
- http://en.wikipedia.org/wiki/Corona
Embed Code
Fave'd by 23 users
Sketch added to your favorites in your portfolio.
You must login/register to add this sketch to your favorites.

comments

source code

Comments

Digital_Babu
28 Mar 2009, 04:21
Gorgeous... too bad I'm just a beginner in programming to really comment on the code.

Great use of processing! No show us the 3d version, :p.
jaaq jorissen
28 Mar 2009, 09:11
this is amazing!
christopher smith
28 Mar 2009, 16:46
this thing looks pretty sweet.

You could probably optimize slightly the code by defining variables outside of the loops.

like:
int i, float p = particles3.size()-1;
for(i=p; i >= 0; i--)
Liangjie Xia
09 Apr 2009, 19:58
this is beautiful!!
Xiaohan Zhang
22 May 2009, 12:41
that looks reaally nice. i love how it changes over time.
you can save a lot of coding by using an array list of array lists. so instead of defining particles1, particles2, particles3, etc., define ArrayList particleList, and use a for loop
Xiaohan Zhang
22 May 2009, 12:43
Also, it looks like you've only got one particle per array list?
Giovanni Carlo Mingati
25 May 2009, 07:20
Hello Jill, thank you.
An array of arrayLists?
Is what i was trying to do but during the development i ended up with this:
anemone http://www.openprocessing.org/visuals/?visualID=1439

I stopped prototyping without having the full control of the Processing IDE so i just bought the famous "Processing: A Programming Handbook for Visual Designers and Artists" book and will come back experimenting as soon as i got a solid knowledge of what could be made and how (in a much efficient way).

;-P
GC
haptiK
04 Jan 2010, 03:38
Love this!
You need to login/register to comment.