Here is my thinking on this:
Devobot is an IronPython framework that allows you to trigger animations, movement and chatting to a Second Life or OpenSimulator based avatar using the open source libopenmetaverse library. I used this software in my bot work in a recent archive / 3d model of the Pompeii Court of the Sydenham Crystal Palace.
PySerial on the other hand, allows IronPython based serial comms. Serial comms can also be done via .net frameworks - example is in C#, but it should be a good reference for an ironpython version.
An arduino microprocessor can be hooked up using an adapted version of the light sensor tutorial on http://arduino.cc/ - but for example, triggering animations or chat responses according to the light level or to other sensors I might be able to think of. Maybe eventually growing in complexity until, naturally, a wiimote is added for IR tracking.
So the question is - will it work?
Devobot is an IronPython framework that allows you to trigger animations, movement and chatting to a Second Life or OpenSimulator based avatar using the open source libopenmetaverse library. I used this software in my bot work in a recent archive / 3d model of the Pompeii Court of the Sydenham Crystal Palace.
PySerial on the other hand, allows IronPython based serial comms. Serial comms can also be done via .net frameworks - example is in C#, but it should be a good reference for an ironpython version.
An arduino microprocessor can be hooked up using an adapted version of the light sensor tutorial on http://arduino.cc/ - but for example, triggering animations or chat responses according to the light level or to other sensors I might be able to think of. Maybe eventually growing in complexity until, naturally, a wiimote is added for IR tracking.
So the question is - will it work?
Comments