Archives Feb. 22, 2008
Journal Integration for OLPCGames (inotify (save) and a command line argument (open)?)
Written by
on
in
Young Coders.
Just implemented the Journal API for OLPCGames. A serious mess in there, it's a synchronous call where the filename passed will be deleted, so handling it in the asynchronous Pygame environment means I'm having to block the GTK event loop until the Pygame event loop retires the event. Which meant I needed to introduce the ...