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
- Host: GitHub
- URL: https://github.com/ardaku/human
- Owner: ardaku
- License: apache-2.0
- Created: 2020-06-25T20:18:03.000Z (over 5 years ago)
- Default Branch: stable
- Last Pushed: 2022-07-12T23:07:33.000Z (about 3 years ago)
- Last Synced: 2025-08-30T17:57:04.569Z (about 1 month ago)
- Language: Rust
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE_APACHE_2_0.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

#### [Changelog][3] | [Source][4] | [Getting Started][5]
[][2]
[][0]
[][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