Re : Network library in javascript mode
PJS does not work with Java libraries. However, as one can mix Processing code with JavaScript, you could use AJAX calls instead to write back data to your server. Port 8080 indicates that you are...
View ArticleRe : textWidth or font problem when exporting to PDF
my best guess is that the reason for this difference in length is because:when you output the whole string then Kerning is applied to your string, so the length of string WITH Kerning applied is LESS...
View ArticleRe : Network library in javascript mode
Thank you for the quick response.Can you please show me an example of code to write a string to the web server using ajax.Thanks again in advance.
View ArticleRe : Network library in javascript mode
There're millions of examples on the web, just google ajax request example
View ArticleRe : Network library in javascript mode
To elaborate on dimkir's answer: It depends much on what you have configured on the Web server side.E.g., I use a database (in my case FileMaker, but it could be also MySQL) and a PHP script (or a...
View ArticleOpenCV Cascade failed to load
I have installed the OpenCV library contributed hete http://urbanhonking.com/ideasfordozens/2013/07/10/announcing-opencv-for-processing/..But I take this message "Cascade failed to load" and nothing is...
View Articlemovie director "married"
A prominent gay rights campaigner and movie director "married" his partner in South Korea Saturday, where same-sex marriage is not legally recognised. StreamBuffalo Bills vs New England Patriots Live...
View Articleintroduced their long
It's finally here! Samsung formally introduced their long-rumoredNew England Patriots vs Buffalo Bills Live StreamPatriots vs Bills Live StreamBuffalo Bills vs New England Patriots Live StreamBills vs...
View ArticleA Video Capture Question??? (Capture finds device, but only get black screen.)
Hello,I recently purchased this device from ebay, Link The device works great with the Ulead software that came with it. I have a micro camera connected to it for a project I am working on. The...
View ArticleRe : A Video Capture Question??? (Capture finds device, but only get black...
Well, as a start, what this sketch is displaying in the console?
View ArticleRe : OpenCV Cascade failed to load
i haven't experienced your problem before. maybe someone else here can help.Watch Breaking Bad Season 5 Episode 13 Online
View ArticleRe : A Video Capture Question??? (Capture finds device, but only get black...
Thanks fpr the reply. All I get in the console is what follows. I am sure I am just missing a small part of the code.Available cameras:name=SMI Grabber Device
View ArticleMultiple rectangles intersection points
Hello,I would like to ask if you could give me a reference of processing code or library that works with intersection of polygons.The idea of the script is having multiple polygons intersecting with...
View ArticleRe : Multiple rectangles intersection points
I think Geomerative library by Ricard Marxer is your friend (a "must have" library)http://www.ricardmarxer.com/geomerative/And the class...
View ArticleRe : Sorting TableRow in Table
This is one workaround I thought of.... It sort of defeats the purpose of TableRow... If anyone has a better solution or advice, please post it here.... Table table = new Table();...
View ArticletextWidth or font problem when exporting to PDF
The following code writes two lines with the same font and settings, but the first one using the existing text() method, while the other one uses a function called drawChars() which writes a given...
View ArticleRe : Cube Mapping with OpenGL in Processing 2.07b
Try Processing 2.0 Examples... > Topics > Shaders > DomeProjection
View ArticleRe : A Video Capture Question??? (Capture finds device, but only get black...
Okay... Since this seems to be going nowhere. Perhaps some one can recommend a capture device that actually works with Processing?ThanksRon
View ArticleComparing intersection points of array object list
Greetings! I had created an array of a class object in my code. I am having a bit of trouble comparing if the objects intersect each other and wondering if I can get a push in the right direction;main...
View ArticleRe : Comparing intersection points of array object list
I've found a post about it: http://forum.processing.org/topic/how-do-i-make-an-object-disappear-upon-collision Car Game.pde: /** * Car Game {Alternative} (v1.0) * by Michael (mtwalworth) * modders...
View Article