Skip to content

Instantly share code, notes, and snippets.

View Bonatti123's full-sized avatar
🏠
Trabajando desde casa

Bonatti123

🏠
Trabajando desde casa
View GitHub Profile
@Bonatti123
Bonatti123 / dark-ripple-pre-loader-no-js.markdown
Created October 11, 2025 23:26
Dark Ripple Pre-Loader (No-JS)
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 23:25
Wheel of Fortune
<body id="root" class="text-sm min-h-screen text-white"></body>
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 05:37
Wormhole using Three.js
<canvas class="experience"></canvas>
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 05:30
Wormhole using Three.js
<canvas class="experience"></canvas>
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 04:43
ShaderToy: Rainbow Zappers
<canvas id="glCanvas"></canvas>
<div class="container">
<h1>Animated Shader: Rainbow Zappers</h1>
Lorem ipsum dolor sit amet, at labitur complectitur mei. Tota eloquentiam an sea, nostro electram mea et. Debitis accusata forensibus sed in, no omnium evertitur prodesset eam. Hendrerit torquatos deterruisset no per, eirmod equidem omnesque per ne. Vix appetere percipit cu.
<p><button id="fullscreenBtn">⤢ Toggle Fullscreen</button>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js"></script>
@Bonatti123
Bonatti123 / index.html
Created October 11, 2025 04:43
Wormhole using Three.js
<canvas class="experience"></canvas>
@Bonatti123
Bonatti123 / index.html
Created October 7, 2025 21:45
Orbs N Ringz
<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>
@Bonatti123
Bonatti123 / index.html
Created October 7, 2025 21:23
Three.js & GLSL Particle Metamorphosis
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Morphing Shapes</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after {
@Bonatti123
Bonatti123 / index.html
Created October 7, 2025 21:18
Interactive Neural Network Viz
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}