Skip to content

Instantly share code, notes, and snippets.

View bozzin's full-sized avatar

Matthew Bozanich bozzin

View GitHub Profile
@bozzin
bozzin / index.html
Created September 27, 2021 05:30
QWKbRgV
<!-- RGBA.js - my own super tiny webgl/fragment shader lib for codepen works
more examples at - https://codepen.io/collection/AWEWzK -->
<script src="https://rawcdn.githack.com/strangerintheq/rgba/0.0.5/rgba.js"></script>
<a target="_blank" href="https://github.com/strangerintheq/rgba">RGBA.js</a>
@bozzin
bozzin / 122-in-2021-javascript-canvas.markdown
Created June 20, 2021 21:01
#122 in 2021 / JavaScript Canvas
@bozzin
bozzin / index.html
Created February 24, 2021 02:54
Interactive particles text create with three.js
<script type="x-shader/x-vertex" id="vertexshader">
attribute float size;
attribute vec3 customColor;
varying vec3 vColor;
void main() {
vColor = customColor;
vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );
@bozzin
bozzin / index.html
Created December 19, 2020 18:05
rNMwbKv
<!-- RGBA.js - my own super tiny webgl/fragment shader lib for codepen works
more examples at - https://codepen.io/collection/AWEWzK -->
<script src="https://rawcdn.githack.com/strangerintheq/rgba/0.0.5/rgba.js"></script>
<a target="_blank" href="https://github.com/strangerintheq/rgba">RGBA.js</a>
@bozzin
bozzin / index.html
Created December 5, 2020 09:22
Volker Portfolio Template
<script src="https://use.typekit.net/ehh4lya.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<nav class="side">
<div class="side__inner">
<div class="top"><a href="#">Volker Otto</a></div>
<div class="bottom">
<a href="https://dribbble.com/hellovolker">DRIBBBLE</a>
<a href="https://twitter.com/hellovolker">TWITTER</a>
<a href="mailto:hello@volkerotto.net">EMAIL ME</a>
@bozzin
bozzin / index.html
Created August 28, 2020 16:52
Text Curtains.js
<div id="page-wrap">
<!-- div that will hold our WebGL canvas -->
<!--<nav class="main-nav">
<div class="logo"><img src="" alt="" class="img-logo">AB</div>
<ul class="main-menu">
<li><a href="">HOME</a></li>
<li><a href="">ABOUT</a></li>
<li><a href="">WORKS</a></li>
<li><a href="">CONTACT</a></li>
</ul>
@bozzin
bozzin / index.pug
Created May 31, 2020 15:49
RGB Channel Split Scroll Effect
.section
.center.one
.r
.g
.b
.section
.center.full.two
.r
.g
.b
@bozzin
bozzin / index.html
Created May 20, 2020 23:07
PIXI experiment (based off persona.co)
<div id="root"></div>
@bozzin
bozzin / index.html
Created May 20, 2020 22:40
PIXI experiment (based off persona.co)
<div id="root"></div>