https://github.com/chances/gooey
GUI library implementing a subset of the W3C Web Platform
https://github.com/chances/gooey
Last synced: 3 months ago
JSON representation
GUI library implementing a subset of the W3C Web Platform
- Host: GitHub
- URL: https://github.com/chances/gooey
- Owner: chances
- License: mit
- Created: 2021-06-28T22:18:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T02:45:33.000Z (about 2 years ago)
- Last Synced: 2025-11-20T21:20:30.115Z (7 months ago)
- Language: D
- Homepage: https://chances.github.io/gooey
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gooey
[](https://code.dlang.org/packages/teraflop)
[](https://github.com/chances/gooey/actions)
[](https://codecov.io/gh/chances/gooey/)
GUI library implementing a subset of the [W3C Web Platform](https://www.w3.org/standards/webdesign).
> **Unstable API**: Expect breaking changes. If you find a bug or have a feature request please [create an issue](https://github.com/chances/gooey/issues/new).
## Usage
```json
"dependencies": {
"gooey": "0.1.0"
}
```
[API Reference](https://chances.github.io/gooey)
## Examples
- [`dub run gooey:widgets`](https://github.com/chances/gooey/blob/master/examples/widgets/source/app.d)
## License
[MIT License](https://opensource.org/licenses/MIT)
Copyright © 2021 Chance Snow. All rights reserved.