Robuta

Sponsor of the Day: Jerkmate
https://discourse.processing.org/t/createcapture-on-android-nokia-7-2/47419 createCapture on Android (Nokia 7.2) - Coding Questions - Processing Community Forum coding questions processingnokia 7community forumandroid2 https://discourse.processing.org/t/typeerror-when-accessing-an-image/47990 TypeError when accessing an Image? - Coding Questions - Processing Community Forum I’m new to learning p5.js and I’m following a video right now. I’m trying to import an image but for some reason I keep getting TypeErrors: Uncaught (in... coding questions processingcommunity forumtypeerroraccessingimage https://discourse.processing.org/t/convert-touch-events-to-mouse-events-for-running-sketches-on-ios/48037 Convert touch events to mouse events for running sketches on iOS - Coding Questions - Processing... coding questions processingtouch eventsconvertmouserunning https://discourse.processing.org/t/im-trying-to-make-a-game-inspired-by-the-puzzles-of-the-witness/47747 I'm trying to make a game inspired by the puzzles of The Witness - Coding Questions - Processing... from p5 import run,createCanvas,noLoop,background,stroke,line,fill,noStroke,rect,strokeWeight,noFill,ellipse,point,mouseIsPressed # DÉFINITION DES NIVEAUX... coding questions processinggame inspiredtryingmakepuzzles https://discourse.processing.org/t/video-doesnt-play-on-the-canvas-i-dont-understand-why/48095 Video doesn't play on the canvas. I don't understand why! - Coding Questions - Processing Community... Hello, I tried this let video; function setup() { createCanvas(900, 600); video = createVideo("video.mp4"); video.hide(); video.loop(); } function draw() {... coding questions processingvideoplaycanvasunderstand https://discourse.processing.org/t/how-would-you-change-this-sketch/47805 How would you change this sketch? - Coding Questions - Processing Community Forum https://openprocessing.org/sketch/2857202 how would you change this sketch so that it got more interesting or funny or contrasted what would you do to it? coding questions processingcommunity forumwouldchangesketch https://discourse.processing.org/t/how-to-know-if-a-variable-is-a-color/47945 How to know if a variable is a color? - Coding Questions - Processing Community Forum (Another funny question) :upside_down_face: if let c=color(15,20,56) typeof c : object and c.constructor.name : nothing !!! Help! How can I check that it is... coding questions processingcommunity forumknowvariablecolor https://discourse.processing.org/t/speed-of-set-x-y-color-in-p5-js-2-1-2-vs-1-11-11/47769 Speed of set(x, y, color) in p5.js 2.1.2 vs 1.11.11 - Coding Questions - Processing Community Forum Hello, I will be teaching a course starting next week (Mathematics and Computer Science). I typically use p5.js to teach it, and will do that again this year.... 2 1 vscoding questions processingset xp5 jsspeed https://discourse.processing.org/t/wrong-blending-of-flat-elements-in-webgl-mode/47402 Wrong blending of flat elements in WEBGL mode - Coding Questions - Processing Community Forum Hi, When drawing text, or images, or other flat elements, the opacity of transparent areas breaks. See for example how the text behaves here if drawn before or... coding questions processingcommunity forumwrongblendingflat https://discourse.processing.org/c/p5js/p5js-questions/18 Coding Questions - Processing Community Forum Questions about a p5.js example, found code, or some code you’re writing coding questions processingcommunity forum