Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
algorifts
algorifts's Profile
1
Posts
1
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
photo_cloud
[3 Replies]
27-May-2013 07:20 AM
Forum:
Programming Questions
assistance Pls advise processing (PDE)_ photo_cloud basis for an extended nodal vers ellipseMode(CENTER)- similar to - (my processing (PDE) coding )
tag_cloud_html5
http://www.goat1000.com/tagcanvas.php
thank you
int amt = 20;
PImage img;
void setup() {
img = loadImage("ojedit.jpg");
}
void setup() {
size(500, 500);
PImage(50, 50);
PImage.beginDraw();
background();
smooth();
noStroke()
PImage.smooth();
PImage.noStroke();
PImage.endDraw();
}
void draw() {
image(img, 0, 0);
for(int i = 0; i < amt; i++) {
if (mousePressed) {
image(mouseX, mouseY,50, 50);
}
else {
cursor(ARROW);
image(mouseX, mouseY, 50, 50);
}
}
void mouseReleased() {//vers Subclass mouse(event) array
PImage.beginDraw();
PImage(mouseX, mouseY, 50, 50);
PImage.endDraw();
}
«Prev
Next »
Moderate user : algorifts
Forum