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.
|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Perlin Noise</title> |
|
<script src="board.js"></script> |
|
</head> |
|
<body> |
|
<h1> Perlin Noise</h1> |
|
<canvas id="can" width="1600" height="800" style="border:1px solid #000000;"></canvas> |
|
<button id="new_btn"> Neu </button> |
|
</body> |
|
</html>
|
|
|