README.md (445B)


      1 # Widgets in Guile
      2 
      3 Wig is a lightweight tool for creating custom Wayland widgets via Guile
      4 Scheme.
      5 
      6 ## Design
      7 
      8 Wig is split into two main halves, C and Scheme.
      9 
     10 The Scheme half both provides methods for the user configuration and prepares
     11 it for use in C by validating and flattening it.
     12 
     13 The C half manages the main event loop, input, rendering and so on.
     14 
     15 ## TODO
     16 
     17 - Text rendering
     18 - Callbacks / UI events
     19 - Proper error handling and cleanup