Skip to content

Instantly share code, notes, and snippets.

@kazzohikaru
kazzohikaru / index.html
Created March 27, 2026 20:38
Unicode random composition
<!-- Inspired by Baku89's VJ work -->
<!-- https://twitter.com/_baku89/status/1736420979583451474 -->
<h1 id="char">?</h1>
<div id="cursor"></div>
<span id="info">\u0000</div>
<canvas id="canvas"></canvas>
<textarea id="codeEditor" class="editor" spellcheck="false" autocorrect="off" autocapitalize="off" translate="no" oninput="render()"></textarea>
<pre id="error"></pre>
<div id="indicator"></div>
<div id="controls">
<div class="controls">
<input id="btnToggleView" class="icon" type="checkbox" name="toggleView" onclick="toggleView()">
<input id="btnToggleResolution" class="icon" type="checkbox" name="toggleResolution" onchange="toggleResolution()">
<input id="btnReset" class="icon" type="checkbox" name="reset" onclick="reset()">
</div>
@kazzohikaru
kazzohikaru / gsap-looping-marquee-timeline-and-reverse.markdown
Created March 27, 2026 18:47
GSAP Looping Marquee Timeline and Reverse

GSAP Looping Marquee Timeline and Reverse

Looping marquee built with GSAP Timeline using custom directions and reverse playing.

A Pen by Patrick F. Mayer on CodePen.

License.

@kazzohikaru
kazzohikaru / index.pug
Created March 24, 2026 06:59
Pure CSS 3D animated carousel - minimal code, heavily commented
- const DATA = [
- '1540968221243-29f5d70540bf',
- '1596135187959-562c650d98bc',
- '1628944682084-831f35256163',
- '1590013330451-3946e83e0392',
- '1590421959604-741d0eec0a2e',
- '1572613000712-eadc57acbecd',
- '1570097192570-4b49a6736f9f',
- '1620789550663-2b10e0080354',
- '1617775623669-20bff4ffaa5c',
@kazzohikaru
kazzohikaru / index.html
Created February 22, 2026 00:05
Stream Images with Wind – JavaScript Canvas
<canvas id="scene"></canvas>
<button id="show-btn" style="display:none;">⚙️</button>
<div id="controls">
<div class="panel-header">
<h3>Settings</h3>
<button id="hide-btn">Hide</button>
</div>
@kazzohikaru
kazzohikaru / genuary-27-lifeform.markdown
Created February 18, 2026 23:41
Genuary #27 [Lifeform]

Genuary #27 [Lifeform]

Music of inspiration: Vangelis - Ask the Mountains :)

A Pen by Paul on CodePen.

License.

@kazzohikaru
kazzohikaru / index.html
Created February 13, 2026 02:09
View Transition digit
<div class="integer">
1
</div>
@kazzohikaru
kazzohikaru / generative-ink-blobs.markdown
Created February 13, 2026 02:04
Generative Ink Blobs
@kazzohikaru
kazzohikaru / born-of-data-a-three-js-particle-lifeform.markdown
Created February 13, 2026 02:02
Born of Data – A Three.js Particle Lifeform

Born of Data – A Three.js Particle Lifeform

Built with Three.js and glsl shaders, this interactive particle animation creates glowing formations that shift between a sphere, vortex, and nebula. Users can toggle trails, glow, and color from a cybernetic control panel.

A Pen by Techartist on CodePen.

License.

@kazzohikaru
kazzohikaru / circular-gallery.markdown
Created February 13, 2026 01:58
Circular Gallery