1 Jul 13:59
GComprisXO progress
Bruno Coudoin <bruno.coudoin <at> free.fr>
2007-07-01 11:59:25 GMT
2007-07-01 11:59:25 GMT
GCompriXO is a development branch of GCompris which focuses on Sugar integration. Once complete, it will be the base of all future development in GCompris. Currently, there as been two major changes in GCompris related to the XO: - we removed libsdl_mixer as our audio backend and replaced it by gstreamer (already in gcompris trunk). - Screen size Independence. We rely on the scaling feature of the gnome canvas to size our window to the user screen. We no more use xvidmode. There is a drawback in term of quality, moving to svg should help but currently the gnome canvas and our code does not use the svg native scaling feature. - changed the way we organize activities in our code. Now each activity has its own directory. This makes it easy to package independent activity instead of having a big GCompris that contains all of them. To test it: svn co svn+ssh://bcoudoin <at> svn.gnome.org/svn/gcompris/branches/gcomprixo gcomprixo cd gcomprixo sh autogen.sh --disable-sqlite && make To test one acytivity: cd src/fifteen-activity/ ./runit.sh To create an independant 'bundle' (not at the sugar standard yet) tar -cvhzf wordprocessor-activity.tgz wordprocessor-activity/(Continue reading)
RSS Feed