Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guikell

Simple language for defining UI in different frontends

Build & Run

For running simply do:

cabal run

Example

win 
  title "Título da aplicaçom"

  draw -> ("fgColor" "#008080")
    rect
      sized 150 50
      at 50 50
  end

  draw -> ("fgColor" "#8A2BE2")
    rect
      at 55 55
      sized 140 40

    text
      at 90 80
      as "Hello, world"
  end
end

About

Simple language for defining UI in different frontends

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages