Visualize long texts and edit the content in Processing
i'm trying to recreate this poster to understand how to visualize long texts in processing. For the moment that is what i wrote: import processing.pdf.*; PFont f; String txt []; String myData [];...
View ArticleControlP5 and pixelated text
Hi. Sorry for my english. I've got a problem with my code using library ControlP5. Here you have screenshot from my app http://prntscr.com/bri6jt when using library, all words are pixelated. I tried...
View ArticleG4P drop down list support
I have a situation where I want to use a textbox, dropdown listbox and two buttons to add, remove names from a string array. I am using g4p and the g4p builder. The g4p builder gives my a list which is...
View ArticlePath Finder Program
Hey guys, I'm currently working on a project that is related to path finding. Right now I'm using Quarks Path Finder code as a reference and I have a question regarding this line of code...
View Articledebugging (possibly PVector/ArrayList)
This is a snippet of a server I'm writing that's supposed to interface with a robot, but have been bogged down by this bug.. The problem (probably?) revolves around getFinalVec() which checks if...
View ArticleVoronoi (Mesh Lib) ArrayIndexOutOfBoundsException
It's not the first time I'm having issues using Mesh Lib from Lee Byron. When there is a strange value of x or y, Voronoi throws ArrayIndexOutOfBoundsException. I was able to detect when exception...
View Articlerender off frame / not on fps realtime
Hi, I am struggling finding a solution for this. Basically I have some animation in processing which has a duration of about 3 minutes. Final goal would be to have something like a video in HD of my...
View Articlegicentre util multisketch not available
I want to put animations on 2 separate screens. To achieve this I decided to try the gicentre util libraray because it seemes most easy to handle for me. But despite the documentation claims that it is...
View ArticlecontrolP5 acting up
Here is a simple problem, but I can't seem to figure out why the sliders won't adjust the values of the recursion. Thanks in advance. //hexagonal fractal import controlP5.*; ControlP5 cp5; int radius =...
View ArticleMultiple sketches
Howdy, i'm doing a work and I want to, by a menu with several options, click an option and a diferent sketch appears in a pop up window, i have already all the sketches done I just need to "glue" them...
View ArticleMinim recreate waveform from FFT bins
So I've got a working FFT example, and a working additive synthesis example, but can someone help me connecting the dots between additive synthesis and the output of the FFT? The FFT is set to 1024 and...
View Article.obj from Computational Geometry library?
I'm hoping to 3D print structures created using the Computational Geometry library by CloudLab. Is there any way to turn the structures into an .obj or .stl? Thanks.
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 ArticleProblem with processing.net
I am using Processing together with an Arduino Yun. Most of the time it works fine, each even second I make measurements with the Arduino and each even minute i send a request from Processing to the...
View ArticleBasic question: Loading objects of another class in a class.
I'm not sure if I worded the title correctly, I'm still getting a grip on classes, objects, instances, etc. The below code shows what I need to do and I think I just need to change "this" to something...
View ArticleCapture DSLR camera
I'm trying to capture video from a Nikon D90 DSLR in either default video library or GSVideo. I have the camera plugged in via USB, but Capture.list() can't find any capture devices, and the equivalent...
View ArticleGenerate Result
Hello Friends, I am working on checkBox array. I want to display the result for example, if i check the first checkbox from array one and the array 3 it will show me result that [11] and [31] are...
View ArticleHelp on the Efficiency of Bubble Sort Visualization
I recently programmed a visualization of the bubble sorting algorithm that, while works, takes a significant chunk of time and energy to run. My question is... Is there a better way to do this? Side...
View Articlemovie = new Movie (this, "i.mov");
hello, i'm sorry this is a very basic question, but i'm all new in processing and trying to run a video in random jumping mode. but it seams that i didn't knew how to install properly the video...
View ArticleUnfolding Maps: Can't initialize a map and set the size/position
Hi All, I'm relatively new at this so please be kind, I'm sorry if this is a super dumb question. I am trying to make a basic map using the unfolding maps library (which I intend to incorporate into...
View Article