Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 694 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 694 Bytes

gui-easy-lib

Declarative GUIs in Racket.

Installation

The package is available on the Racket Package Index.

$ raco pkg install gui-easy

Development

From the root of the repository:

$ raco pkg install --auto --skip-installed gui-easy-lib/ gui-easy/

Updating

From the root of the repository:

$ raco pkg update gui-easy-lib/ gui-easy/

Running the demos

After you have installed gui-easy-lib. You can run the example code from the examples/ folder using DrRacket or via the command-line.

License

gui-easy is licensed under the 3-Clause BSD license.