Skip to content

Simple language for defining UI in different frontends

License

Notifications You must be signed in to change notification settings

ArtikGz/guikell

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages