Speed Warp
A 3D perspective canvas starfield simulation that projects relativistic light streaks toward the viewer, creating an intense hyperspace or warp drive velocity effect.
Engage Warp Drive
3D Perspective Hyperspace Simulation • 650 Stars
Warp Speed:
Star Density:
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/speed-warp
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| speed | number | 25 | Velocity multiplier of stars moving toward the camera |
| starCount | number | 600 | Total number of 3D stars rendered in the volume |
| className | string | undefined | Optional custom CSS class name for styling |
| children | React.ReactNode | — | Optional overlay content rendered above the starfield |