feat: add interactive gradient controls with glassmorphic UI

Implement comprehensive gradient customization with neural noise textures, including palettes, export functionality, and Radix UI components with framer-motion animations.
This commit is contained in:
Ryan Walters
2025-11-06 22:55:06 -06:00
parent e632e69b91
commit 6834aa308f
16 changed files with 1564 additions and 147 deletions
+5 -5
View File
@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grain | Dynamic Gradients & Noise</title>
<title>Grain | Neural Gradient Explorer</title>
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Grain" />
<meta property="og:title" content="Grain - Neural Gradient Explorer" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="A simple demonstration of a dynamically scaled SVG-based noise & radial gradients."
content="Interactive gradient explorer with neural noise textures. Create, customize, and export beautiful gradients with glassmorphic UI."
/>
<meta property="og:url" content="https://grain.xevion.dev/" />
<meta property="og:site_name" content="Grain" />
@@ -35,10 +35,10 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://grain.xevion.dev/" />
<meta name="twitter:domain" content="https://grain.xevion.dev/" />
<meta name="twitter:title" content="Grain" />
<meta name="twitter:title" content="Grain - Neural Gradient Explorer" />
<meta
name="twitter:description"
content="A simple demonstration of a dynamically scaled SVG-based noise & stacked radial gradients."
content="Interactive gradient explorer with neural noise textures. Create, customize, and export beautiful gradients with glassmorphic UI."
/>
</head>
<body>