camera-systems

安装量: 1.8K
排名: #6789

安装

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

Camera systems The camera is the player's window; bad camera work makes a good game feel awful. This skill covers the engine-neutral camera techniques — smooth follow, deadzones, look-ahead, bounds clamping, third-person orbit with collision, first-person look, and multi-target framing — and maps them onto each engine's camera node or rig. When to use Use when a 2D camera should follow the player smoothly, stay inside the level, lead the player's motion, or ignore small movements (deadzone). Use when building a 3D third-person orbit camera (mouse/stick look, collision push-in) or a first-person look controller, or framing multiple targets at once. Use to fix camera jitter, snapping, motion sickness, or a camera that shows past the level edge. Show more Installs 841 Repository gamedev-skills/…t-skills GitHub Stars 387 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜