Comments for codeanticode https://codeanticode.wordpress.com Thu, 28 Sep 2017 11:45:20 +0000 hourly 1 http://wordpress.com/ Comment on proTablet: tablet library for Processing based on JPen by ac https://codeanticode.wordpress.com/2009/01/08/protablet-tablet-library-for-processing-based-on-jpen/#comment-3975 Thu, 28 Sep 2017 11:45:20 +0000 http://codeanticode.wordpress.com/?p=135#comment-3975 In reply to WANG yq.

I updated the site of the library in the text, it is http://processing.andrescolubri.net/libraries/tablet/. You can install it through the Contributions Manage in the PDE as well. It works with Processing 3, but there are some issues with the OpenGL renderers, see here and here.

]]>
Comment on proTablet: tablet library for Processing based on JPen by WANG yq https://codeanticode.wordpress.com/2009/01/08/protablet-tablet-library-for-processing-based-on-jpen/#comment-3974 Thu, 28 Sep 2017 09:57:27 +0000 http://codeanticode.wordpress.com/?p=135#comment-3974 The websites of downloading files dead. Besides, Is this library compatible with processing3?

]]>
Comment on Eliza library for Processing by Eliza on processing ! – fragment.in R&D https://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-3843 Wed, 19 Jul 2017 13:51:33 +0000 http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-3843 […] Eliza library for Processing […]

]]>
Comment on Finding correlations in complex datasets by ac https://codeanticode.wordpress.com/2014/06/18/finding-correlations/#comment-3747 Thu, 15 Jun 2017 14:00:22 +0000 http://codeanticode.wordpress.com/?p=1795#comment-3747 In reply to Salvador Camacho.

Hi Salvador, thanks for the heads up and kudos! I will be working on Mirador again as soon as I wrap-up some other work in the next few days.

]]>
Comment on Finding correlations in complex datasets by Salvador Camacho https://codeanticode.wordpress.com/2014/06/18/finding-correlations/#comment-3746 Thu, 15 Jun 2017 11:10:31 +0000 http://codeanticode.wordpress.com/?p=1795#comment-3746 Your software looks like an amazing tool but it is not working for Mac OS 10.12.5

]]>
Comment on Processing 2.0 is out! Processing 2.0 is in! by ac https://codeanticode.wordpress.com/2013/06/04/processing-2-0-is-out-processing-2-0-is-in/#comment-3743 Mon, 12 Jun 2017 15:16:02 +0000 http://codeanticode.wordpress.com/?p=1681#comment-3743 In reply to Paul.

Hi Paul, sorry didn’t see your comment until now (I’m no longer updating his blog). Yes, it is possible to write to a frame buffer with a custom shader. All you need to do is to create a PGraphics object, and draw to it using the regular Processing API.

]]>
Comment on Processing 2.0 is out! Processing 2.0 is in! by Paul https://codeanticode.wordpress.com/2013/06/04/processing-2-0-is-out-processing-2-0-is-in/#comment-3671 Mon, 27 Mar 2017 11:23:04 +0000 http://codeanticode.wordpress.com/?p=1681#comment-3671 Hi

I’m trying to figure out the limitations of OpenGL and GLSL in Processing. In particular, is it possible to write to a frame buffer with a custom shader or does it currently require a subclass of PGraphicsOpenGL as per your advice in this thread:

https://forum.processing.org/one/topic/2-0xx-how-to-set-multiple-render-targets-for-a-fragment-shader.html

I know there are some effects that require writing to the frame buffer ‘off screen’ so I’m trying to find out how difficult this is currently..

Thanks

Paul.

]]>
Comment on Dome projection by Norman Fischer https://codeanticode.wordpress.com/2013/09/06/dome-projection/#comment-3647 Wed, 22 Feb 2017 06:54:39 +0000 http://codeanticode.wordpress.com/?p=1729#comment-3647 Thanks a lot for your work and that great summary of informations and links! This helped me a lot!

]]>
Comment on Shaders in Processing 2.0 – Part 1 by Shaders – Universidad Nacional de Colombia https://codeanticode.wordpress.com/2012/08/02/shaders-in-processing-2-0-part/#comment-3579 Wed, 09 Nov 2016 18:59:58 +0000 http://codeanticode.wordpress.com/?p=1570#comment-3579 […] https://codeanticode.wordpress.com/2012/08/02/shaders-in-processing-2-0-part/ […]

]]>
Comment on A couple of GSVideo tips by Willi https://codeanticode.wordpress.com/2012/02/23/gsvideo-tips/#comment-3488 Mon, 23 May 2016 18:45:23 +0000 http://codeanticode.wordpress.com/?p=1465#comment-3488 Hello everybody,
I´m not an expert. I got an problem with Processing 3 in Netbeans. With processing 2 it works fine.
All Software are 64 bit versions.

-> cam = new GSCapture(this, 320, 240, select);
cam.start();

I want to use it in my Quadcopter GUI.

Thanks for help
Rerards Willi

]]>