Skip to content

BraedyB/SampleAssignmentSimple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Assignment - (Basic Workflow)

This Sample Assignment will go through the workflow of Processing and GitHub that you will use to publish your assignments to GitHub Pages (putting them on the web). Note that this will work out great for simple projects, but we will likely have some projects later in the semester for which this process fails.

  1. Sign up for a free GitHub account if you don’t already have one and sign in to your GitHub account

  2. Fork this repository. Forking is making a copy of the repo (that's short for repository). It's kinda like copying a google doc. Click on the Fork button at the top right corner.
    Image 1

  3. Click on the SampleAssignmentSimple.pde file
    Image 2

  4. Click and drag to select the code on lines 1 through 21. Then press Ctr + c to copy the code.
    Image 3

  5. Open Processing.

  6. Choose Edit | Paste to paste the code into Processing
    Image 5

  7. To run the program in Processing, press the play button

  8. To put a modified program back on to GitHub Choose Edit | Select All and then Edit | Copy to copy the code. On the GitHub website, choose the .pde file and click the pencil to edit. Paste your code into GitHub
    Image 6

  9. To save your changes, scroll down and click on Commit Changes
    Image 7

  10. Now, click on index.html and then click on the pencil. Change the Title, Header and Footer of your webpage. Scroll down and click on "Commit Changes"
    Image 8

  11. To view your program on the web, click on Settings. Scroll down, and you'll find the link to your website.
    Image 9

  12. Share the URL with whoever you want!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%