Archive for March 31st, 2011
Primitive computers, with LSL and Media prims
This is a little project I wanted to try myself at for a while, this object is managed by two scripts, one could be considered the “CPU” as it contains the actual logic behind the program and the other the “GPU” as it only handle buffering and displaying the information the CPU provides it.
It’s at a very early stage but it’s the only “unix style” SL computer that i’ve seen so far.
The next step is to write a somewhat more refined “keyboard”, currently I’m passing commands to it through a chat channel, I would like to either use a web-based form, or a sort of virtual keyboard that only allow one user at a time to enter commands.