Skip to main content
Back to registry

threejs-shaders

cloudai-x/threejs-skills

Three.js provides built-in uniforms and attributes.

Installs1
Install command
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-shaders
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Three.js provides built-in uniforms and attributes. Full control - you define everything. 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 : Move calculations to JS when possible - Use textures : For complex functions, use lookup tables - Limit overdraw : Avoid transparent objects when possible - threejs-materials - Built-in material types - threejs-postprocessing - Full-screen shader effects - threejs-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 threejs-shaders do?

Three.js provides built-in uniforms and attributes.

Is threejs-shaders good?

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

What agent does threejs-shaders work with?

threejs-shaders currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to threejs-shaders?

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

How do I install threejs-shaders?

npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-shaders

Related skills

More from cloudai-x/threejs-skills

Related skills

Alternatives in Software Engineering