UNPKG

@explorables/flockn_roll

Version:

This is a model for collective behavior in animals, e.g. flocks of birds or schools of fish based on simple rules of interaction.

30 lines (24 loc) 1.03 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Flock'n Roll</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">Flock'n Roll</h1> <h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">Collective Animal Behavior - Schooling Fish & Flocking Birds</h2> <p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This is a model for collective behavior in animals, e.g. flocks of birds or schools of fish based on simple rules of interaction.</p> <div id="flockn_roll"></div> </section> </center> </article> <script type="text/javascript"> const flockn_roll_instance = flockn_roll.load('flockn_roll'); </script> </body> </html>