Changes

Jump to: navigation, search

P5js-desktop-and-mobile

18 bytes added, 18:29, 19 April 2020
p5js Code
Add this to your p5js code into setup
<pre>
// go 16:9portrait
if (windowWidth < windowHeight) {
// if portrait=mobil then use the full display height
<pre>
function windowResized() {
// go 16:9portrait
if (windowWidth < windowHeight) {
// if portrait=mobil then use the full display height

Navigation menu