Pozyx Ready to Localize question
Hi, I have been trying to run the program for the 'ready to localize' example on processing but it keeps giving me the same issues and I have no idea how to solve it. It says 'Could not run the sketch...
View ArticleSensible to use Maxlink (with MSP) to control values within Processing 3.x...
Hi, I wish to explore interactive control of 3.x Processing sketches. Is MaxMSP a good way to go? And if it IS, is Maxlink a good way to harness it to control values within Processing sketches?
View ArticleMusic Play/Pause Button
Hey i want a Play/Pause button in my Visualizer can you help me?? import ddf.minim.*; import ddf.minim.analysis.*; import ddf.minim.effects.*; import ddf.minim.signals.*; import ddf.minim.spi.*; import...
View Article2d GUI Libraries
My stick and circle figures for speedometers, elevations, compass, etc are getting boring. Can someone steer me to some 2d graphic libraries that I might use to make my stuff a bit fancier? I am...
View ArticleLocate tag in threedimensional space
Hi! I need to locate a sheet of paper. My idea was to have one or more qr-like tags on the paper and process the webcam input to find the position relative to the cam. How can I do that? Thank you all
View ArticleHow to make a projectile get thrown by your character like it was thrown by a...
Hello, I'm new here so excuse me if i do anything wrong. I'm trying to program a "Worms" like game, where you have a character in one side and you want to hit the other player in the other side of the...
View ArticleVisualizer dont work
Hey i got a problem with my visualizer When i use this code I can select a MP3 file but the Visualizer didn´t show the line and only play the Sound import ddf.minim.*; import ddf.minim.analysis.*;...
View ArticleJSON in POST request
First off I'm sorry if this has already been asked or answered. I have tried searching here but haven't found anything that answers it adequately enough for me to figure out my problem. So there is a...
View ArticleG4P Custom Scrollbar and Text Anti-Aliasing
Hello everyone, I am a newbie programmer trying out Processing to make my own program to calculate some values for a game. I am using G4P library and G4P GUI Buiilder for the user interface. Firstly,...
View ArticleProscene Help
I have to say this is a very high quality library - commercial quality. I'm getting stuck due to my own ignorance in getting it to work the way I want. I am trying to create mouse and key bindings to...
View Article3d and 2d coordinates
In 3d sketches null of coordinares begins here (green number "1"), how to make it begin there (green number "2"), like in 2d sketches? I realize that mouseX and mouseY not working properly because...
View Articlemanipulate consecutive videos
Hi. I am trying to write a sketch that manipulates two consecutive videos. When the value of val is equal to 0, video “0a.mp4” starts to play and stops at the last scene, and when val is equal to 1,...
View ArticleNeed a better way of creating a list of text field objects
Hi there, Have constructed a bit of code that creates say 5 text fields along with corresponding submit buttons. Have managed this with For Loops. Is there a more elegant way to do this? I feel my code...
View ArticleOSC Reciever Issue
Hello processing world! (this is my first post here) I have a problem with the OSC reciever of oscP5 library. I can see the messges I'm receiving from SuperCollider. I can set variables in processig....
View ArticleHow to save colored OBJ mesh with Toxiclibs.
Hello community. How can I export mesh with texture and color information ? Currently, I am using toxiclibs lib, saveAsOBJ does not give me the mtl information. I have found this link...
View Articlerunning teapot.pde on windows 10
while trying to run mputeapot i receive the error toxi.geom and toxi.processing not found thank you
View ArticleIs mouse over sphere in 3D?
I have a sphere somewhere, and its location is known. However, I'm also using PeasyCam, so a problem remains - I don't know the camera vectors. So, how to check if the mouse (or any other vector for...
View ArticleSending a variabel between sketches
Hi again i´m working on a project that consists of three sketches each one is using a different kind of data from three arrays that all represent the same thing but in a different form (Pic, word,...
View ArticleProscene Keyboard Control
The ConstrainedEye example demonstrates exactly the kind of camera control I need. My question is how do I enable only the default keyboard handling for the arrow keys but disable all other keyboard...
View Article