Processing: Export Application using Eclipse (Ubuntu)
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
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
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 ...
NodeJS on Win localhost
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...