On Friday 18 September 2009 00:08:49 Edward Hartley wrote: > hi > I'm trying to do a bit of catch up here so could someone clarify if > the whiteboard etc. Is currently working or not and if this is due to > third party libraries for example SDL.
The whiteboarding code is working fine at the moment. If anything the code has recently (mid July) been consolidated here: http://code.google.com/p/kamaelia/source/browse/trunk/Code/Python/Apps/Whiteboard As a seperately packageable & installable thing. I've just noticed that the tar ball that gets generated by DistBuild/BuildRelease.sh wasn't uploaded, so I've just done that: * http://www.kamaelia.org/release/Kamaelia-Whiteboard-1.0.0.tar.gz This reduces the installation steps to: * Install python * Install pygame * Install pyspeex, if you want audio shared between machines * Install the tar ball Kamaelia-Whiteboard-1.0.0.tar.gz The install steps for that tar ball are the obvious: ~> tar zxvf Kamaelia-Whiteboard-1.0.0.tar.gz ~> cd Kamaelia-Whiteboard-1.0.0 ~> sudo python setup.py install (Perhaps worth noting - app specific installers do not currently check what versions of axon/kamaelia are installed. Probably should (patches welcome)) > I'm asking this because I've > been having a lot of success lately with cocos2d in it's objective-c > incarnation. In turn in it's python incarnation it is built on pyglet > which is SFAICS a much lighter weight OpenGL wrapper than SDL. Interesting. Incidentally the opengl components use PyOpenGL and allow the pygame based components to run on Open GL surfaces. (PyOpneGL provides a display manager service in the same way as the pygame one) Regards, Michael. -- http://yeoldeclue.com/blog http://twitter.com/kamaelian http://www.kamaelia.org/Home --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "kamaelia" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/kamaelia?hl=en -~----------~----~----~----~------~----~------~--~---
