Introduction to Computational Media
A High School Computer Science Curriculum using p5.js
Last updated
Was this helpful?
A High School Computer Science Curriculum using p5.js
Last updated
Was this helpful?
NOTE: We are currently in the process of making this curriculum into Version 2.0, which aligns more closely with more of the NYS Computing Standards. Version 2.0 is still under construction but .
If you are viewing Version 1.0 Curriculum from Github, we certainly recommend .
This curriculum was developed by the academics team (José Olivares, EJ Park) with lead writer . Additional contributors to the curriculum include Courtney Morgan 🙆♀️ & José Orea (teacher implementation guide and additional activities), Esther Hersh, and the . Curricular reorganization, rewrites, and extras developed by Courtney Morgan. All lessons are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license License: CC BY-NC-SA 4.0. For more info on the limitations and use of materials under this license please click .
While this is an introductory computer science course, it can serve as a terrific AP Computer Science Principles Prep course. Please use the guides below to assist if you are a teacher whose students will eventually take AP CSP, or who is just looking to broaden the content covered within this course:
(DRAFT - sorry for the mess!)
(DRAFT - sorry for the mess!)
If you use the Peblio Platform, you can find all teacher-facing lessons and materials for the ICM curriculum below. You can find the student-facing version of worksheets .
Unit 5: Functions && Abstraction
Peblio pages contain executable code, text, slides, videos and more. They are useful for creating and sharing programming worksheets and documenting programming projects. See this guide for detailed instructions:
These projects help you get up and running with p5 very quickly. They include instructions, videos and sample code. You can create the projects in the Peblio workspace as you watch these videos. They are not classroom resources, but resources to help you build your comfort level with p5.
This hour of code activity introduces drawing with p5 and system variables mouseX and mouseY. If you change the sequence and teach colors after shapes followed by system variables, this is a great project option.
(Courtney Morgan)
(Courtney Morgan)
(Courtney Morgan)
- most of the ICM curriculum presented as YouTube videos, modified for and filmed during pandemic remote learning.
- The coding train is an amazing resource for p5 instructional videos. Dan Shiffman is amazing and you can learn anything from his channel.
A block language based on p5
: A web editor with a lot of cool examples from the community
: A front end web editor with cool examples (although mostly not p5)
An online web editor for any language with classroom tools
Meme Generator: Build a randomized meme generator in p5 -
Generative Portraits: upload images and generate portraits with p5 shapes and the .get function -
Changing faces conditionals practice -
Happy Coding Intro to Coding with p5.js and Processing -