Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 2.31 KB

05_proposal.md

File metadata and controls

85 lines (52 loc) · 2.31 KB

Week 05

screens usage protocol

maze bits evolution

// evolving from previous maze tile bits example

// https://editor.p5js.org/jht9629-gmail/sketches/-FuOH_EE4
// maze with rotating transition

// https://editor.p5js.org/jht9629-gmail/sketches/IagYeywkY
// maze tiles bits

// https://jht9629-nyu.github.io/my-p5js-repo-2023/p5-projects/maze_tiles_bits/
// State machine for time based-animation
// https://github.com/jht9629-nyu/my-p5js-repo-2023/tree/main/p5-projects/maze_tiles_bits

p5VideoKit Update

https://github.com/jht1493/p5VideoKit

skin-tone update

p5VideoKit and electron

# record video and save to Documents/projects/p5VideoKit-gallery-yoyo
bin/run-gallery-yoyo.sh

Final Project proposal - update

  • what do you need?
  • how can you help?
// for Mat
// https://editor.p5js.org/jht9629-nyu/sketches/-t2O5JfBr
// timed-drawing

// starting point for api for saving points
// https://github.com/mobilelabclass-itp/98-MoGallery-p5js

// https://editor.p5js.org/jht1493/sketches/5LgILr8RF
// Firebase-createImg-board

// Use of url parameter to customize sketch
// note version to verify github pages deployed
// https://mobilelabclass-itp.github.io/98-MoGallery-p5js/p5js_demos/createImg-board/?gallery=web
// https://mobilelabclass-itp.github.io/98-MoGallery-p5js/p5js_demos/createImg-board/?gallery=ims-web

nodejs setup

  • nodejs needed to run p5VideoKit/bin/build.sh

https://nodejs.org/en/download

my-p5js-repo

  • nodejs used in my-p5js-repo to automate download of your p5js editor sketches

my-p5js-repo