Skip to main content
Back to registry

r3f-physics

enzed/r3f-skills

The root component that creates the physics world.

Installs226
Install command
npx skills add https://github.com/enzed/r3f-skills --skill r3f-physics
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
The root component that creates the physics world. For performance optimization with static scenes: Makes objects participate in physics simulation. RigidBody auto-generates colliders from child meshes: For complex shapes: Detect overlaps without physical collision: Control which objects can collide: Connect rigid bodies together. Bodies don't move relative to each other: Rotation around one axis: Rotation in all directions: Translation along one axis: Elastic connection: Maximum distance constraint: Efficient physics for many identical objects: Save and restore physics state: From @react-three/rapier-addons : - Use appropriate collider types : cuboid and ball are fastest - Avoid trimesh for dynamic bodies : Use hull instead - Enable sleeping : Bodies at rest stop computing - Use collision groups : Reduce collision checks - Limit active bodies : Too many dynamic bodies hurts performance - Use instanced bodies : For many identical objects - Fixed timestep : More stable than variable - r3f-fundamentals - R3F basics and hooks - r3f-interaction - User input and controls - r3f-animation - Combining physics with animation

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does r3f-physics do?

The root component that creates the physics world.

Is r3f-physics good?

r3f-physics does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does r3f-physics work with?

r3f-physics currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to r3f-physics?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install r3f-physics?

npx skills add https://github.com/enzed/r3f-skills --skill r3f-physics

Related skills

More from enzed/r3f-skills

Related skills

Alternatives in Software Engineering