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

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

Awesome Lists containing this project

README

          

# Gooey

[![DUB Package](https://img.shields.io/dub/v/gooey.svg)](https://code.dlang.org/packages/teraflop)
[![Teraflop CI](https://github.com/chances/gooey/workflows/Gooey%20CI/badge.svg?branch=master)](https://github.com/chances/gooey/actions)
[![codecov](https://codecov.io/gh/chances/gooey/branch/master/graph/badge.svg?token=5YN3BU7KR3)](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.