Reading specific data from a site
First a bit of backstory and info. So I am a gamer and a Twitch streamer. I used Processing to create a donation randomizer (basically gives me something random to do to make things interesting when...
View ArticleDelaunay Triangles
I want to get Delaunay triangles from an array of points. I tried using the code I found here: https://github.com/GlitchTools/Atagen/blob/master/GRDelaunay/Triangulator.pde That gave me my triangles...
View ArticleHow do I bring a video layer on top of a live capture and put it behind again
Hello, I'm new at Processing and I need some help. I want to start a new art project and a friend showed me that I can do it with Processing. I want to capture live video from the notebook webcam and...
View Articlematerial inputting to object
How do we input material charecteristics for a 3D object like for eg a glass with transparent texture in processing
View ArticleHELP! How to play different audio files in one sketch?
Hey guys, On one hand, I'm trying to play 10 different audio files in one sketch with minim. On the other hand, I need the program to ignore every following mouse press if the player is playing until...
View Articlemaking particle system more efficient (in particular when they are deleted)
Hi all, i'm trying to do a particle system where basically i have a matrix of drops that is gonna fall down. Kind o the simulation of a 3d water courtain. As in the Shiffman examples, i'm using a OOP...
View ArticleWhy does Processing crash when I open a big SoundFile?
I recently made a music listening program because I was kinda bored. But when I imported a soundFile bigger than 100MB processing didn't load the file when listening and it eventually crashed. Is there...
View ArticleSize problem on two window at the same sketch
Hi Everyone, I have written a code that uses the "controlP5" library. The sketch has some sliders and textboxes. The setup function of the sketch has the information about the position of the gui...
View ArticleReading CSV file in FTP Server
I've been trying to access a CSV file filled with data that's on a flash drive connected to my router through an FTP server. I know how to parse the data with loadStrings() and I've set up FTP on my...
View ArticleHOW TO: online clients count on processing network library..
I need counting all clients on my server on Processing. I dont now how...... Network referencs: https://processing.org/tutorials/network/
View ArticlePeasyCam change/disable DampedAction
I have an urgent question about PeasyCam's damping property.. When I use PeasyCam to rotate a 3D object, after the mouse stops the object still moves with a decreasing velocity (damping). PeasyCam has...
View ArticleControlP5 control labeling "Examples" automatic, mine not there
Learning ControlP5 a bit painful but that's OK except for occasional puzzles such as: In CP5 examples the creation of a toggle control is this: cp5.addToggle("toggle") .setPosition(40,250)...
View ArticleRaster data formats (GeoTIFF)
Hi! Is there any working libraries for importing and manipulating raster data (e.g. from GeoTIFF) in Processing? Cheers, Vesa
View ArticleVertical tabs with the controlp5 library
Hello guys! I'm totally new to this forum and I'm sorry if this question above was asked before in an other threat. But asking google and browsing this forum did not help very much! So: Is it possible...
View Articlerecognition of shapes from an SVG file
hello all, i have a question about shape recognition. to simplify my question i will take a simple example. let's say i have a pattern like in the image i want to get the exact number of appearance of...
View ArticleChanging Color Over Time With MIDI
I have some shapes drawn, and I'd like to change the color inside the shapes after the shapes are already drawn, doing it in real-time, in the java window, and using MIDI to control the shades of...
View ArticleGenerate a drawing from a sound file?
Hi All, I'm wanting to use an audio file (specifically its values of pitch, tone, volume, etc.) to generate a line drawing. I'm not looking to make a music visualizer. I've looked at and modified a few...
View ArticleControlP5 caption label: secondary label text overwrite initial text
I am trying to change the label on a toggle control from the controlP5 library. The toggle is initialized to "true" with a caption label text of "Running". (Of course, cp5 displays all-caps RUNNING.)...
View ArticleSliders' (g4p) changes not affecting my object?
I want 2 separate sliders to rotate 1 stick each, but the sliders seem to not change the value in the objects that I made. This is one tab of my code (main sketch) // Need G4P library import...
View ArticleDXF Export Points
Is there a way to export points to DXF using the DXF library. From what I have attempted, read, and seen this cannot be done. It appears DXF export only works for lines, arcs, and 3D shapes but not...
View Article