Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 1, 2024
1 parent 75785e8 commit ef25f31
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,17 @@ <h1>saving</h1>
-------------------------------------------------------------
<button id="showsoundtexture">sound texture</button> <button id="showwave">wave</button>

Saving
-------------------------------------------------------------
Bookmark the URL to save or copy and paste it into a
document, gist, etc...

UI
-------------------------------------------------------------
[UI] : Sets the UI mode
[T] : Resets the time to 0
[+] : Makes a new art piece
[<img class="onechar" src="/static/resources/images/stop.svg" />] : Stop Rendering
[mode] : POINTS, LINES, LINE_STRIP, LINE_LOOP, etc...
[NATIVE] : Lines are native size (1 pixel) or CSS size
: On HD-DPI display CSS will generate thicker lines
[sound] : A URL to a .json or .mp3 file
: Blank = off, mic = mic, feedback = mic + speaker,
: random = random track
Expand Down Expand Up @@ -168,10 +171,10 @@ <h1>saving</h1>

<span style="white-space: normal;">
<a target="_blank" href="https://www.youtube.com/channel/UC6IqL5vkMJpqBG_bFDjsaxw">Lessons</a>
<a target="_blank" href="https://github.com/greggman/vertexshaderart#tips">Tips</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart/issues">Bug?</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart/issues">Suggestion?</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart">Code?</a>
<a target="_blank" href="https://github.com/greggman/vertexshaderart.com#tips">Tips</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart.com/issues">Bug?</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart.com/issues">Suggestion?</a>
<a target="_blank" href="http://github.com/greggman/vertexshaderart.com">Code?</a>
<a target="_blank" href="http://twitter.com/greggman">Contact?</a>
<a target="_blank" href="https://webglfundamentals.org/webgl/lessons/webgl-shaders-and-glsl.html">GLSL?</a>
</span>
Expand Down

0 comments on commit ef25f31

Please sign in to comment.