Due: Wednesday 09/11 10:00am
Create Your First Processing Program
- Create a processing program that draws something cool!
- Make liberal use of the processing library documentation
- I suggest looking at the 2d Primitives Section, as well as the Setting Color Section
- 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.
- Join the GitHub classroom assignment via this link (select the correct one for your class period):
- After following that link, click “Accept this assignment”
- After ~1 minute (maybe less), refresh the page.
- 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.
- 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”. - Edit
README.md
by clicking on the pencil icon found to the far right ofREADME.md
- Replace “YOUR NAME HERE” with your full name, first then last (use preferred name if you’d like).
- Find the “Commit changes” button and click it.
- Do not worry about adding any work to this repository yet.