inflating model mesh
Hi, I would like to know if somebody has implemented some code similar to this http://www.openprocessing.org/sketch/83216 to inflate a 3D model Thank you much!
View ArticleColorWheel and Snapshot in ControlP5
Hi there, Have been struggling with this bit of code from the examples. I combined two sets of code from the ControlP5 examples but I can't seem to make this work. I'm trying to learn about the...
View ArticleData Viz and MousePressed()
Hey everybody, I'm working on my first data viz project based on chapter 3 of Ben Fry's Visualizing Data book. I have a map of the US states with different sized ellipses drawn for data in each state....
View ArticleHow can I change the sprite in S4P during the game?
I want to change the image loaded in an instance of a sprite in S4P, just as in Pacman when the image of a ghost changes. I cannot find any method in the library to do this. Shall I create an instance...
View ArticleFill() and Transform
Hi,why the fill and transform and rotate goes to next shape,although i used popMatrix and pushMatrix? import peasy.*; import saito.objloader.*; import spout.*; //PrintWriter output; OBJModel model ;...
View ArticleG4P image toggle button being replaced
o/ Severe beginner question here: I'm using G4P to create a second window. I have 3 GImageToggleButtons in that second window. During the sketch I scan a folder looking for incoming images and have a...
View ArticleMultiple USB Cameras, USB Hubs and USB ports
Hello! Long story short - I use processing for performance art. I use USB microscopes and use the code to display multiple live feeds on what the scopes show. I am now getting to the point when I have...
View ArticleLoading a sound file causes my sketch not to run
terminate called after throwing an instance of 'std::runtime_error' what(): RtApiAlsa::probeDeviceOpen: pcm device (hw:0,3) won't open for input. Could not run the sketch (Target VM failed to...
View ArticleProcessing SQL library removed?
I recently started learning sql and I have an SQLite file. I saw the beizerSQL library but I couldn't download it! I'm using processing 3.2.1 please help.
View ArticleManipulating Minim library for more accurate beat detection?
Hello, I've been looking at the minim library to implement a sort of DSP on my project. Simply put, I would like to detect the beats of an audio file, namely, the high, mid and low frequencies. The...
View ArticleG4P imagebuttons setZ method protected
I'm using G4P ver4.0 library in processing 3.0. I want to have labels/imagetogglebuttons displayed over top of other imagetogglebuttons. I have tried creating the buttons in various order, but I cannot...
View ArticleCan I set a video as my background();
Hello, Here is what I;m trying to do. I would like to set a looping video as my background() image in my processing sketch. Then I want to import an OBJ and be able to rotate it in 3D space with my...
View ArticleCan you set up your PeasyCam to ignore specific objects in your draw?
Here is what I am trying to do: Have a video playing as my background on loop. Check. Import a custom OBJ object into my 3DP environment. Check. Set up a camera system (in this case peasy cam) to orbit...
View ArticleJava VM crashing on exit when not using FFT object - is it just me?
Hi there, I figured before I go through the long process of reporting a bug, I'd ask here whether anybody else here is able to reproduce the problem on their machine. When I execute the code below, I...
View ArticleCheck whether an audio input is done initializing?
Often when I execute the following code, I'll get a crash. "Java Platform SE binary has stopped working" (Windows 7) But at the point of the crash, a couple of max values were already printed in the...
View ArticleHow to compile a library from source
I recently upgraded to the new version of processing version 3 and the control p5 library no longer works. On the author's site there is a link to the old version but apparently there is a new version...
View ArticlePost image to Website using PHP
Hi, I trying to upload a picture from Processing to a website server. I used to use http://libraries.seltar.org/postToWeb/ but this library is not working anymore in Processing 3 My question is: is...
View ArticleHype Framework HCanvas Bug
Hello, I'm currently taking the Joshua Davis tutorials from GumRoad. So much fun recommend them to everyone. I'm currently running into issues with my HCanvas class. I can't seam to run any sketch...
View Articleget vertex from an obj file.
hello guys...i've a question. you can access the vertex of an obj file ? i try with this...but it doesn't work. import peasy.*; PShape shp; PeasyCam cam; void setup() { size(1000, 1000, P3D);...
View ArticleControlP5 ColorPicker size adjusting
Hi all, I am implementing a GUI which has an accordion and a colorPicker inside of one of its groups. I am setting the size of colorPicker with setSize(), but the color bars (R,G,B) does not change...
View Article