game-ui-ux

安装量: 2.4K
排名: #5459

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill game-ui-ux

Game UI/UX Build HUDs and menus that stay correct on a phone, an ultrawide monitor, and a TV across a gamepad and a mouse. This skill owns the engine-neutral UI architecture — responsive layout, scaling, focus navigation, screen flow, and how UI talks to game state — and defers the concrete widget API to the engine UI skill. When to use Use when building a HUD (health/ammo/score), a menu (main/pause/settings), an inventory or shop screen, or any overlay, and you want it to scale and navigate correctly. Use to fix UI that breaks at other resolutions/aspect ratios, ignores notches/safe areas, can't be used with a controller, or is wired to game state by per-frame polling. Use to structure screen flow (title → game → pause → settings) as a stack, not flag soup. Show more Installs 816 Repository gamedev-skills/…t-skills GitHub Stars 357 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜