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

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

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)