gcompris?

Marco Pesenti Gritti mpg at redhat.com
Tue Jan 23 06:39:55 EST 2007


On Tue, 2007-01-23 at 12:26 +0100, Marco Pesenti Gritti wrote:
> On Tue, 2007-01-23 at 16:43 +0545, Bryan Berry wrote:
> > Has anyone tried porting gcompris to Sugar yet?  We would like to port
> > at least the maths activities from Gcompris (www.gcompris.net) and
> > localize them into Nepali.  Would love to hear if anyone has tried and
> > any problems they might have encountered. 
> 
> Hello,
> 
> this looks pretty cool from the screenshots!
> 
> I don't think anyone tried to port it before. Or at least I'm not aware
> of it. From a quick look to the code I see a couple of issues:
> 
> * The framework is written in C
> 
> We can solve this either wrapping the GComprisBoard API in python or by
> implementing the activity in C. In general we have been using the first
> option but in this case the second one could make sense too, since you
> can already write gcompris boards in python.

Given that the services provided by the Board seem minimal, another
alternative would be to write a ComprisBoard -> Activity adapter in
python. That would probably be pretty quick but 1 it would only support
python boars 2 it would break if more functionality is added to
ComprisBoard.

I'd suggest to talk with the gcompris authors and see what they think
about the best way to go. GCompris and Sugar share quite a few ideas, so
bridging them totally make sense to me.

Marco




More information about the Devel mailing list