The following example should produce a canvas based image:
get canvas from system
get blue_sky from image_gallery/backgrounds # Not implemented yet
get banana, orange from image_gallery/fruits # Not implemented yet
place blue_sky on canvas # Not implemented yet
place banana on blue_sky # Not implemented yetThis initial work contains only the system provider, with a canvas provider skeleton (using pygame). Documentation for providers can be found at Resources .