Skip to content
/ cc-p5 Public

A growing collection of examples used to demonstrate basic concepts of creative coding on the modern web

License

Notifications You must be signed in to change notification settings

stc/cc-p5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to p5js

A growing collection of examples used to demonstrate basic concepts of creative coding on the modern web, focusing on algorithmic thinking, data manipulation and computer vision

Installation & usage

  • clone or download this repository
  • download Sublime Text
  • open sublime text, go to tools/command palette
  • find Package Control: Install Package
  • find SublimeServer, click to install
  • restart Sublime Text
  • open the downloaded repository folder, so you see all the files on the left bar
  • under tools/sublime server, press start sublime server
  • open a browser, and type in the address bar localhost:8000 (8000 is the default port number)
  • you can browse within the example code now
  • if you edit your code, always save before checking it in the browser

Folder Structure

Basics

Systems

  • computational thinking, working with algorithms and conditionals

Data

  • working with data: realtime, recorded (CSV), and API calls

Computer Vision

Misc

  • examples, related to different usage areas (deploying, platform specific stuff, etc)

Libs

  • Javascript libraries, dependencies of the examples we are working with

Other Resources

(c) 2019 Agoston Nagy / gpl v3

About

A growing collection of examples used to demonstrate basic concepts of creative coding on the modern web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages