Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogdanp/racket-gui-easy
Declarative GUIs in Racket.
https://github.com/bogdanp/racket-gui-easy
gui racket
Last synced: 4 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T07:05:18.000Z (about 1 month ago)
- Last Synced: 2025-01-06T08:19:24.532Z (about 1 month ago)
- Topics: gui, racket
- Language: Racket
- Homepage: https://docs.racket-lang.org/gui-easy/index.html
- Size: 813 KB
- Stars: 134
- Watchers: 8
- Forks: 18
- Open Issues: 8
-
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