threejs-postprocessing
Implement advanced visual effects like bloom, SSAO, and depth-of-field in Three.js using EffectComposer.
Install
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-postprocessingStats
| Total installs | 1,762 |
| Weekly installs | 1.7K |
| GitHub stars | 1.9K |
| First seen | Jan 20, 2026 |
| Source | @cloudai-x/threejs-skills |
Summary
- EffectComposer chains multiple rendering passes (bloom, SSAO, DOF, film grain, vignette, color grading) in sequence, with each pass reading the previous output
- Supports 15+ built-in effects including UnrealBloom, BokehPass (depth-of-field), FXAA/SMAA anti-aliasing, OutlinePass, and GlitchPass
- Custom ShaderPass enables writing fragment shaders for effects like chromatic aberration, wave distortion, and color inversion
- Selective bloom via layer masking applies glow only to tagged objects; multi-composer rendering combines separate effect chains for foreground and background layers
- Performance-critical: each pass adds a full-screen render, so disable unused effects, reduce resolution for blur passes, and profile GPU usage on mobile
Tags
Related skills
| Skill | Installs | vs threejs-postprocessing |
|---|---|---|
| svg logo designer | 1,709 | -53 |
| ultracite | 1,821 | +59 |
| threejs-interaction | 1,943 | +181 |
| playwright-e2e-testing | 1,928 | +166 |
| miniprogram-development | 1,643 | -119 |
FAQ
- How many installs does threejs-postprocessing have?
- threejs-postprocessing has 1,762 total installs and 1.7K installs this week.
- Where is threejs-postprocessing hosted?
- threejs-postprocessing is published by @cloudai-x/threejs-skills at https://github.com/cloudai-x/threejs-skills.
- How many GitHub stars does threejs-postprocessing have?
- threejs-postprocessing has 1.9K GitHub stars.
- When was threejs-postprocessing first indexed?
- OrangeBot.AI first indexed threejs-postprocessing on Jan 20, 2026.
- How do I install threejs-postprocessing?
- Run: npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-postprocessing