SVG Mountains
Recently I’ve been playing with drawing stuff in web pages. Little procedurally generated toys like these brambles or these mountain ranges I thought I’d write up a little guide on what I do when I build these and how I think about the problems. Scaffolding To get started we need something to display stuff. Web browsers make this easy so lets make a web page with an SVG in it. Sure we could use python or rust or almost anything to generate SVGs but for this I’m going to use javascript and html....