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 / 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 / decision-compass.markdown
Created December 2, 2019 15:20
Decision Compass