Category Archives: Technical

Article about HUD in Console Games

Here’s an article about games the attempts to reduce heads-up display. This is essentially what I have been trying to do….

Wiimote and Openframeworks

I went to the openframeworks workshop today, and asked around for using Wiimote with OF. There are lots of response where the OSC library in OF can be used to send Wiimote data.

Glovepie, a scripting language that works with Wiimote, can send OSC output. By theory, if OF listens to the same port as Glovepie sends osc message to, OF can thus do stuff with the Wiimote data.

The problem is, Glovepie crashes when I try to run scripts that sends out OSC data.