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://archive.org/details/processing-community-catalog-2021 20th Anniversary Processing Community Catalog : Processing Foundation : Free Download, Borrow, and... “What does being a part of the Processing community mean to you?” In response to this question from our community of contributors, we’ve created a... foundation free download20th anniversaryprocessing communitycatalogborrow https://discourse.processing.org/u/neill Profile - neill - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofileneill https://discourse.processing.org/u/pimath Profile - pimath - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/about-the-p5-js-category/20 About the p5.js category - p5.js - Processing Community Forum Discussions about p5.js programs and development processing community forump5 jscategory https://discourse.processing.org/u/Fluffy1oo Profile - Fluffy1oo - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/how-to-start-development-server/47618 How to start development server - Development - Processing Community Forum Hi everyone, I am new to the Processing Foundation. I am facing issues while starting the development server for the p5.js repository. Can anyone help me with... processing community forumdevelopment serverstart https://discourse.processing.org/u/glv Profile - glv - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofileglv https://discourse.processing.org/t/p5-js-v2-0-5-on-own-server-loadtable-issues/47441 P5.js V2.0.5 on own server: loadTable issues - Beginners - Processing Community Forum i have my project online editor when i ZIP download the code from there and copy it into my local RPI4 NGINX server browser can not find the needed file ( like... v2 0 5processing community forump5 jsserverissues https://discourse.processing.org/t/control-variables-and-method-created-while-a-program-is-running/47995 Control variables and method created while a program is running - Beginners - Processing Community... Another weird question ! lol In java, it is impossible to create a variable or a method outside the class declaration. But in Javascript, it is quite possible.... beginners processingcontrolvariablesmethodcreated https://discourse.processing.org/u/RPI Profile - RPI - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofilerpi https://discourse.processing.org/u/Neo_Wang Profile - Neo_Wang - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofileneowang https://discourse.processing.org/u/NickyDeep Profile - NickyDeep - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofilenickydeep https://discourse.processing.org/u/StormmInABottle Profile - StormmInABottle - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/u/Yellowsam Profile - Yellowsam - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/embedded-sketches-missing-a-space-in-title/48271 Embedded sketches missing a space in title - p5.js - Processing Community Forum Hello folks! I have been sharing some embedded sketches and there is no space between the name of sketch and the author: Sketch is embedded here: Pi + 5 Day... js processing communityembeddedsketchesmissingspace https://discourse.processing.org/c/p5js/p5js-libraries/20 Libraries - Processing Community Forum Questions and discussions about p5.js Libraries processing community forumlibraries https://discourse.processing.org/u/davepagurek Profile - davepagurek - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile 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/u/beccarose Profile - beccarose - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/privacy Privacy - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprivacy https://discourse.processing.org/tos Terms of Service - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumtermsservice 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/u/PerspexSphinx Profile - PerspexSphinx - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/porting-p5js-code-to-another-program/47507 Porting p5js code to another program - Beginners - Processing Community Forum Hello! I’m currently working on a final for one of my classes, and I realized I needed to port all my code into another program so I can eventually host it on... processing community forumprogram beginnersportingcodeanother https://discourse.processing.org/categories Categories - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumcategories https://discourse.processing.org/c/p5js/p5js-beginners/16 Beginners - Processing Community Forum Discussions and questions for people starting out with p5.js processing community forumbeginners https://discourse.processing.org/ Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forum 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/cant-seem-to-draw-in-the-setup-function-beginner-question/47555 Can't seem to draw in the setup function (beginner question) - Beginners - Processing Community... I’m using the p5.js web editor and can’t seem to get anything drawn to the screen using setup(). It does work in draw() though. Oddly I tested copy/pasting... beginners processingseemdrawsetupfunction https://discourse.processing.org/u/yasbpandey06 Profile - yasbpandey06 - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/u/norm_krumpe Profile - norm_krumpe - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofilenorm 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/u/ProcessingOrg Profile - ProcessingOrg - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/looking-for-a-p5-2-x-x-tutorial/47999 Looking for a p5 2.x.x tutorial - p5.js - Processing Community Forum Hi all, I’m looking for a tutorial which illustrates the structural changes from p5 1.x.x to p5 2.x.x. I’m talking about font loading, image loading, how... js processing community2 xlookingp5tutorial https://discourse.processing.org/guidelines Guidelines - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumguidelines https://discourse.processing.org/u/Chrisir Profile - Chrisir - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/u/thejon_07 Profile - thejon_07 - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile07 https://discourse.processing.org/t/mouseover-function/47762 MouseOver function - Beginners - Processing Community Forum Can mouseOver function detect if the mouse is on the shape drawn on the canvas. in the reference’s example, it seems it can only detect whether the mouse has... processing community forummouseoverfunctionbeginners https://discourse.processing.org/u/kit Profile - kit - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofilekit https://discourse.processing.org/u/holo Profile - holo - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofileholo https://discourse.processing.org/u/grege2 Profile - grege2 - Processing Community Forum Discussions about Processing, p5.js, Processing for Android, Processing for Pi, and Processing.py processing community forumprofile https://discourse.processing.org/t/the-permalinku-experiment/47802 The Permalinku experiment - p5.js - Processing Community Forum I leave a small experiment that I’ve been doing https://x.com/permalinku . I experiment with chatgpt and p5js. js processing communityexperimentp5forum 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 https://community.bonterratech.com/payment-processing-and-settlement-management-344 Payment Processing and Settlement Management | Bonterra Central Community Configure and verify payment providers (Stripe, Apple Pay, etc.), complete compliance requirements, monitor payment status, reconcile transactions, and... management bonterra centralpayment processingsettlementcommunity