Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 594 Bytes

SuInput Development

Design docs: Action System Design

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)