14
CS247L Lab3 Wednesday April 16, 2014 https://github.com/bwang29/cs247l_lab3.git Please Download

lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014 Please Download

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

CS247L Lab3Wednesday April 16, 2014

https://github.com/bwang29/cs247l_lab3.gitPlease Download

Page 2: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

Today Web-audio + Three.js

Can be particularly useful for you P4. 25 min intro + 75 min pair programming

Page 3: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

https://github.com/bwang29/cs247l_lab3.git

Please Download

Page 4: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

http://mudcu.be/midi-js/MIDI.noteOn(0, note, velocity, delay);

http://www.stanford.edu/~borui/temp/176p1/

Page 5: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

http://www.html5rocks.com/en/tutorials/webaudio/intro/

http://www.stanford.edu/~borui/offshore/gesture/

Page 6: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

The basic idea of web audio

Page 7: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

Sound.js http://www.createjs.com/#!/SoundJS

Page 8: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

Three.js (WebGL, Canvas, CSS 3d, SVG)

Scene, Camera, Objects, Renderer

Page 9: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

http://threejs.org/

Page 10: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

Scene, Camera, Objects, Renderer

Let’s get started

Page 11: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

80 lines of code

Page 12: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

30 lines of code

Page 13: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

Your task 1) figure out what

cs247_lab3_rotating_canvas does. !2) do a chat application leveraging the cs247_lab3_rotating_canvas and sound (sound files under the sound folder).

Find a pair !

Page 14: lab3 - Stanford University€¦ · CS247L Lab3 Wednesday April 16, 2014  Please Download

http://qiao.github.io/euphony/

+ Web Audio