How to make toolbars for paint program
I'm very, VERY new to Processing and coding in general (I know a little bit of JavaScript and Python, but that's about it). I'm trying to build a simple paint program and am having trouble constructing...
View ArticleG4P multiple windows "function doesn't exist"/ help me understand
Hi! I'm trying to understand theG4P library example for multiple windows. It looks awesome, but I can't figure out where I am supposed to write functions in order to be able to use them in additional...
View ArticleHow can I locate a an object at/beneath a joystick cursor?
I'm creating a radar simulation with 3 bogies starting at random locations around the edge of the circular display. I have a joystick that controls a cursor that can be moved over any of the bogies....
View ArticleWhat are the available libraries for Augmented Reality experiments using...
Hi, I was looking for the available libraries for processing 3 that will help me to start with some AR experiments. while looking for tutorials, I found some libraries written for the early versions of...
View Articlecall function in multiple window (G4P)
ok, I know I talk a lot and I make no sense in my questions, but I need last question and I will try to be more clear. so, I've created a code which has 2 windows (multiple window) that I made with G4P...
View ArticlePShape s.scale not working in void draw!
Below is my current code: import peasy.*; import ddf.minim.*; Minim minim; AudioInput in; PeasyCam cam; PShape s; void setup() { size(1000,600,P3D); cam = new PeasyCam(this, 500);...
View ArticleWhy isn't my text displaying?
Hello, I have written the following code and want to create a text ticker of the array. The code runs okay, but no text is displayed. Can anyone see why? Thank you // import PeasyCam library import...
View ArticleReal Time 3D face tracking with Processing
Hi guys, is there a library for 3D real time face tracking? I saw OpenCV for face tracking but it is not so advanced and precise (it only follows the position and the size of the face) I need something...
View ArticleHow to remove green background from video in processing 3 ?
i want to remove green background to make my video transparent. thanks for help. Smit
View Articlecontrol volume with mousewheel
I have code which uses peasyCam for camera control and minim to play a music file. As part of the peasyCam controls, you can zoom in and out with the mouse wheel. My question is in two parts. can the...
View ArticleHi everyone, I want to use Augmented Reality with Processing
I have problem: class 'Capture' not exists . How to solve this error? Thanks...
View ArticleHow to change font on ControlP5 sliders?
Hi all, currently I'm unable to change fonts for sliders using ControlP5 version 2.2.5 and Processing 3. I'm not sure if this is a version issue or not, but none of the methods suggested online seem to...
View ArticleRender a 3D Map w/Buildings in Processing
like so: https://mapzen.com/projects/tangram/ anyone have any ideas? I've been messing with unfolding maps, but can't figure out how to do it it has this object: public abstract class...
View ArticleHow to read tweets without API authentication
Hello, I just want to read and display some tweets. I am familiar with the twitter4j library, but it requires authentication. I was thinking something like loadStrings() but it just spits out pure...
View Article3dconnexion SpaceMouse Pro / Spacenavigator
I've been searching for days on forums to find a library that works on the 3dconnexion devices for Processing V3. In the past it looks there was a working proControll library which is now replaced with...
View ArticleGetting game control plus to read controller
I had a project i was working on for a few weeks that I left in a semi-working condition. recently I came back to it and was unable to even read from by controller. I made a simplified code below to...
View ArticleSimple rollover animations with image and sounds for mouseX and mouseY
Hello Forum, I work with a beginning code class of teen-aged students. For the ones who struggle, I have a simple design project where they program a series of images (stop-motion type thinking) to...
View ArticleInstall HYPE library
I followed the github post. I ended unzipping the HYPE folder into sketchbook/libraries/HYPE. I also made sure that my sketchbook folder is linked in the processing preferences menu. I made sure the...
View ArticleI made this code but it's looping and i don't want it to loop but i don't...
import processing.serial.*; import processing.video.*; Movie myMovie; Serial myPort; String val; boolean SpeelAf = false; int x = 0; void setup() { fullScreen(); background(0); noStroke(); fill(102);...
View ArticleParenting one object to another
Hi, im new to processing and was wondering if someone could help me with a bit of code. Basically i want the ellipse to surround the zigzag and have the ellipse follow where ever the zigzag jumps to....
View Article