Recent Tweets
KilledByAPixel RT @NFTMuseumSC: SESSIONS No. 1 Drop by @DehiscenceArt x @KilledByAPixel coming soon! Pushing the boundaries of #genart & #aiart - Follow b…KilledByAPixel More progress with @DehiscenceArt on this fun mix of image comp and shader effects. 🤩 @NFTMuseumSC @fort_nft… https://t.co/RpTyb0zV2qKilledByAPixel’s GitHub
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel starred qarmin/czkawka - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.15.23
Tag Cloud
- candy
- code
- codepen
- devlog
- dwitter
- experimental gameplay
- faster blaster
- fractal
- frank engine
- fxhash
- game
- game dev
- game engine
- Game Jam
- gamejam
- generative
- GIF
- github
- guitar
- illusion
- indie speed run
- infinite
- javascript
- js13k
- littlejs
- ludum dare
- MAGFest
- music
- Panel
- pick
- piroot
- pixel
- Postmortem
- puzzle
- rapid prototype
- recursive
- screensaver
- sifteo
- slime mold
- subgenius
- tinycode
- UE4
- wallpaper
- words
- zzfx
-
Tag Archives: dwitter
Dissecting A Dweet #4: Ring Weave
The dweet we will be looking at today may be the simplest one so far, but it’s every bit as mesmerizing and uses a neat trick to plot polar coordinates. There is plenty of room for playing around with the … Continue reading
Dissecting A Dweet #3: Mini Black Hole
Today we will be examining my most popular dweet, a miniature black hole simulation! It’s one of my easiest dweets to explain and the code is fairly straightforward. Read on for a full analysis… for(i=0;i<2e3;x.fillRect(i?960+i*S(F=260*(t+9)/i+S(i*i)):0,i?500+.2*(2*i*C(F)+2e4/i):0,K=i++?S(i)*9:2e3,K))x.fillStyle=R(99*i,2*i,i,i?1:.4)
Dissecting A Dweet #2: Spirograph Design Generator
Today we will be examining this crazy small JavaScript program that generates an array of endless random spirograph designs. Read on for a full explanation of how it works. for(i=144;q=(8+t>>3)*i–;x.fillRect(i%16*120+T(S),(i>>4)*120+T(C),2,2))t%24<1?c.width|=r=n=>S(q**n)*9|0:T=f=>5*r(4)*f(r(3)*t)+9*f(r(2)*t)+60
Dissecting A Dweet #1: Spiral JavaScript Quine
This is the first in a series of posts where I will analyze a dweet’s code, explain how it works, and why it was done that way. A dweet is a 140 character JavaScript program published on Dwitter. The goal … Continue reading