Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Browsing all 2896 articles
Browse latest View live

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 Article


Rendered 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 Article


How 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 Article

How 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 Article

Game 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 Article


DisconnectException

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 Article

Cannot 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 Article

How 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 Article


Image 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 Article


Capture 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 Article

Indoor 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 Article

3D 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 Article

Combining 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 Article


Sharing 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 Article

UTC/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 Article


Making 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 Article

Problem 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 Article


hi 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 Article

HE_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 Article

Where 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
Browsing all 2896 articles
Browse latest View live