Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Bogdanp/racket-gui-easy

Declarative GUIs in Racket.
https://github.com/Bogdanp/racket-gui-easy

gui racket

Last synced: about 1 month ago
JSON representation

Declarative GUIs in Racket.

Awesome Lists containing this project

README

        

# gui-easy-lib

Declarative GUIs in Racket. This is still a work in progress so
expect some breaking changes.

## Installation

The package is available on the [Racket Package Index][pkg].

``` bash
$ raco pkg install gui-easy
```

## Development

From the root of the repository:

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

### Updating

From the root of the repository:

```bash
$ 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.

[pkg]: https://pkgd.racket-lang.org/pkgn/package/gui-easy