processing

TwitterFacebook

compilation de lien sur p5, processing proce55ing Dec 17

Get flash to fully experience Pearltrees

OpenProcessing - Share Your Sketches!

http://www.openprocessing.org/ Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is an open project initiated by Ben Fry and Casey Reas. It can be downloaded from processing.org .

Discourse - Processing wrapper for C++ library

We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org . You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. http://processing.org/discourse/yabb2/YaBB.pl?num=1270426564
http://today.java.net/pub/a/today/2003/09/11/jogl2d.html Announced in July , the partnership of Sun and SGI to provide Java bindings to OpenGL gave a jolt to the Java community, particularly to desktop, graphics, and game developers. While some were disappointed to see Sun back away from Java3D , others were excited to see the popular and widely understood OpenGL exposed in a more direct fashion to Java developers. considerations are mentioned in the preliminary user's guide , which notes that J2SE 1.4 is a minimum requirement on all platforms, as is running in truecolor mode (15 bits or higher). Also, while the user's guide says that the minimum supported Mac OS X version is 10.3 -- currently available only as a pre-release seed to certain developers -- JOGL actually works with Mac OS X 10.2 and the "Java 1.4.1 Update 1" that was released on September 8. section of JOGL's home page. Instead, go over to the "Downloads" section and look at the precompiled binaries and documentation link.

Jumping into JOGL | Java.net

Note for math weenies: This is not meant to be a full tutorial on matrices, and is also not intended to cover the math behind them in the usual manner. It is my personal way of thinking about rotation matrices in 3D graphics, and it will hopefully provide at least some people with a new (and possibly more intuitive) way of visualizing matrices that they may not have considered before. For serious 3D graphics, you will need to use matrix math. The problem is that at first glance it seems bloody complicated. The truth is there are simpler ways to think about matrix math than as abstract rectangular arrays of numbers. My personal favorite way of thinking about and visualizing 3D rotation matrices is this:

3D Matrix Math Demystified

http://www.gamedev.net/page/resources/_/technical/math-and-physics/3d-matrix-math-demystified-r695
Ésaïe | Jérémie | Lamentations | Ezéchiel | Daniel | Osée | Joël | Amos | Abdias | Jonas | Michée | Nahum | Habakuk | Sophonie | Agée | Zacharie | Malachie | Romains | 1Corinthiens | 2Corinthiens | Galates | Ephésiens | Philippiens | Colossiens | 1Thessaloniciens | 2Thessaloniciens | 1Timothée | 2Timothée | Tite | Philémon | Hébreux | Jacques | 1Pierre | 2Pierre | 1Jean | 2Jean | 3Jean | Jude | Apocalypse http://www.egliseilejesus.com/web-eglise/bible-txt/textes.htm

Le "TXT" de la Bible

SimpleDateFormat (Java 2 Platform SE v1.4.2)

http://docs.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html Year: For formatting, if the number of pattern letters is 2, the year is truncated to 2 digits; otherwise it is interpreted as a number . For parsing, if the number of pattern letters is more than 2, the year is interpreted literally, regardless of the number of digits. So using the pattern "MM/dd/yyyy", "01/11/12" parses to Jan 11, 12 A.D.
I have been home from the fantastic Eyeo Festival for a full day and thought I should write up a few notes that I neglected to mention during my talk. I had intended to say this stuff out loud but as I ran out of time and since I had switched over to showing iPad content, I never went back to my presentation where I had a few extra notes and takeaways ready to go. So here they are. Iterate Your first attempt at anything is likely going to suck. Let’s face it, most of us are not phenoms. http://www.flight404.com/blog/

all manner of distractions

https://forum.processing.org/topic/syphon-integration-with-processing

Syphon integration with Processing - Processing Forum

syphon .publishFrameTexture( tex .getTextureID(), tex .getTextureTarget(), 0, 0, tex . width , tex . height , tex . width , tex . height , false );
http://www.res-publica.fr/ENSEIGNEMENT/BIBLIOTHEQUE/OSC/osc.html OSC a été inventé en 1997 au UC Berkeley Center for New Music and Audio Technologies (CNMAT; opensoundcontrol.org ). Il prend le relais du protocole Midi. OSC est plus rapide, plus précis et peut contrairement au Midi envoyer plusieurs données et type de données aux mêmes temps. Donc l'OSC a été écrit en particulier pour contrôler du son dans des dispositifs en réseaux mais aussi plus généralement pour les appareils multimedias. Normalement, l'OSC est envoyé via des câbles Ethernet ou bien par Internet. Il est également possible d'envoyer des données d'un logiciel à un autre qui sont tout les deux sur le même ordinateur.

OSC

BoxWrap2D

BoxWrap2D is an extremely young (pre-alpha, even) project, and there are likely many problems with it. It's also not feature complete, but it is being released early so as to get feedback. http://jbox2d.nfshost.com/processing/