processing
Enums in Processing 1.2.1?
Here is my sketch: enum Foo { bar, baz } void setup() { } void draw() { } This fails to compile: Unrecognized type:46开发者_StackOverflow社区 (ENUM_DEF)[详细]
2023-02-28 23:47 分类:问答How to cast an ArrayList of objects to float in Processing
ArrayList a = new ArrayList(); for(int i = 0; i < a.size(), i++) { fl开发者_C百科oat f = float(a.get(i));// ERROR : cant convert Object to float[详细]
2023-02-28 20:47 分类:问答How can I write multiple XML files using one sketch
Does anybody have some advice on how I can write multiple XML files with only the code of one sketch. I\'m trying to do this using the ProXML library but that doesn\'t work. For some reason,开发者_Sta[详细]
2023-02-28 03:48 分类:问答Text not showing up in Processing
Here is my Processing program that I\'m editing in Eclipse: import processing.core.PApplet; @SuppressWarnings(\"serial\")[详细]
2023-02-26 02:54 分类:问答Calling awt Frame methods from subclass
This question is about Frames, Java and Processing. This questions sounds pretty convoluted but its really not. I\'ll try keep this to a simple minimum. I\'m creating a small ball in a maze game to g[详细]
2023-02-25 18:32 分类:问答How to make objects invisible in Processing
I am making rectangles on the sketch board using processing, but I want to make them invisible. H开发者_StackOverflow社区ow do I do that? I\'d appreciate your help.[详细]
2023-02-23 22:38 分类:问答Why does my jar not reflect changes?
I have a spooky issue. I have downloaded the XBee API, which comes packaged in a jar and with source. I would like to make some changes to the library, recompile it, repackage it into a jar, and use[详细]
2023-02-23 07:34 分类:问答Extending the TcpClient Class in the oscP5 Processing Library
I am trying to extend the TcpClient class in the oscP5 library for Processing.I have already imported netP5.* and oscP5.* in my main sketch.However, the following code produces this error:expecting TR[详细]
2023-02-23 06:36 分类:问答what is the wrong in this fractal implementation?
my output isn\'t showing the same result asMandelbrot fractal void mandelbrotFractal() { float MAX = 200;[详细]
2023-02-23 00:54 分类:问答Processing oscP5 Library
I\'m using the oscP5 library in Processing.I\'ve already looked in the javadoc for oscP5 and I\'ve browsed through the source but I can\'t figure it out.[详细]
2023-02-23 00:12 分类:问答