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.
- Host: GitHub
- URL: https://github.com/bogdanp/racket-gui-easy
- Owner: Bogdanp
- Created: 2021-06-11T09:08:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T07:39:42.000Z (4 months ago)
- Last Synced: 2025-02-08T22:12:00.640Z (3 months ago)
- Topics: gui, racket
- Language: Racket
- Homepage: https://docs.racket-lang.org/gui-easy/index.html
- Size: 795 KB
- Stars: 136
- Watchers: 8
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# gui-easy-lib
Declarative GUIs in Racket.
## 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