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 ArticleAdding 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 Articlemake 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 ArticleWhy 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 ArticleWhy 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 ArticleOverlay 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 ArticleUse 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 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 ArticleWhy 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 Articlegamecontrolplus - 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 ArticleRender 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 ArticleModbusMasterProtocolV4 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 ArticleCreate 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 ArticleHow 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 ArticleMy 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 Articlecode 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 ArticleSound 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 ArticleHow 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 ArticleAdd SQLite
Hi, Does anyone know how to add sqlite database to a processing project? Thanks in advance.
View ArticleFisica 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