ProscDMX – A DMX Multiplexing OpenSoundControl Server
It’s a little bit of a mouthful, isn’t it? I’ve been working on this for the last few days. It basically takes Open Sound Control (OSC) packets- from any number of clients- which specify a DMX address, value and fadetime. The server is written in Processing, and uses the oscP5 library. Right now it uses [...]
Processing, Mediawiki, and force-directed layouts
Happily, the EVE Online official wiki- the Evelopedia- has now gone into public beta. You can imagine, then, that there’s a lot of activity on it. I’m something of a Mediawiki fan; I’m currently using a very hacked-upon version on my laptop for notetaking and information storage, and used to contribute quite a bit to [...]
Processing – Obsessive Camera Direction
Processing is awesome, and what better way to improve a sketch like a map viewer than to give it some juicy mouse/keyboard controls? The Obsessive Camera Direction library for Processing lets you do just that quite easily. Simply install the library and follow the guide for easy, awesome controls.