processing
How to simply print a page in Processing?
for my current project, I\'m looking for a really simple workaround. I do a random graphic in Processing, and when the code has finished the graphic it should print on my printer. But preferable witho[详细]
2023-03-19 09:31 分类:问答Processing 'It looks like you're mixing "active" and "static" modes.'
Processing keeps giving me this error when I run it even though it is just a pri开发者_JS百科nt command. When I delete the comment block it works fine. Here\'s the code:[详细]
2023-03-19 07:52 分类:问答Print Txt file from Processing Sketch
I have a processing sketch that sends a String to a .txt file and then I want to be able to print the same .txt file from开发者_开发百科 the processing sketch.[详细]
2023-03-18 10:10 分类:问答Image disappear on rotation in Processing
I\'m using the Processing language to do a little game, but I\'m having trouble with images and rotation. My s开发者_开发百科prite displays fine if I apply no rotation to it, but it disappears complet[详细]
2023-03-18 07:55 分类:问答openGL Texture masking
I am attempting to fill a circle with a series of other images and have those images masked off by the circle. I can see why this isn\'t working, but I can\'t come up with a solution as to how to fix[详细]
2023-03-18 02:12 分类:问答Processing AnimationThread as a background task in Swing
I am writing an application using Processing PApplet ( http://processing.org/ ) inside a Swing gui and those two are not a happy marriage. I have a listener for JButton which starts a Swing Worker to[详细]
2023-03-16 07:27 分类:问答Continuous image loading/processing & display on button click (in Swing)
I have trouble with continuous image loading&processing&display in Swing: Belo开发者_C百科w there is simple case where clicking a button causes my program to grab frame from webcam and then d[详细]
2023-03-16 04:00 分类:问答distance between two points in processing app?
I try to get the distance between two points in http://processin开发者_如何学JAVAg.org/ is like java but dont works:[详细]
2023-03-15 20:04 分类:问答Calculating a checksum for the Xor result of the data content when programming an LED board
I am programming an application to communicate with a LED indicator board. Programming language is Processing. A typical request looks like this:[详细]
2023-03-15 17:32 分类:问答Processing: How to write to the serial port?
boolean squareVisible = true; int x = 50; int y = 50; int w = 100; int h = 100; import processing.serial.*;[详细]
2023-03-15 12:43 分类:问答