chjno / MEDP349-Fall17

MEDP 349 Physical Computing, Hunter College, Fall 2017
3 stars 3 forks source link

full screen #2

Open AlexPitre opened 7 years ago

AlexPitre commented 7 years ago

What is the trick to seeing everything in the full screen of the web browser not just in the lil editor window? for p5

chjno commented 7 years ago

Replace the "[username]/sketches" part of the url with "full". So if your url is http://alpha.editor.p5js.org/chjno/sketches/B16qHtquZ you'd change it to http://alpha.editor.p5js.org/full/B16qHtquZ.

You can also click "share" at the top of the screen and it'll give you the fullscreen link, as well as the code to embed it somewhere else.