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: 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T04:11:00.000Z (4 months ago)
- Last Synced: 2024-10-28T20:09:30.515Z (about 2 months 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: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-racket - gui-easy - A declarative API on top of `racket/gui`. (GUI Development)
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