Skip to content

Instantly share code, notes, and snippets.

View aqandrew's full-sized avatar
🌞

Andrew Aquino aqandrew

🌞
View GitHub Profile
@aqandrew
aqandrew / index.html
Created July 23, 2020 22:05
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo"></canvas>
<button class="spin-button" onclick="setIsSpinning(!isSpinning)">Auto Spin</button>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>
@aqandrew
aqandrew / index.html
Created July 23, 2020 21:43
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo"></canvas>
<button class="spin-button" onclick="setIsSpinning(!isSpinning)">Auto Spin</button>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>
@aqandrew
aqandrew / index.html
Created July 23, 2020 21:07
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo"></canvas>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>
@aqandrew
aqandrew / index.html
Created July 23, 2020 20:31
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo" width="400" height="400"></canvas>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>
@aqandrew
aqandrew / index.html
Created July 23, 2020 20:13
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo" width="400" height="400"></canvas>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>
@aqandrew
aqandrew / index.html
Created July 23, 2020 18:03
Tesseract "One" 3D Album Cover - Zdog
<div class="container">
<canvas class="illo" width="400" height="400"></canvas>
<button class="reset-button" onclick="resetRotation()">Reset</button>
</div>