@explorables/particularly_stuck
Version:
This explorable illustrates a model for fractal growth patterns in natural systems based on the aggregation of randomly moving particles.
30 lines (24 loc) • 1.04 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Particularly Stuck</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="./index.umd.js"></script>
</head>
<body class="tw:bg-white tw:dark:bg-black">
<article class="tw:font-sans">
<center>
<section class="tw:px-10 tw:max-w-5xl tw:text-black tw:dark:text-white">
<h1 class="tw:font-light tw:text-5xl tw:text-black tw:dark:text-white">Particularly Stuck</h1>
<h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">Diffusion Limited Aggregation</h2>
<p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This explorable illustrates a model for fractal growth patterns in natural systems based on the aggregation of randomly moving particles.</p>
<div id="particularly_stuck"></div>
</section>
</center>
</article>
<script type="text/javascript">
const particularly_stuck_instance = particularly_stuck.load('particularly_stuck');
</script>
</body>
</html>