curran / IWSCourseProject

A group project for the course "Internet and Web Systems" at University of Massachusetts Lowell Fall 2011
1 stars 0 forks source link

Implement an ASH example using text #3

Open curran opened 13 years ago

curran commented 13 years ago

Infinite Paper needs to draw text. One step toward that would be to modify the ASH circle example to use text labels instead of circles. This would mean asking the user for text input when the object is created, and drawing the text objects instead of circles in the drawing code. The objects wound consist of the properties x, y, and text (rather than x, y, r, g, and b as it is in the example)

curran commented 13 years ago

http://processingjs.org/reference/text_

sunilbt commented 13 years ago

First time ever since we started this project I am working with dedication for the last 2 days :)

curran commented 13 years ago

nice! Go for it buds