Skip to content

Instantly share code, notes, and snippets.

View lostintangent's full-sized avatar

Jonathan Carter lostintangent

  • GitHub Staff
  • Seattle, WA
  • 12:17 (UTC -07:00)
  • X @lostintangent
View GitHub Profile
@lostintangent
lostintangent / flood-the-valley.markdown
Last active December 15, 2023 19:58
🌊 Flood the Valley
@lostintangent
lostintangent / index.pug
Last active January 8, 2021 01:42
SVG Exercise 03: Morphing Generative flower
svg(viewBox="-50 -50 100 100")
@lostintangent
lostintangent / christmas-parallax.markdown
Last active September 25, 2021 19:20
Christmas Parallax
@lostintangent
lostintangent / index.html
Last active February 10, 2024 14:14
Musical Christmas Lights
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/postprocessing/EffectComposer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/postprocessing/RenderPass.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/postprocessing/ShaderPass.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/shaders/CopyShader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/shaders/LuminosityHighPassShader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.115.0/examples/js/postprocessing/UnrealBloomPass.js"></script>
<div id="overlay">
<ul>
@lostintangent
lostintangent / index.html
Last active December 31, 2020 06:16
Tailwind - Animate
<ul class="container mx-auto divide-y divide-gray-400 divide-dotted" style="font-family: Raleway">
<li class="flex items-center justify-between px-4 py-2">
<div class="w-full">
<img class="animate-none h-16 w-full" src="http://pixelprowess.com/i/powship.svg" alt="POW Ship">
</div>
<div class="ml-5 text-right">
<div class="text-xs font-semibold inline-block font-mono whitespace-nowrap px-2 py-1 rounded text-white bg-pink-500 rounded-2">animate-none</div>
</div>
</li>
<li class="flex items-center justify-between px-4 py-2">
@lostintangent
lostintangent / .block
Last active August 16, 2023 23:24 — forked from vasturiano/.block
Timelines Chart
height: 700
scrolling: yes
@lostintangent
lostintangent / README.md
Last active August 4, 2023 00:14 — forked from simzou/README.md
US Map of Nielsen Media Markets
@lostintangent
lostintangent / codeswing.json
Last active August 21, 2023 08:39
Happy Birthday JavaScript!
{
"scripts": [
"react",
"react-dom"
],
"styles": []
}
@lostintangent
lostintangent / index.html
Created November 28, 2020 04:42
ScrollTrigger Underwater world #anydayshaders 15
<digital-art dpr="auto" aria-hidden="true">
<script type="buffer" name="position" data-size="2">
[-1, -1, -1, 1, 1, -1, 1, -1, 1, 1, -1, 1]
</script>
<script type="vert">
precision highp float;
uniform float time;
uniform vec2 resolution;
varying vec4 vPos;
attribute vec4 position;