How do I export 3D models with multiple layers from the Shapes 3D library as...
I want to use two libraries in conjunction: the first one, "OBJExport" (http://n-e-r-v-o-u-s.com/tools/obj/), to export 3D models as .obj files. These models will be generated by the "Shapes 3D"...
View ArticleXML issues updating a Twitter variable sketch made in Processing 1.5.1
Hello everyone, I've tried endlessly to resolve this myself, but keep on running into walls... I feel like this is something the Processing community could do in their sleep! I originally made a...
View Articleplay sound when mouse pressed and paused when released
Hey guys, I'm trying to code a guitar hero like game for my school project. My goal is to have a guitar with different colors on the neck and depending on which color I press with the mouse a different...
View ArticlePlay Sound
I read "LEARNING PROCESSING" book and I found the way to play Sound and the code was... import processing.video.*; Movie movie; void setup() { size(200, 200); movie = new Movie(this, "sample.mp3"); }...
View ArticleCan't import Xbee Java Library in Processing 3.1.1 (MacOS 10.5)
Hi, I try to run the follow_the_leader demo from XBeeArduinoCodingPlatform (see https://docs.digi.com/display/XBeeArduinoCodingPlatform/Follow+the+Leader). Unfortunately, I get : No library found for...
View ArticleGeomerative – Is there something like shapeMode() for RShape?
Hi Coders, i am trying to center a SVG with geomerative's RShape. I want to do something like shapeMode(CENTER); translate(width/2,height/2); Could someone of you help me, to "translate" this to...
View ArticleDeconstructing PeasyCam for practice
Hey all, I'm interested in building my own version of PeasyCam which is designed to be computationally fast, whatever that means. Essentially I'm trying to convert the orbital design into a first...
View ArticleKeyPressed BACKSPACE and delete just one shape
Hi there again, this time I need a little help: I've create a code for a "generative" logo (it's at the start so is not complete), and I want that while pressing one time the BACKSPACE I can go back...
View Articlehow use the OpenCV with Processing?
its always shows "the package hypermedia does not exist" . i did all methods found in internet, but dont have any result processing 3.1 and openCV 3.0 versions
View ArticleMovie Read (Frame Differencing)
What's wrong with my code. The video is playable but it is without the frame differencing filter. import processing.video.*; int numPixels; int[] previousFrame; Movie video; void setup() { size(1920,...
View ArticlePie Chart & XY plot (jfreechart)
I have made one pic chart with jfree chart. PImage chartImage; void setup(){ size(500, 300); DefaultPieDataset pieDataset = new DefaultPieDataset(); pieDataset.setValue("JavaWorld", new Integer(75));...
View ArticleNeed to make click and drop
Hi, I'm very very new to using processing, I have an idea I want to make a reality, but I'm still a beginner to coding and stuff. I have a long way to go, but here is what I have so far... import...
View ArticleSQLite inserting float value
Hello everyone! I have a problem with inserting some values into table(SQLite library). I have 3 columns, 1. is ID, second is number/value and third is just a string. Problem is that because I have...
View ArticleDrawing inside Serial event handler
Hi, I've been away from processing for a long time. Coming back to do a quick o-scope project that involves plotting numbers coming from serial port. I'm using serial event handler according to an...
View ArticlecontrolP5 Font Size of items in ScrollableList
Does anyone know if it is possible to change the size of "item" text in scrollable lists ? I can only find examples of changing the CaptionLabel .. i.e the header/name of your scrollable list, but not...
View ArticleNice transitions between scenes for 3D environment as an real-time...
Dear all, I am currently working on a project in a 3D environment, it's a real-time interactive project. I would like to know is there any library or way to make transition between scenes instead of...
View Article3d triangulation library
What is the best and actual library for triangulation of 3d vertices?
View ArticleIs ControlP5 compatible with FX2D?
Hello, I recently changed my sketch's renderer to FX2D for more performance but now, controlP5 seems to be firing some exceptions that prevents my sketch from running. As far as I know, it seems to be...
View ArticleSound Amplitude coding
Hi everyone, I want to try and modify an existing code (which tracks in real time the amplitude of surrounding noises and visualises them via a waveform on the screen), so that when a certain sound...
View ArticlecontrolP5 save controller image
Hello, Is there an easy way to save as an image the appearance of the controllers used by the library p5 ? Using save() or saveFrame() I capture everything except the controllers.
View Article