Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
arthurG
arthurG's Profile
4
Posts
44
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Fire Drag
[3 Replies]
25-Jun-2011 12:40 PM
Forum:
Share your Work
Hi,
I'm working on a little sketch with fire particles
Code and demo :
http://openprocessing.org/visuals/?visualID=30281
arthurG.
Images from photos
[0 Replies]
17-Jun-2011 08:24 AM
Forum:
Share your Work
Hi all,
Work in progress :
A few more pictures here :
http://www.flickr.com/photos/64170115@N03/
arthurG.
Mesh sound synthesizer (wip)
[2 Replies]
11-Nov-2010 01:54 AM
Forum:
Share your Work
Hi, here is something I'm working on :
link :
http://vimeo.com/16713545
I will add other sliders to control the sounds, and other "sound lines" too.
I use Csound via csoundo and controlP5 for the sliders.
Arthur.
Bug with P2D + smooth and stroke ?
[4 Replies]
05-Nov-2010 03:12 AM
Forum:
Programming Questions
Hi,
here is a small test where I can't understand why the borders of the rectangle are not black.
If I comment the smooth(); command, all is fine.
void setup () {
size (600,400,P2D);
smooth ();
strokeWeight(2);
}
void draw () {
background (255);
fill (0);
stroke (255,0,0);
ellipse (150,200,200,200);
fill (255,0,0);
stroke (0);
rect (350,100,200,200);
}
«Prev
Next »
Moderate user : arthurG
Forum