Due: Wednesday 09/11 10:00am

Create Your First Processing Program

  • Create a processing program that draws something cool!
  • Use at least 5 drawing functions.
  • Change the fill or stroke color at least once.
  • Don’t forget to save before the end of class We will discuss how to submit this in class tomorrow.

Join GitHub Classroom

All Work will be submitted using Github. Github Classroom is a utility that streamlines making repositories and supplying tempalte code. All normal “work” assignments will be submitted using the GitHub classroom repo you will create by following the instructions below. We will discuss git and Github in more detail tomorrow.

  1. Join the GitHub classroom assignment via this link (select the correct one for your class period):
  2. After following that link, click “Accept this assignment”
  3. After ~1 minute (maybe less), refresh the page.
  4. You should see a link that looks something like: https://github.com/stuycs-gh-classrooms/04-nextcs-work-jonalf
    • The end of that url will differ based on your GitHub username, the beginning based on your class period. Click on that url.
    • This will create a GitHub repository for you, and add a basic README.md file to it.
  5. You will be taken to the repository page for your work. You will see the contents of README.md, which should display: “Work For NeXtCS” and then “Name: YOUR NAME HERE”.
  6. Edit README.md by clicking on the pencil icon found to the far right of README.md
    • Replace “YOUR NAME HERE” with your full name, first then last (use preferred name if you’d like).
  7. Find the “Commit changes” button and click it.
  8. Do not worry about adding any work to this repository yet.