Skip to main content
Back to registry

r3f-shaders

enzed/r3f-skills

The recommended way to create shader materials in R3F.

Installs238
Install command
npx skills add https://github.com/enzed/r3f-skills --skill r3f-shaders
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
The recommended way to create shader materials in R3F. The key prop on shaderMaterial enables live shader editing without page refresh: When you edit shader code, the material automatically updates. Without key , you'd need to refresh the page to see changes. For full control without Drei helper. Pass data from vertex to fragment shader. Modify existing material shaders. - Minimize uniforms : Group related values into vectors - Avoid conditionals : Use mix / step instead of if/else - Precalculate in JS : Move static calculations out of shaders - Use textures for lookup : Complex functions as texture lookups - Limit overdraw : Avoid unnecessary transparent objects - r3f-materials - Built-in material types - r3f-postprocessing - Full-screen shader effects - r3f-textures - Texture sampling in shaders

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-shaders do?

The recommended way to create shader materials in R3F.

Is r3f-shaders good?

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

What agent does r3f-shaders work with?

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

What are alternatives to r3f-shaders?

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

How do I install r3f-shaders?

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

Related skills

More from enzed/r3f-skills

Related skills

Alternatives in Software Engineering