DOM-E2112 - Creative Computation for Visual Communication D, Lecture, 2.11.2021-9.12.2021
This course space end date is set to 09.12.2021 Search Courses: DOM-E2112
Coding Assignment II
Completion requirements
Make a submission
Due: Monday, 15 November 2021, 10:00 PM
Coding Assignment II: Clock
Make a program that visualises time. It can be an abstract visualisation that changes over time, or a more literal clock that displays seconds, minutes and/or hours.
CONSTRAINT
The visualisation should change over time.
TIPS
We have looked at different ways to animate shapes. Eg. how to use incrementation, frameRate, rotation etc. Think how to use these methods to make an engaging visualisation. You might also want to use the millis() function or the second(), minute() and hour() functions.
- Comment your code well!
- Add your name and date on the top
- Explain how the code works
- If you borrow code, reference it well and explicitly explain how you have modified it
- Add links to source code
- Explain the key features of your clock.
- How does it visualise time?
- Make sure the code runs without errors
- Submit a .zip folder containing everything that is needed to run the code
- index.html, sketch.js, p5.min.js
The assignment is due Monday 15.11. at 22:00. The assignment will be 13% of your final course grade.