Processing
Processing is the perfect next-step to Scratch, introduce your students to real-life coding with our intuitive class platform. Skip confusing setups, downloads, and editors. You can teach what really matters: logic, variables, loops, conditionals, and ideas.
Overview
p5.js is a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!
You can code, save and share p5js on OpenProcessing (https://openprocessing.org/), and there are many great p5js examples on https://p5js.org/examples that you can tinker with and save on OpenProcessing.
Learn JS language on Processing:
Run Locally
You can also run OpenProcessing project locally
function setup() {
console.log('hello world');
}
Some Processing topics
- Global Objects
- Positioning you canvas