Processing: Export Application using Eclipse (Ubuntu)

02 March 2012

I’ve switched to using Eclipse as I’ve always been doing Flash dev in Eclipse for years. So after giving the Processing IDE a great deal of respect I decided that for building apps I would have to ...

Shell Script: Close Previous Processing App

02 March 2012

Recently it was needed for me to be able to check if the Processing app I built was actually closed properly or not before running a new one. You might ask why because all apps should close properly r...

JOGL TextRenderer in Processing 2.0 Alpha X

06 February 2012

In my short time using Processing it became evident quite quickly that the text display is fine when using the normal 2D mode but it didn’t work so well when using OpenGL. Since my aim for 2012 is to ...

Grand Union Style

24 January 2012

NodeJS on Win localhost

10 January 2012

While working on a proof of concept I thought this would be an ideal opportunity to try out NodeJS. It is a weird thing to fathom, writing server side Javascript but once you’ve spent some time with i...