Tag Archives: generative

Broken Flows – Generative Art

Broken Flows is my deep dive into flow fields and even more so paint brushes and color palette generators. This post explains the concept and how it works. Continue reading

Posted in Generative | Tagged , , , | Leave a comment

Infrastructures – Generative Art Doodler

Infrastructures is a tiny doodling algorithm I discovered and first posted on Dwitter in June of this year. This algorithm is very complex and interesting so I developed it into this larger work and released it on fxhash. You can … Continue reading

Posted in Generative | Tagged , , , | Leave a comment

Grayscale Bytes – A Tiny Generative Code Study

This is a study in generative abstract tiny code. I started with this dweet which uses an interesting algorithm to fill in the shapes. From there I added more refinements and polish for release on fxhash. I made a tool … Continue reading

Posted in Generative | Tagged , , | Leave a comment

Aliendscapes

A parallax alien landscape generator featuring mountains, stars, meteors, and suns in about 4k of pure JS. This was my first piece on fxhash. Click to generate a new landscape. See the Pen Aliendscape 🪐 by Frank Force (@KilledByAPixel) on … Continue reading

Posted in JavaScript | Tagged , , | Leave a comment

Batafuraiko – Winner of JS1024 2021

It’s official, “Batafuraiko” is the winner of JS1024! This is one of my favorite game jams because the main restriction is the program must be under 1 kilobyte. I had a blast with my entry and learned a few things … Continue reading

Posted in Game Dev, JavaScript | Tagged , , , , , | Leave a comment

Hue Jumper – A 2 Kilobyte 3D racing game in JavaScript

For 2kPlus jam I made a 3D racing game that fits in 2 kilobyte zip! It includes physics, controls, rendering engine, and procedural level generator. The code is extremely dense and clean as I went through many iterations to fit … Continue reading

Posted in Game Dev | Tagged , , | Leave a comment

Best Illusion of The Year 2019

Holy cow, I won Best Illusion of the Year! Thank you to the contest organizers, other participants and fellow illusion chasers. This spinning shape appears to defy logic by rotating around both the horizontal and vertical axis at the same … Continue reading

Posted in Projects | Tagged , , | Leave a comment

ZzArt – Abstract Art Evolution

This tool generates GLSL shaders (basically a bunch of math equations) that you can evolve into incredibly varied works of abstract generative art. Images can be bookmarked, save as HD pngs or exported as GLSL shader code. The satellite feature … Continue reading

Posted in JavaScript, Projects | Tagged , , , | Leave a comment

Dissecting A Dweet #8: Shattered Tunnel

Howdy, folks! Today we will be looking at the JavaScript code behind this amazing 3D tunnel effect. This code has an interesting lineage so we’ll also talk about some of the history behind it. for(c.width|=k=i=960;z=–i;x.fillStyle=`hsl(0 99%${i/9}%`)x.fillRect(k-z*C(j=i/k+t/4)+S(m=k*j)*(r=1e5/z),540+C(m)*r-z*S(j),s=3e4/z*S(j*9),s) Continue reading on for … Continue reading

Posted in JavaScript | Tagged , , , | 3 Comments

ZzFX – Zuper Zmall Zeeded Zound Zynth

Major update to ZzFX, my JavaScript sound effect generator! The browser is greatly improved with many more options. You can even download wave files! The micro version is still under 500 bytes. Live Demo: zzfx.3d2k.com GitHub: github.com/KilledByAPixel/ZzFX Here’s the latest … Continue reading

Posted in JavaScript | Tagged , , , | 1 Comment