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

https://github.com/alvinhochun/conrod_floatwin

A virtual windowing library for Conrod UI.
https://github.com/alvinhochun/conrod_floatwin

Last synced: 3 months ago
JSON representation

A virtual windowing library for Conrod UI.

Awesome Lists containing this project

README

        

Conrod FloatWin
===

A virtual windowing library for [Conrod UI].

![Demo of `conrod_floatwin`](./images/demo.gif)

[Conrod UI]: https://github.com/PistonDevelopers/conrod

Current State
---

This library is in a very early state. The API is subject to arbitrary change
at any time and there is no guarantee that everything will work reasonably well
enough.

Licence
---

This library is licenced under either of

- the Apache License (Version 2.0) ([LICENSE-APACHE] or https://www.apache.org/licenses/LICENSE-2.0) or
- the MIT license ([LICENSE-MIT])

at your option.

[LICENSE-MIT]: ./LICENSE-MIT
[LICENSE-APACHE]: ./LICENSE-APACHE

### Contributions

Unless explicitly stated otherwise, any contribution intentionally submitted
for inclusion in this crate, as defined in the Apache-2.0 license, shall be
dual-licensed as above, without any additional terms or conditions.