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

Implementing laser graffiti using processing

hello , i am trying to implement laser graffiti in processing but i am having trouble in drawing line as the point of laser moves. I need to implement in such a way that as the laser light moves it...

View Article


... make the typing appear after the mouse click, and stay on the screen?

I want to create a typing menu, where the player types their name after clicking (yes, after clicking, because the click directs to this menu)... But I also don't want the name to stay forever (like it...

View Article


Issue with pg graphic and font size

Hello, in this sketch I declare a font size in my constructor (write) and would like to change it according to the length of the text in my main program. But it seems to be uneffective when I change...

View Article

How can i Convert output generated in text by Proceesing to Audio

How can i Convert output generated in text by Proceesing to Audio

View Article

How to capture image or footage from an online webcam

Hello all, I've seen lots of info about capturing from a local webcam but never from an online webcam. If anyone has any info on this, it would be much appreciated. Thanks!

View Article


To convert text into Audio

How can i Convert output generated in text by Proceesing to Audio.

View Article

SuperCollider client problem

Hi all, I'm trying to make the SuperCollider client for Processing work. I have SC 3.7.2 and Processing 3.1.1. I tried to run an example sketch from Daniel John Jones website. The processing part seems...

View Article

Are no artists from traditional media using Processing? (Re: lack of stylus...

Codeanticode's Tablet library looks pretty dead now (which looks like it's due to Jpen, a dependancy, dying). This has been the case for some time now and nothing has taken its place. And nothing...

View Article


Change pixel color to fill in an irregular shape

Hello, I am using the BlobDetection library and want to use the outlines created by the edge detection to form shapes so that I can fill in the shapes. So far the solution I have come up with is to...

View Article


Load a moving GIF

Hello world, i'm still fairly new to processing Is there any way we can load a moving gif rather than just a static one? Let's say the image file is called 'river' I am aware of the contolP5 library,...

View Article

Help running a piece of code (ConvChainJava)

Hey guys , I am trying to run this: https://github.com/mxgmn/ConvChain Which has a processing version over here: https://github.com/buckle2000/ConvChainJava How am I supposed to set it up correctly? I...

View Article

second window with PApplet and OscP5?

Hello, I'm trying to control a sketch using OSC from Max using the oscP5 library. I want two screens that have identical "players", differentiated by an argument in their constructor. I'm using the...

View Article

When exporting for Mac I just get a blank screen...

Must be something obvious but I can't get it. Perhaps the original code is too old. There it is : // TearDropsFondUni //perlin vertic1 demarre le 22/3/2012 // révisions de fevrier 2013 // ajout de...

View Article


What is ddf?

When using the minim library, using import processing.minim.* doesn't work, but ddf.minim.* does. What's ddf? I can't find documentation on it anywhere.

View Article

Video as background

Sorry if this is the wrong venue to ask. I am trying to set a short video as my background with a simple code playing over it. All the tips that I've seen to achieve this don't seem to work for me. I...

View Article


Image may be NSFW.
Clik here to view.

I need help using peasy cam library

Hello, i'm developing an app in which i want a 3D object to be moved, i have this import peasy.*; PeasyCam cam; PShape ammonite; public void setup() { fullScreen(P3D); ammonite =...

View Article

Mixing 'active' and 'static' modes.

https://github.com/tapan80048/Brain-computer-interface/tree/tapan80048-patch-1

View Article


Individual colors for a series of shapes

Hi everyone ! So I thought my problem was solved once we got over this question of colored rectangles. ( https://forum.processing.org/two/discussion/comment/109296#Comment_109296 ) But not at all. This...

View Article

I have to make buttons on a 3D shape

Hello, I have a code with a 3D shape loaded, it's and obj file and I'm using peasy cam to move it, now I have to make some buttons on the 3D shape but this is going to be moved so I would need that the...

View Article

Image may be NSFW.
Clik here to view.

Strange things happen while trying to draw an average frame using a recursive...

Hey ! I want to draw on a screen, an average frame using formula like this: aFrame = 0.99aFrame + 0.01CurrentFrame; (CurrentFrame is an actual frame taken from cam). Ofcourse at the beginning "aFrame"...

View Article
Browsing all 2896 articles
Browse latest View live