Starting from:

$24.99

COMP1720/6720 Assignment 2-Interactive workstation in p5 Solution

create an interactive workstation in p5
In this assignment you will create an interactive workstation in p5.
The world is full of workstations. These can be real (your messy desktop), imagined (spaceship control panels), fun (baby activity centres), serious (air traffic control), creative (painter’s studio), or boring (checkout cash register). All of these workstations have a variety of objects that humans interact with to accomplish some kind of task.
You goal in this assignment is to create some kind of interactive workstation in p5 that’s engaging, coherent, and rewarding to use. The objects in your workstation should fit together in some kind of clear theme. There should be interactive elements in your workstation so that clicking or moving the mouse causes a response in your sketch. You will need to carefully design your interactions and the responses to create an artwork that engages the viewer in interaction and rewards their attention with a deeper understanding or enjoyment.
be a workstation: it can be real, imagined, electronic, natural, mechanical, fun, serious, creative, or anything else as long as it’s a collection of objects that an entity interacts with to accomplish a task be interactive: the viewer should be able ot interact with the workstation using the keyboard and mouse, this could mean triggering animations, changes in the workstation or “doing†the work task the work task be engaging and coherent: use what you know about drawing and interaction in p5 to make your workstation an artwork that grabs the viewer’s attention and demands exploration be rewarding: exploring and interactive with your artwork should be a rewarding experience for the viewer who should gain a deeper understanding of your workstation through interaction be an 1280x800 p5.js sketch include a thumbnail.png file (a static image of your workstation) include the code in the usual sketch.js file include an artist statement (max 200 words) describing your artwork (see below) include a references.md file with at least two references these can be from classmates, artworks, books, online sources, any reference is fine as long as there are two (or more) of them. anything that is not your own work must be included in the references.md file And a few “must notsâ€:
What your artwork is. How your artwork is rewarding to the viewer. The artist statement is your chance to tell us what is interesting and artistic about your submission—don’t assume that we can guess. It’s you chance to explain how and why your work is engaging, coherent, and rewarding.
You won’t receive a separate mark for the artist statement, but it will be used to judge how successful your submission is as a work of art and your abilty to design and construct a computer-based artwork. Getting started Here’s the process for working on the assignment: fork & clone the assignment repo add whatever code you like to make a cool/interesting workstation when you run the sketch, hitting spacebar will save a still image of the sketch (as a thumbnail.png file in your Downloads folder)
when you’re happy with your thumbnail.png, copy it into your assignment folder (this will overwrite the previous version) and commit the new version to the repo (and push it up to the GitLab server)
One thing to note is that there are some “checks†which the GitLab server runs to help you out. So if you get a pipeline failed email, then have a look at the FAQ.
Submission checklist my project satisfies the requirements
my completed assignment has been pushed to the GitLab server, and all the required files (your versions of artist-statement.md, references.md, thumbnail.png and sketch.js) have made it to the server my references.md file includes at least two references, and everything not mentioned in there is my own work i have viewed and tested my submission on the test URL and it displays / works correctly
FAQ Can I change the size of the canvas? No, you need to use a rectangular 1280 x 800 canvas as set up by the template: createCanvas(1280,
800)
Can I use images or sounds from the internet? No.
How do I submit my references & artist statement? The template repo contains “starter†files for both of these. You should change these files to put your own content in there, and commit & push the files up with the rest of your submission.
Basically, everything you need to submit is in that Git repository—as long as you make the changes in there, commit them and push them up to the GitLab server then you’re all good.
make sure you clone your own fork (i.e. the one with your uni ID in the url) to your local machine, not the template (because obviously you aren’t able to change the template for everyone—GitLab won’t let you) ↩
it’s the main branch which counts as your submission—which is the default anyway (if you’ve just followed all the instructions then you’ve been working on the master branch all along) ↩

More products