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

how to do this game

Hi, im doing a project to university and i need some help , how i can collide the ellipses with the paddle that i draw and, how i can control an ellipse with mouse and she has to collide with the...

View Article


Adding Radar sweep line to code.

I am building a weather radar based on Grook.nets code for an ultrasonic sensor, however, I am not using a ultrasonic sensor. I have modified the code in many ways... The radar currently can detect...

View Article


make a video background which works when a button stays pressed??

Hi everybody, i write you from France so sorry for my english. Because i want make my portfolios, I try to get a background video which play when the button"space" stays pressed. For few days i have...

View Article

Why does my scale not appear at the second screen?

So I'm kinda new to Processing and java and had to programm a plotter, which gets data from an Arduino(connected to a Pirani Gauge), converts to pressure and displays it . When the Graph has ran once...

View Article

Why is the program not adding values to the score

int numBalls = 18; float spring = 0.05; float gravity = 0; float friction = -1; int savedTime; int totalTime=60000; int timer; int score=0; Ball[] balls = new Ball[numBalls]; Estrelas[] estrelas = new...

View Article


Image may be NSFW.
Clik here to view.

Overlay one video with transparency over another video

Hi, I'm having trouble setting up a sketch that overlays a video with transparency over another rolling video. The video is of a basketball game and the video with transparency has the stats of the...

View Article

Use Game Libraries

Hello everyone, I'm quite new to processing and would like to know how I can use libraries to help me developing my game. I have looked over some libraries such as AI for 2D games but do not know how...

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


Why is the program not adding values to the score(last one was not answered,...

int numBalls = 18; float spring = 0.05; float gravity = 0; float friction = -1; int savedTime; int totalTime=60000; int timer; int score=0; Ball[] balls = new Ball[numBalls]; Estrelas[] estrelas = new...

View Article


gamecontrolplus - no joystick plugged in, ignore config setup?

This question is perhaps to Quark, maker/porter of the great gamecontrolplus lib I've just started using to recognize an Atari USB joystick = thankyouverymuch! Nevertheless, I'm making a simple game...

View Article

Render an Animation while using the Minim Library

I recently created an audio visualizer with the Minim library. I would now like to render it into mp4. I have tried using saveFrame() to create images of the animation but when I later combine the...

View Article

ModbusMasterProtocolV4 very slow

Hi, I got the library from here: https://code.google.com/p/processing-modbus/ I have created 10 packets to receive and send data in 49 holding registers (each packet holds 10 registers, last 2 - only 9...

View Article

Create TAP TEMPO / METRONOME

Hello. I have a few months of experience with Processing, but I guess that this is an algorithm related question. So, I have a processing project that plays sounds when the user press some PAD on MIDI...

View Article


How can i type korean letters in the text form?

Hi, i'm a Korean. i'd like to make text forms with controlP5 and make users to type in Korean in the text form. but probably it seems to be not working with processing. is there any solution for that?...

View Article

My sound file wont work

import processing.sound.*; SoundFile file; long time; void setup() { time = millis(); timer(10); size(1900,1000); background(0); time = millis(); file = new SoundFile(this,"C:/Users/Sam/Desktop/Java...

View Article


code giving a voice alert only and only when motion is detected in front of...

I am a beginner, so I want to know the code by which the laptop's camera detects motion and speaks something like "Alert we have an intruder" this is the code which I found out in examples.... Code for...

View Article

Sound Library on Windows 8

I believe the Sound library for Processing 3 is only compatible for Linux and Mac. I need to make a script that plays sound clips on keyboard letter press. Does anyone have a workaround other than...

View Article


How do I make a G4P Window frameless, borderless, undecorated?

Hi, I have the main processing window on screen 1 with an admin interface and a 2nd window via G4P offset in x to appear on the 2nd screen. window = GWindow.getWindow(this, "Presentation", 1366, 0,...

View Article

Add SQLite

Hi, Does anyone know how to add sqlite database to a processing project? Thanks in advance.

View Article

Image may be NSFW.
Clik here to view.

Fisica Library error using FPoly

I'm trying to use the FPoly with Vertex-data from Blob Detection OpenCV. The sketch works fine until there are more than one blob at the boundaries of the frame. Then crash :( and give this error:...

View Article
Browsing all 2896 articles
Browse latest View live