All Projects → shiffman → Edp P5.js Workshop

shiffman / Edp P5.js Workshop

Code and links for p5.js working at EDP University of Denver

Programming Languages

javascript
184084 projects - #8 most used programming language

p5.js workshop, EDP

Thursday, Nov 13, 2014

The network is one of our most fundamental mediums for interactivity. It makes possible our interaction with machines, data, and, most importantly, other people. Though the base interaction it supports is simple, a client sends a request to a server, which replies; an incredible variety of systems can be and have been built on top of it. In this wokrshop, students will utilize JavaScript as both a client and server side programming language to build creative network systems. Additionally, HTML and CSS will be used to define the structure and look.

Getting Started

Some things you'll need / want

  • Github student developer pack - includes Digital Ocean $100 credit and more.
  • Grab the p5.js editor. This will get you up and running instantly. This is a very new project and there are likely many bugs. Help by contributing suggestions and bug reports!
  • You can also download a code editor like TextWrangler or Sublime Text.
  • Getting familiar with the command line is useful. Nothing too fancy; just the basics. Take a look at the commands ls, cd, and mkdir. Basic unix commands.

HTML and CSS

JavaScript basics

DOM Manipulation

APIs and Callbacks

Server side programming?

Resources

p5.js

Servi.js

JS Learning / Intro

Tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].