Skip to content

Instantly share code, notes, and snippets.

View lostintangent's full-sized avatar

Jonathan Carter lostintangent

  • GitHub Staff
  • Seattle, WA
  • 21:29 (UTC -07:00)
  • X @lostintangent
View GitHub Profile
@lostintangent
lostintangent / dynamic-3d-confetti-text.markdown
Last active November 19, 2023 17:27
dynamic 3D confetti text

dynamic 3D confetti text

Trying to get more comfortable with 3D since I don't really venture beyond the second dimension outside of having to do so for work. Why not do my favourite canvas getImageData trick with Three.js? Using the pretty colors and flat-shaded style as seen in @Yakudoo's pens

window resize is totally busted right now ¯_(ツ)_/¯ so you'll have to refresh if you resize

A Pen by Rachel Smith on CodePen.

@lostintangent
lostintangent / index.html
Last active November 23, 2022 00:47
Snow
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
@lostintangent
lostintangent / index.html
Last active December 17, 2020 18:24
Vue Crypto Price Wall
<!-- vue root -->
<div id="app" v-cloak>
<!-- fixed header -->
<header class="header-wrap">
<div class="header-row flex-row flex-middle flex-space">
<div class="if-small">
<div class="form-input dark">
<div class="push-right">🔎</div>
<input type="text" v-model="search" placeholder="Search token..." />
@lostintangent
lostintangent / codeswing.json
Last active December 31, 2020 06:54
GistPad - Template (React + TypeScript)
{
"scripts": [
"react",
"react-dom"
],
"styles": [
"font-awesome"
]
}
@lostintangent
lostintangent / deep-sea-trench.markdown
Last active January 12, 2020 23:01
Deep Sea Trench
@lostintangent
lostintangent / createjs-infinite-irish-remix.markdown
Last active December 10, 2020 04:51
CreateJS: Infinite Irish Remix
@lostintangent
lostintangent / index.html
Last active February 5, 2020 14:48
1 Million Particle Fountain
<!-- See JS -->
<div>Tap for slow mo</div>
@lostintangent
lostintangent / index.html
Last active December 6, 2022 05:53
Gorilla Band
<img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/108463/jake-weirick-Q_RBVFFXR_g-unsplash.jpg' alt=''>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="2555.1px" height="1443.7px" viewBox="0 0 2555.1 1443.7" style="enable-background:new 0 0 2555.1 1443.7;"
xml:space="preserve">
<defs>
</defs>
<g id="three">
<g>
@lostintangent
lostintangent / 1 - Intro---README.md
Last active December 7, 2023 12:55
Learning MobX (Side-Effects)

1: Intro

Welcome to the interactive tutorial on how to use side-effect "operators" in MobX! Over the course of the next three samples, you'll learn (and be able to explore) exactly how autorun, when and reaction work, and when/why you would use them when building reactive applications.

@lostintangent
lostintangent / README.md
Last active August 4, 2023 00:12 — forked from michellechandra/README.md
Basic US State Map - D3