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

https://github.com/ardaku/human

Human interface devices abstraction
https://github.com/ardaku/human

Last synced: about 13 hours ago
JSON representation

Human interface devices abstraction

Awesome Lists containing this project

README

          

![Human Logo](https://raw.githubusercontent.com/libcala/human/main/res/icon.svg)

#### [Changelog][3] | [Source][4] | [Getting Started][5]

[![tests](https://github.com/libcala/human/workflows/tests/badge.svg)][2]
[![docs](https://docs.rs/human/badge.svg)][0]
[![crates.io](https://img.shields.io/crates/v/human.svg)][1]

Generic input library.

Check out the [documentation][0] for examples.

### Features
- Keyboard, Mouse and Controller Events
- Web Keyboard Events
- Linux Controller Events

### Supported Platforms
Human targets all platforms that can run Rust, including:
- Linux
- Web Assembly
- Windows **not all features work yet**
- Mac OS **not all features work yet**
- BSD **not all features work yet**
- Android (may partially or fully work, but untested) **not all features work yet**
- iOS / various game consoles **not all features work yet**
- Redox **not all features work yet**
- Fuchsia **not all features work yet**
- Others? (make a PR)

## License
Licensed under any of
- Apache License, Version 2.0, ([LICENSE_APACHE_2_0.txt][7]
or [https://www.apache.org/licenses/LICENSE-2.0][8])
- MIT License, ([LICENSE_MIT.txt][9] or [https://mit-license.org/][10])
- Boost Software License, Version 1.0, ([LICENSE_BOOST_1_0.txt][11]
or [https://www.boost.org/LICENSE_1_0.txt][12])

at your option.

### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.

## Help
If you want help using or contributing to this library, feel free to send me an
email at [aldaronlau@gmail.com][13].

[0]: https://docs.rs/human
[1]: https://crates.io/crates/human
[2]: https://github.com/libcala/human/actions?query=workflow%3Atests
[3]: https://github.com/libcala/human/blob/main/CHANGELOG.md
[4]: https://github.com/libcala/human/
[5]: https://docs.rs/human#getting-started
[6]: https://aldaronlau.com/
[7]: https://github.com/libcala/human/blob/main/LICENSE_APACHE_2_0.txt
[8]: https://www.apache.org/licenses/LICENSE-2.0
[9]: https://github.com/libcala/human/blob/main/LICENSE_MIT.txt
[10]: https://mit-license.org/
[11]: https://github.com/libcala/human/blob/main/LICENSE_BOOST_1_0.txt
[12]: https://www.boost.org/LICENSE_1_0.txt
[13]: mailto:aldaronlau@gmail.com