Processing with OneDrive, iCloud storage or Github?
Anyone know of any good libraries for uploading/downloading files from OneDrive, iCloud storage or Github? I need something that doesn't involve maven or gradle to import it. Java code would be the...
View ArticleCannot use nervous system library(obj export) in processing3
Is there anyone use Nervous system to generate obj geometry with texture? I use it a lot in processing2 but recently i found it doesn't work in p3. or is there altenate library to export obj format...
View ArticleHow to setup maven, eclipse or netbeans libraries to work with processing?
Hi, I'm trying to figure out how to setup java libraries properly to work with processing. I have tried several such as JGit, egit.github, google client java api, google drive api and a few others. The...
View ArticleGame Control Plus can't find joystick when other usb devices are connected
I have a logitech wireless mouse (with dongle) and a monoprice drawing tablet. When either of those are connected, all of the example sketches in the Game Control Plus library generate this error:...
View ArticleMinecraft type engine for a data visualization
I have been doing a lot of research of lately and it appears that for my project, I need what amounts to a Minecraft (voxel) (geometry instancing) (octree)(point cloud) engine that will allow me to...
View Articleusing Mother
After running into about 50 road blocks in every direction, I'm prompted to query the community here. TLDR, if you use Mother to hop between sketches in a live setting.... 1. do you use PDE, Eclipse,...
View ArticleProControll / Game Control Plus Export doesn't work
I have game project that used Procontroll lib on Processing 2.2.1 and wich works fine in the editor but when i try to export the application it just doesn't work. When i double click the exe nothing...
View ArticleCentering video in fullscreen()? overriding aspect ratio?
I'd like to take a capture and center it within any fullscreen() condition, such as different output devices and always have it be centered, both vertically and horizontally. Also, can I override the...
View ArticleSaving frames when frameRate%15 is not working
Hello there, I have this code that saves a frame from the webcam everytime frameRate%15 ==0, and I only want 30 frames total. Whit a frameRate of 60fps I should have 4 frames per second, but is not the...
View ArticleMusic visuals that don't hog the cpu!!!
Hi all, so I've made a real-time music visualizer that works very well. Except that it is very slow due to the large number of operations it does on the pixels and objects in the program. Any pointers...
View Articleprocessing video : can not play any video
Hello, I can't play any video with a sketch I have written. I'm using widows 7 and Processing 2.2.1 (but I have noticed the same behavior with Processing 3.0). It's very odd because I can test every...
View ArticleProblem: Minim library + Processing 3 + SublimeText
Hello! I'm using this package for sublime text https://github.com/b-g/processing-sublime. I'm also trying to use the Minim library for some audio reactive sketches. I installed it correctly and...
View ArticleTUIO Library - Blob functions don't seem to work.
Hi guys, I'm experimenting with the TUIO Library for Arduino. I've read the documentation and looked at the demo applications. Until now everything seemed to work fine. However, now I ran into a...
View ArticleProcessing for Win 64 bit doesn't run with lib Sound - lib Sound is not for...
Hello, I have processing 3.0 for Win 64 bit now and can't run the sound lib. I can't run my sketch. It says """""""A lib used by this sketch is not installed properly A library relies on native code...
View ArticleMidibus Librairy issue in Processing 3
Hello! I hope somebody can help me. I'm experiencing an issue with processing 3. So the idea is basically to display something when receiving some midi in. It works like a charm with processing2 but...
View Articlequaternion / slerp 3d-animaton is jumpy / proscene library
hi, i am trying to develop an animation where a 3d object is changing its orientation several times. so it's first in orientation1 then in orientation2 and so on. the changes between orientations...
View Article[minim] building a laserharp with arduino&processing: don't stop current...
Hi everybody! OK here our project: we are building a laser-harp with arduino and processing. Light sensors detect when a laser (=string of the harp) is interrupted and trigger a soundfile (and much...
View ArticleText-To-Speech in Processing
I'm trying with ttslib (freetts) but it's only in english. I'm tried with MBROLA (several voices and languages) but the Mac OS X binary won't work in my mac (it's a PowerPC app). Somebody know about...
View ArticleHow can I switch between classes using keyPressed() infinitely?
I have this code in which I made an animation being shown on the screen. I want to make the same animation with shades of red, green and blue (so three different functions, I guess?) and I want to be...
View ArticleG4P - Closing windows
Hello everyone! I'm quite new at processing and I'm having an issue with closing windows and the G4P Tool. I've created a main window from where I want to choose a set of parameters to configure...
View Article