HE_Mesh Examples not working
Hi, i downloaded the current hemesh library from http://www.wblut.com/he_mesh/ and some of the examples work. But most of the times it says the functions don´t exist. For example: HE_FaceIterator()...
View ArticleRendered PDF Black , Using with HYPE
I am trying to render the given sketch into a PDF. Everything Works but when I Export it the PDF is full Black. Here is the Code /* * Author :: Aswin Mohan * Twitter :: @aswinmohanme * * Render an...
View ArticleHow to add another variable to this code
song=song == song2? song1:song2; i am trying to add song3 at the end so it will alternate between 3 songs
View ArticleHow do I load gifs?
I loaded a gif but all I see is a blurry picture gif = loadImage("gif.gif"); image(gif,width/2,height/2)
View ArticleGame Control Plus - recognizing a device?
I'm trying to get GCP to work again with a sketch I'm redirecting but struggling to get the library to find any devices on my system. Installed 1.2 library. I run GCP_showDevices and get no results,...
View ArticleDisconnectException
Hey, I recently tried to create a server with processing and I want to return, if the client enters an unvalid IP+Port with the help of a try catch. Unfortunately it isn't working, also if I import...
View ArticleCannot find anything Named "surface"
public void start_click(GButton source, GEvent event) { //CODE:start:285860: //println("start - GButton >> GEvent." + event + " @ " + millis()); start.setVisible(false); startPlot = true;...
View ArticleHow to convert mesh from ComputationalGeometry Lib to ToxicLibs?
Hey there, I am a beginner user of Proccessing. I made some meshes with ComputationalGeometry (http://www.thecloudlab.org/processing/library.html) and now I want to transfer it to ToxicLibs mesh....
View ArticleImage generator, how to add tags?
Hi guys, This is my image generator with png's. There will be 3 different "tags", my question is how can I have tags in my code for people to chose with images are going to be combined? PImage[]...
View ArticleCapture movie frames playing on attached screen in realtime?
Hello All, I'm new to this, and am looking for some guidance. I'm working with someone else's code (they know that I am) and I'm trying to modify it for testing and not bother them. Currently, we're...
View ArticleIndoor Navigation
Hello. I asked a similar question to this a few days ago, please see: https://forum.processing.org/two/discussion/20564/indoor-navigation-using-rfid-technology#latest - but the spec of my application...
View Article3D Render in Processing 3
Hi, I got changed my GUI in Processing3. Now I have issues with the 3d Render. I get this error message: translate(), or this particular variation of it, is not available with this renderer. rotateX()...
View ArticleCombining to frames
hello again , can anyone of you help me with this. i made 2 frames and want to make them in one but the issue is whenever i want to do that my button always get lost and not able to see it but when i...
View ArticleSharing values
I want a code which puts a certain value of the program to a whole other system or a website. I do not expect an explanation, but I was hoping someone could give me a place to start, if this is even...
View ArticleUTC/GMT time using UDP
Extracting data from ntp servers is very easy using an ESP8266 and/or Arduino ethernet or wifi. Since I absolutely love Processing for it's awesome libraries, flexibility, and easy to use IDE I decided...
View ArticleMaking random words bold in a string?
Hi all. So right now, this code generates a paragraph of random sentences taken from the dataset.rtf file by using the rita library. Is there a way to assign random words to print out as bold or a...
View ArticleProblem with "Sound" library
I'm trying to run the example in the documentation for the "Sound" library (https://processing.org/reference/libraries/sound/SoundFile.html) but I'm getting an error. I'm running v1.3.2 of the library,...
View Articlehi everyone. guys helpme. i want to scan from 100 to 380 of my video.height
import processing.video.*; Capture video; void setup() { size(640, 480); // Uses the default video input, see the reference if this causes an error video = new Capture(this, width, height);...
View ArticleHE_mesh Wireframe Modifier Problem
Hi, could somebody please help me?? when i use the wireframe modifier the mesh gets messed up and torn. It doesn´t even work in the example files or tutorials. I´m using 3.2.1 Thank you
View ArticleWhere is the HE_Mesh documentation?
Hello, a super simple question but I can't find the answer... where is the documentation for the HEMesh library? A part from the tutorials, I could only find this, where there is not very much... thank...
View Article