|
Author |
Topic: diagram_1 (Read 2352 times) |
|
vent
|
diagram_1
« on: Sep 1st, 2003, 1:20am » |
|
Diagram_1 is an automatic applet that might be mistaken for a visual representation of data ("information visualization"). It does not fit under this category because the data it displays has no meaning -- it is a collage with almost purely aesthetic intent. http://www.shapevent.com/proc/dd/
|
« Last Edit: Oct 18th, 2003, 2:57pm by vent » |
|
http://www.shapevent.com/
|
|
|
REAS
|
Re: diagram_1
« Reply #1 on: Sep 1st, 2003, 1:01pm » |
|
Nice work. Sophisticated in many ways. Thanks for posting.
|
|
|
|
benelek
|
Re: diagram_1
« Reply #2 on: Sep 1st, 2003, 2:09pm » |
|
extremely beautiful. how many different independant effects do you have running simultaneously?
|
|
|
|
vent
|
Re: diagram_1
« Reply #3 on: Sep 1st, 2003, 4:17pm » |
|
Thanks. on Sep 1st, 2003, 2:09pm, benelek wrote:how many different independant effects do you have running simultaneously |
| If you mean pixel fx, I'm only running one: Code: for(int i = 0; i<theSize; i++){ pixels[i]=(blendC(pixels[i]<<12,(pixels[i]),3)); } |
| where blendC is a color mix method that takes the following arguments: (color1,color2,mix amount) -- sorry if thats not what you meant to ask.
|
« Last Edit: Sep 1st, 2003, 4:18pm by vent » |
|
http://www.shapevent.com/
|
|
|
benelek
|
Re: diagram_1
« Reply #4 on: Sep 2nd, 2003, 8:08am » |
|
nah, i meant in terms of the different artefacts of "information visualisation" you've imitated.
|
|
|
|
vent
|
Re: diagram_1
« Reply #5 on: Sep 2nd, 2003, 3:59pm » |
|
If I understand you correctly, 3. 1)shape comparable to distorted torus (ellipse with trails) 2)sin/cos generated curve that appears in random places on the screen. 3)anti-aliased line and text (points to an old location of the ellipse). ?
|
« Last Edit: Sep 2nd, 2003, 4:00pm by vent » |
|
http://www.shapevent.com/
|
|
|
|