https://github.com/fishfolk/fishsticks
A wrapper around SDL2's game controller API. Also supports gilrs.
https://github.com/fishfolk/fishsticks
gamepad input rust
Last synced: 11 months ago
JSON representation
A wrapper around SDL2's game controller API. Also supports gilrs.
- Host: GitHub
- URL: https://github.com/fishfolk/fishsticks
- Owner: fishfolk
- License: other
- Created: 2021-10-14T19:32:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T07:04:32.000Z (about 4 years ago)
- Last Synced: 2025-08-15T13:32:33.940Z (12 months ago)
- Topics: gamepad, input, rust
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fishsticks
[![Crates.io][crates-io-badge]][crates-io]
[![Documentation][docs-badge]][docs]
[![License][license-badge]](LICENSE)
Wrapper library for handling gamepad input. Currently supports the following backends:
- SDL2
- gilrs
## License
Fishsticks is dual-licensed under either
- Apache License, Version 2.0 ([LICENSE-APACHE][license-apache] or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
- MIT License ([LICENSE-MIT][license-mit] or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
at your option.
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 dual licensed
as above, without any additional terms or conditions.
[crates-io-badge]: https://img.shields.io/crates/v/fishsticks?style=flat-square
[crates-io]: https://crates.io/crates/fishsticks
[docs-badge]: https://img.shields.io/docsrs/fishsticks?style=flat-square
[docs]: https://docs.rs/fishsticks
[license-badge]: https://img.shields.io/crates/l/fishsticks?style=flat-square
[license-apache]: docs/LICENSE-APACHE
[license-mit]: docs/LICENSE-MIT