You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -296,15 +296,30 @@ <h2>Create your own islands!</h2>
296
296
You can take my generator(s) (displayed at the top of the page) as inspiration, but I'm sure you'll be able to create a better looking generator than mine.
297
297
</p>
298
298
299
-
<p>You can view the code for my two generators here:</p>
300
-
<ul>
301
-
<li><ahref="https://editor.p5js.org/RexMortem/sketches/sk3iSZ_ly">Desert Island Generator</a></li>
<p>You can view the code for the desert island generator here:<ahref="https://editor.p5js.org/RexMortem/sketches/sk3iSZ_ly">Desert Island Generator</a></p>
304
300
305
301
<p><strong>Tip:</strong> Getting good terrain with perlin noise is often a case of just tweaking your parameters (octaves, amplitude/frequency, smooth factor etc) until they're <em>just</em> right.</p>
0 commit comments