First step/part of sketch to apply parametric equations and sinusoidal functions in generative art—based of this great video Recreating Vintage Computer Art with Processing
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<svg width="960" height="400">
<g id="vis" transform="translate(450, 10)"></g>
</svg>
<script src="//d3js.org/d3.v4.min.js" charset="utf-8"></script>
<script src="//d3js.org/d3-selection-multi.v1.min.js"></script>
<!-- d3 code -->
<script src=".script-compiled.js" charset="utf-8"></script>
</body>
</html>
https://d3js.org/d3.v4.min.js
https://d3js.org/d3-selection-multi.v1.min.js