Hi! I want to comment i added today the pycscegui module to crystalspace. This is an additional python module that allows to use the cegui wrapper plugin in cs, plus makes the link between cegui and cs bindings so they can be used together.
Note to build this you'll need the following: * cegui 0.5rc2 * cegui python bindings http://www.cegui.org.uk/wiki/index.php/CEGUIPython, right now you *have* to get this from the svn commented at that web, not the cvs as its slightly broken (theyre basically the same though). * python (obviously) Also note its *extremely* important both cspace and cegui python bindings are generated using the same version swig, so probably for now the best is to use swig to regenerate both bindings (the configure test will check if this is ok and otherwise wont allow to build the module) Note even though i'm adding this now i've been testing extensively both from crystalspace python scripts and from cel python behaviours, so should be pretty much ready to start being used. Also i added a test script at scripts/python/pyceguitest.py so this can be tested. Greetings!!! Pablo PD: teaser video: http://delcorp.org/caedes/shadered.avi PD2: I'm using this to start building a generic generative framework for real time editing of crystalspace properties, so i'd be willing to hear from people interested in helping out. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
