Back to shaders
Retro Sunset
Pixel art ocean scene with animated sunset, waves, boats, and shooting stars.
retropixelsunsetoceanlandscape8bitby ShaderDrop
Source Code
Quick Start
1
Download or copy the component file
2
Save to components/RetroSunset.tsx
3
Import and use in your page
page.tsx
import { RetroSunset } from "@/components/RetroSunset"
export default function Page() {
return (
<div className="relative min-h-screen">
<RetroSunset className="absolute inset-0 -z-10" />
{/* Your content here */}
</div>
)
}RetroSunset.tsx