Uilora Dynamic ASCII
A liquid-flow ASCII dot grid that reacts to mouse movement and features dynamic brightness.
Main Features of Uilora Dynamic ASCII
How to Use Uilora Dynamic ASCII in Next.js
Installation Guide for Uilora Dynamic ASCII
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
color1 | string | #020310 | Background color |
color2 | string | #7dd3fc | Character color |
gridSize | number | 70 | Number of characters across |
speed | number | 1.0 | Animation speed |
flowStrength | number | 1.0 | How much the dots move/offset |
mouseInfluence | number | 0.5 | Cursor push strength |
Related Components
Interstellar Fluid Hero
Interactive fluid simulation creating cosmic nebula effects with mouse interaction. Deep space aesthetic with animated gas clouds and star trails.
Interstellar Background Hero
Warp tunnel effect simulating high-velocity travel through nebular clusters. Procedural WebGL engine with mouse-responsive space distortion.
Liquid Chrome Hero
Procedural simulation of molten chrome alloys with velocity-based distortion. Interactive liquid metal surface with specular highlights.
When to Use
Best Practices
Why This Component Matters in Modern UI Development
Frequently Asked Questions
QCan I change the character used?
This version is hardcoded to dots for performance and aesthetic consistency, but the brightness modulation creates a convincing character-like effect.
QHow do I make it more responsive to mouse?
Increase the `mouseInfluence` prop to make the grid warp more aggressively around the cursor.
QDoes it scale to full screen?
Yes, the grid density automatically adjusts based on the container size to maintain the desired `gridSize`.
