Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relational Resources Language

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 yet

Providers

This initial work contains only the system provider, with a canvas provider skeleton (using pygame). Documentation for providers can be found at Resources .

Examples

You can run the examples from the source dir without installing the package with:

python -m rrl run examples/canvas.rrl

More documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages