Help with ControlP5
Hello, I have a problem somewhat strange, to make certain controls with ControlP5 library, I'll try to explain. Please Andreas (sojamo), check if you can help it. The project is being developed to make...
View ArticleSaito OBJLoader and Processing 3
I was just wondering if anyone has managed to get any of the Saito OBJLoader library examples to work in Processing 3.0.1. They still work in Processing 2.2.1 but each one throws out a series of...
View Articlegrafica java 1.6 or earlier
hello guys, I 'm using the grafica library with processing 2 but when I run the code I get this error: _ This version of Processing only supports libraries and JAR files compiled for Java 1.6 or...
View ArticleHow to pass large string between a server sketch and a client sketch?
Hi guys, I'm trying to send a large json from a client to a server. The JSON is a 64x64 matrix where each cell has a RGB color. So it is basically a string of 24000+ characters including the...
View ArticleMachine Learning with Weka
I'm looking for someone who has experience with wekaizing library (library for using Weka)... If someone has, I will ask the question here..
View ArticleHow to .OBJ Files from CAD program into Processing ?
i have several OBJ files from my 3D CAD Design and i will like to bring it in to processing for interactive gui for arduino project
View Articleexample file of objloader library not working...
It seems the basic example files in the objloader library are not working ... May I ask if this is caused by the latest Processing 3.0b5? Thanks!
View ArticleIs there a new Syphon server for Processing3?
Hi I'm new to Processing and coding but would like to send sketches to Madmapper via Syphon. Is there a new Syphon server version for Processing 3 as I've looked at tutorials (e.g. and...
View ArticleHow to add textures to the Box2D shapes?
Can anybody help with this? I have different kinds of Box2D shapes and some of them (polygons) are displayed with vertex() function within the beginShape()/endShape(), but when I use texture() it just...
View Articleget Longitude and Latitude of Tweets (Twitter)
Hey together, We are trying to get the longitude and latitude of Tweets (with a specific hashtag) via Processing. Our problem is that we receive the GeoLocation of a Tweet in one variable but not the...
View ArticleTwitter API Limit
Hello, I am aiming to begin a project using the Twitter API and I am aware of the 15 minute limit. The project will be running in an exhibition style space for an entire day so the 15 minute issue...
View ArticleInverse Kinematics:
Hello everyone, are there any examples with IK already done? i see theirs some examples in processing using basic trigonometry sin/cos/tan and Linear algebra so im assuming it is very possible but if...
View ArticleLooping in maxim file
Hey folks out there! I encountered this while coming across an example on audio visuals. Can someone help me figuring out what the following piece of code is doing?
View ArticleNet library.How to response to a client?
In ChatServer example.I can read the message from client. But how to answer to the client? And if i have two or more clients. How can i send massage to the client that i want to.I mean the different ip...
View ArticleHandling World's lifecycle with Hermes library: pause and multiple worlds
I'm prototyping a small multilevel game using Hermes. I'm trying to figure out the best way to freeze a world when the user wants to pause the game: is there a smart way to do that? Also, I'm thinking...
View ArticleTwitter Stream API Implementation?
Hello, I was just wondering if anyone has a working example of a processing sketch that uses the Twitter Stream API? The few examples I can find are either out of date or not working. Thanks!
View Articlehow to change the score counter when the image catch the ball?
I'm still new to processing :( having a big issue I have add image into here, I'm trying to add the score counter when the image catch the ball will increase the score but not dropping off the window...
View ArticleJava.lang.NullPointerException how can I fix it?
I'm new to processing This is my code below pls tell me what's wrong with my code import shiffman.box2d.*; import org.jbox2d.collision.shapes.*; import org.jbox2d.common.*; import...
View ArticleHow can I re-size the Color Wheel in ControlP5 ?
I am trying to utilize controlP5's ColorWheel class it works fine but the problem is its way too small. I am using: controlP5.Controller : ColorWheel setSize(int, int) but when i use this, It only...
View ArticleWHERE IS THIS hypermedia Library @
hey guys just looking for THAT hypermedia folder/file which i cant find NO WHERE i got all my OpenCV examples working and there this one file which i cant run cuz of the lack of this hypermedia.video
View Article