How can get the weather in a simple sketch?
Hi! Im following this tutorial -> http://learningprocessing.dreamhosters.com/exercises/chapter-18/exercise-18-12/ but the library simpleML, not exists now. How I can solve this? Another library?...
View ArticleMap based sketch
HI I know this is a bit of a noob question, but I'm looking to make an application using Processing that will let me mark out certain locations within an area (Say London for example) and display the...
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 ArticleHow to delete all cp5 controls from my program?
I have a program with many controls in different tabs, it is a network program that at one point need be reset and start again to create the user interface. As I can easily remove all controls created...
View ArticleGetting sunflow to work in processing 3
Has anyone managed to get sunflow (or maybe another alternative) running in processing 3? I've tried various libraries and also followed Amnon's tutorial on...
View ArticleControlP5 Overwriting Screen when writing to the screen with a text("ccc")...
Actually have to two issues. The first is pretty much described in the question. I created a button that writes text to the screen using text("" + q[3]*rad2deg, 280, 360) in the button function as...
View ArticleAdd / remove button
Ive created the following example for adding buttons with "+" and removing buttons with "-". But I cant find out how to remove a button. Only adding. It would be perfect if something like...
View ArticleG4P sliders not updating during multiple calculations in Button Controller
G4P sliders not updating during calculations in Button Controller Here is the problem I am having and have not been able to resolve this problem. Tried several solutions but no luck and have been...
View ArticleUnfolding Maps: half screen?
Is it possible to call map.draw() such that the map only occupies half of the screen? I'm trying to use UnfoldingMaps with a graphing library as well.
View ArticleG4P question
@Quark Hi, I have a drop list but once I have selected a value it doesn't display in the drop list box. I get the value like this: intListIndex = lboxLine.getSelectedIndex()-1; Then I try to set the...
View ArticleDelay when playing multiple videos at the same time!
Hello! In my project I have to play a string of videos randomly and at the same time, the problem is that very time a new video is added the others, which are already playing, freeze for a second! I´ve...
View ArticleConvert Polygon2D to Geomerative RShape
Is there a simple way to convert a Polygon2D into a Geomerative RShape?
View ArticleSimple Multi-Touch
Hello Forum, Does anyone know when the version for processing 3.0.1 comes? LIB - IO - SIMPLE MULTI-TOUCH (only for processing 2.2.1) Thanks
View ArticlecontrolP5 - get value when pressing a button
I want to get the value from the button when I press the button (but without using a function). Got two alternatives but none of them are good (most be a better way then using the if (mousePressed)....
View Articleabout movie help!
Hi guys. I have a trouble on my code. I want to make a 80x45 pixels mov into 640x360 pixels display. But, it has a error on row 22. Help me~~~~ import processing.video.*; int cell; int col, row; Movie...
View ArticleInstalling rwmidi library issues... only.java files no .jar might be the issue
I downloaded the rwmidi library from github and placed the unzipped folder in my library folder but processing doesnt see it. The directory structure is different from what I normally see but saw tons...
View ArticleAULib Problems
First, i can't install AULib (Glassner) from within Processing 3 :( (got an error: "no library inside downloaded file"). I have downloaded and installed the AULib 2.2.1 from Glassner's site. But i get...
View ArticleModbusMasterProtocolV4 very slow
Hi, I got the library from here: https://code.google.com/p/processing-modbus/ I have created 10 packets to receive and send data in 49 holding registers (each packet holds 10 registers, last 2 - only 9...
View ArticleRendering ControlP5 or CP5magic controls when exporting PDF
This is an answer to the discussion "Rendering ControlP5 or CP5magic controls when exporting PDF" found in the old, now locked processing-forum, in the hope the involved people will stumple upon it....
View ArticleG4P - Clearing Check Boxes
Hi, I have a drop down list, with the option "Display all", plus several options for "display 1". When one of the "display 1" options is selected I allow the user to also click one or both of 2 check...
View Article