Skip to content

Instantly share code, notes, and snippets.

View rflow's full-sized avatar
🏠
Working from home

Alastair Dant rflow

🏠
Working from home
  • Recursive Flow Ltd
  • SF Bay Area, CA
  • X @ajdant
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rflow on github.
  • I am rflow (https://keybase.io/rflow) on keybase.
  • I have a public key ASCOgDk0ARs4Pb9GN6McJTBFVuymnqPNX4JEpSkrroQbHAo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
header {
display: flex;
align-items: center;
width: 1024px;
}
@rflow
rflow / index.html
Last active June 27, 2017 18:08
ReGL circle animation with blending
<html>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/regl/1.3.0/regl.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.3/chroma.min.js"></script>
<script>
const regl = createREGL();
const doc = document.body;
const docWidth = window.innerWidth;
@rflow
rflow / index.html
Last active May 18, 2017 03:38
ReGL circle animation example
<html>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/regl/1.3.0/regl.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.3/chroma.min.js"></script>
<script>
const regl = createREGL();
const doc = document.body;
const docWidth = window.innerWidth;
@rflow
rflow / index.html
Last active May 8, 2017 18:41
Pixi circle animation example
<html>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.5.1/pixi.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.3/chroma.min.js"></script>
<script>
// init Pixi for fullscreen rendering
const doc = document.body;
const docWidth = window.innerWidth;
const docHeight = window.innerHeight;
@rflow
rflow / README.md
Last active September 21, 2016 22:22
viSFest
@rflow
rflow / README.md
Last active September 9, 2015 03:30
Connected Particles III - bubble remix