controlp5 - Textfield background colour.
Hello, I simply want text on a coloured background. I'm using the example ControlP5Textfield, and I think I've tried every method set*color*. myTextlabelB.setFont(Font1);...
View ArticleUnable to use substring() function within an array. Looking for other means.
I am getting an error when I attempt to use substring() as I iterate through an array. I want to extract an integer from a string of text. This works fine outside of an array: String trainInfo =...
View ArticleButton Shapes ControlP5
Hi everyone, I am looking for Rounded Toggle Buttons or Sliders in the shape of following image.. Can anyone advise me in the right direction? Kind regards
View ArticleRemoving mouseover state in controlP5
Having a small problem with controlP5 in android. The first press of a button triggers the mouseoverstate and not a trigger of the button. Is there anyway to bypass this? I have tried to set the...
View ArticleMaking HYPE library work
Hi, I'm trying to install HYPE library. I: 1) Downloaded zip from https://github.com/hype/HYPE_Processing/tree/lib_staging and unzipped it 2) Created libraries subfolder in my processing-3.3.7 folder...
View ArticleHow to attract/repulse points of a text with the Geomerative library ?!
Dear all, I am working on a sound/mouse(by now) reacting typography using the Geomerative library. I managed to use the library to draw a multiple lines text using bezier lines, but now I don't manage...
View ArticleCurrent ray tracing method
I'm back after a couple of years hiatus and would like to get going with ray tracing again. Back in the day I used to use P5sunflowapiapi and Joons Renderer. What are the best current options, working...
View Articlecolor drawing with real time camera
Hi there This code shows that drawing a line with a color I want(by using mousepressed). But I want to change it. First, detect colors automatically(Red, Blue, Green) Second, If something with these...
View ArticleLeap Motion Swipe Gesture Detects More Than One Swipe
Hi, When I use the Leap Motion SwipeGesture function, a single motion of the hand could create more than 5 swipe gestures. I believe that it's because Leap Motion detects fingers instead of hand. I...
View ArticleHow can I stop Minim BitCrush creates noise out of speaker?
I have worked on a piece of code that generates notes and beats from tweets. And, I am struggling with a beat part where I use an example code called bitCrushBeatExample as a drum sound for this sound...
View ArticleIssue with sound reacting typography using Geomerative
Hello, I don't mange to deform the typography with the class Attractor (code below). I'd be glad if someone can help me with this issue ! Thanks a lot in advance. Best,L import geomerative.*; RGroup...
View Articleusing PGraphics
Hi there, I have problems with my code. what I want to do is tracking color pixel. I want to capture an image with the only traced color(without background video). so I used PGraphics, but It is so...
View Articlecolor drawing with real time camera
Hi there This code shows that drawing a line with a color I want(by using mousepressed). But I want to change it. First, detect colors automatically(Red, Blue, Green) Second, If something with these...
View ArticleColored 3D metaballs with toxiclibs
Hi, Following this thread (where I was trying to gather informations on metaballs) I decided to use the toxiclibs library in order to draw one myself. Here is the kind of result I would like to...
View ArticleGetting perlin noise values around a bunch of predefined values.
Hi community, I am working on this project which requires perlin noise values around arbitrary values so that the the resulting sequences of perlin noise values have those values at their predefined...
View ArticleSudden new error - started today! 3/28/18
I have the latest Processing on Win10 - has been working just fine. Today I do a compile and get this error: Failed to initialize device Splashtop Virtual Hid because of: java.io.IOException: Failed to...
View ArticleGetting perlin noise values around a bunch of predefined values.
Hi community, I am working on this project which requires perlin noise values around arbitrary values so that the the resulting sequences of perlin noise values have those values at their predefined...
View ArticleIs there a way to display svg files with pshape in 3d?
I been having troubles with the svg files when i try to put light & shadow in them (directionalLight), when i run the project the images are way bigger that i want them to be, is there a way to...
View ArticleScale objects in relation to browser window
Hey guys, I am working in P5.js to create an interactive website where, when the mouse is moved along the x-axis, a box responsively scales with it. This works on my screen as I have created it to fit...
View ArticleVideo on linux
Hi, I'm trying to read a video on linux with the processing video library without result. The output says that it run on 32 bits and I'm of course on 64. I'm trying to install gstreamer 0.10 but on...
View Article