File size: 1,956 Bytes
71757df aac5ba1 71757df | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="An interactive, real-time 3D spectral path tracer exploring chromatic dispersion, volumetric caustics, and perceptive color science. Built with WebGL2 and React." />
<title>Caustify | Real-Time 3D Spectral Path Tracer & Color Lab</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Orbitron:wght@500;700;900&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-DQT_3j2n.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Z4vGlQzo.css">
</head>
<body>
<div id="root"></div>
<a href="https://paypal.me/immineal" target="_blank" rel="noopener noreferrer"
style="position:fixed;bottom:10px;right:12px;z-index:9999;font:500 11px/1.4 Inter,sans-serif;
color:#c084fc;background:rgba(11,13,20,0.75);backdrop-filter:blur(6px);
border:1px solid rgba(168,85,247,0.3);border-radius:6px;padding:5px 10px;
text-decoration:none;">
Free to use — tip via PayPal ↗
</a>
<a href="https://github.com/immineal/caustify" target="_blank" rel="noopener noreferrer"
style="position:fixed;bottom:10px;right:145px;z-index:9999;font:500 11px/1.4 Inter,sans-serif;
color:#9ca3af;background:rgba(11,13,20,0.75);backdrop-filter:blur(6px);
border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:5px 10px;
text-decoration:none;">
Source on GitHub ↗
</a>
</body>
</html>
|