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

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.

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