Submission Guide

Every week (except for the first week) an assignment is due Friday night (11:59pm). Your submission comes in two parts:

Canvas Submission

You will zip your entire project, including any libraries you used, and submit it to Canvas under the appropriate assignment. Name your zip file (where the bracketed items are to be substituted) "[FirstName]_[LastName]_Assignment_[#].zip" (e.g. "James_Iwamasa_Assignment_1.zip"). In the root of your zipped directory, there should be the following items:

  1. A folder that contains your main code/shaders/html/etc.
  2. Any number of folders for other libraries, etc.
  3. An HTML file name "features.html."

Your "features.html" file must be formatted in the following way:

[student's name]
[student's ucsc email]
[student's id number]
[assignment number and name]

[link to html file with assignment content]
[link to live hosted version on ucsc account]

Notes to Grader

[notes to grader]

Live Hosted Submission

You will also host your assignment on your UCSC portal. This can be achieved by just putting your entire project directory into the 'public_html' folder which you can access via the UCSC Unix timeshare. Your site link is 'https://people.ucsc.edu/~ucsc_user_name/'. How to do this will be gone over in lab.

Example Submission

See example in "Submission Guide" module.