Implementation of the Perlin Noise Algorithm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
367 B

<!DOCTYPE html>
<html>
<head>
<title>Perlin Noise</title>
<link rel="stylesheet" href="style.css">
<script src="dijkstra.js"></script>
<script src="board.js"></script>
</head>
<body>
<canvas id="can" width="640" height="640"></canvas>
<canvas id="can2" width="640" height="640"></canvas>
<canvas id="can3" width="640" height="640"></canvas>
</body>
</html>