Ecosyste.ms: Awesome

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

https://github.com/yue/yue

A library for creating native cross-platform GUI apps
https://github.com/yue/yue

Last synced: about 1 month ago
JSON representation

A library for creating native cross-platform GUI apps

Lists

README

        

# Yue

A library for creating native cross-platform GUI apps.

## Getting started

* [Documentations](http://libyue.com)
* [FAQ](https://github.com/yue/yue/blob/master/docs/guides/faq.md)
* [Development](https://github.com/yue/yue/blob/master/docs/development)

### Examples

* [Sample apps (with screenshots)](https://github.com/yue/yue-sample-apps)
* [Muban](https://github.com/yue/muban) - Build desktop apps with webview
* [Wey](https://github.com/yue/wey) - Open source Slack app
* [CrossClip](https://github.com/yue/crossclip) - Sync clipboard across platforms
* [React-Yue](https://github.com/oyyd/react-yue) - Render the views of Yue with React

## Issues

Feel free to ask any kind of questions in the issues page, but please use
English since other users may find your questions valuable.

## License

The Yue project is licensed under [LGPL v2.1][license] with following exception:

* If you did not modify Yue's source code, you have the permission to statically
link Yue with your project, regardless of the license of your project.

The source code of Yue can also be distributed under other proprietary software
friendly licenses if you make a commercial contract with the owners of the Yue
project.

## Contributor license agreement

By sending a pull request, you hereby grant to owners and users of Yue project a
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare derivative works of, publicly display,
publicly perform, sublicense, and distribute your contributions and such
derivative works.

The owners of the Yue project will also be granted the right to relicense the
contributed source code and its derivative works.

The files under `docs/`, `scripts/` and `sample_app/` are published under
public domain, and contributions to those works will also be licensed so.

[license]: https://github.com/yue/yue/blob/master/LICENSE