input-systems

安装量: 1.8K
排名: #6836

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill input-systems

Input systems Never wire gameplay to raw keys. Map physical inputs (a key, a button, a touch) to named actions ( jump , interact , move ), and let gameplay read actions. That one indirection gives you rebinding, multi-device support, and accessibility almost for free. This skill is the engine-neutral architecture; bind it to unity-input-system , unreal-enhanced-input , or Godot's InputMap . When to use Use to design an input layer: actions, bindings, multiple devices, and a rebinding UI with conflict detection and saved bindings. Use to add analog handling (deadzones, sensitivity) and game-feel features (input buffering, coyote time). Use to make controls accessible (full remapping, hold-vs-toggle, sensitivity, no required simultaneous presses). Show more Installs 846 Repository gamedev-skills/…t-skills GitHub Stars 398 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜