Anthropic Claude教育・学習⭐ リポ 7品質スコア 59/100
dev-physics-lesson
物理演算に関するレッスンを追加します。粒子ダイナミクス、剛体、衝突判定、制約条件をカバーし、SDL GPUでレンダリングされた内容です。
description の原文を見る
Add a physics lesson — particle dynamics, rigid bodies, collisions, constraints, rendered with SDL GPU
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Every physics lesson produces two things: library code and a demo
program. The library — common/physics/forge_physics.h — is the crown
jewel. The lessons teach concepts; the library is what remains when the
learning is done. It must be thorough, correct, performant, tested,
safe, and valid. The demo program visualizes the library in action, rendered
in real time with SDL GPU.
When to use this skill:
- You need to teach particle dynamics, rigid body physics, or collision detection
- A learner wants to understand integration, forces, impulses, or constraints
- The concept benefit
...
詳細情報
- 作者
- majiayu000
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/majiayu000/claude-skill-registry-data / ライセンス: 未指定