Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vaneenige/phenomenon/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Phenomenon
Phenomenon is a very small, low-level WebGL library that provides the essentials to deliver a high performance experience. Its core functionality is built around the idea of moving millions of particles around using the power of the GPU.Why Phenomenon?
Building WebGL applications from scratch can be complex and time-consuming. Phenomenon gives you a lightweight foundation to create stunning particle effects and GPU-accelerated graphics without the overhead of larger 3D libraries.GPU-accelerated
Leverage the full power of your graphics card to render millions of particles at 60fps
Tiny footprint
Just 2kB gzipped with zero dependencies - perfect for performance-critical applications
Highly configurable
Low-level API gives you complete control over shaders, attributes, and uniforms
Dynamic instances
Add and remove particle systems on the fly without performance penalties
Key features
- Small in size, no dependencies - Keep your bundle size minimal
- GPU based for high performance - Render millions of particles smoothly
- Low-level & highly configurable - Full control over WebGL rendering
- Helper functions with options - Sensible defaults that you can override
- Add & destroy instances dynamically - Manage multiple particle systems
- Dynamic attribute switching - Update particle data on the fly
- TypeScript support - Full type definitions included
What you can build
Phenomenon excels at creating:- Complex particle systems and effects
- Data visualizations with thousands of points
- Interactive 3D graphics and animations
- GPU-accelerated transitions and morphing effects
- Custom WebGL rendering pipelines
Quick look
Here’s what using Phenomenon looks like:Get started
Installation
Install Phenomenon via npm, yarn, or CDN
Quickstart
Build your first particle system in minutes
API Reference
Explore the complete API documentation