KonstantinTomashevich / Emergence

Flexible set of libraries for gameplay development. Currently under development.
Apache License 2.0
5 stars 0 forks source link

Implement Input extension for Celerity #55

Closed KonstantinTomashevich closed 1 year ago

KonstantinTomashevich commented 1 year ago

Celerity needs an input processing extension, that can be used both for device input (for now only keyboard) and for external input (for example from UI extension). SpaceShooterDemo already has an input system, we need to rework it in a more-Celerity-way and add proper support of external actions dispatch to it.