https://github.com/sorenon/suinput
Platform and Engine Agnostic Action-Based Input Solution
https://github.com/sorenon/suinput
controller devices events gamepad input keyboard mouse rust xr
Last synced: 4 months ago
JSON representation
Platform and Engine Agnostic Action-Based Input Solution
- Host: GitHub
- URL: https://github.com/sorenon/suinput
- Owner: Sorenon
- License: apache-2.0
- Created: 2022-05-19T14:56:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T22:10:01.000Z (over 2 years ago)
- Last Synced: 2024-11-07T20:15:30.741Z (6 months ago)
- Topics: controller, devices, events, gamepad, input, keyboard, mouse, rust, xr
- Language: Rust
- Homepage:
- Size: 542 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.APACHE
Awesome Lists containing this project
README
# SuInput Development
Design docs: [Action System Design](https://sorenon.github.io/Action-System/)## Repo Overview
### suinput
The runtime's rust API
Provides an abstraction over the embedded runtime or an external runtime### drivers/*
The default input drivers
TODO Examine other HID driver APIs (e.g. Monado)### generator
Internal code generation### suinput-core
Internal runtime implementation### suinput-types
Shared rust types### suinput-ffi (TODO)
The C API### Winit Testing
General development testing### Bevy Testing
Bevy plugin development (temporarily inactive)