Scribbobbles at Proof of X in Tokyo

My first generative art project with customizable parameters explores a glitchy circle packing algorithm with a hand drawn aesthetic. It being featured at the Proof of X art exhibition in Tokyo Japan!

Visitors of the exhibition can mint the piece live and personalize their result by adjusting parameters to control color and style. It’s fun to seeing what other people come up with.

Live Minting in Tokyo Japan

Everything was created in vanilla JavaScript, no external libraries used. I first posted a work in progress for this piece almost a year ago in last September! After sitting in my unfinished folder for almost a year, it feels so good to put this one out into the world!

Posted in Generative | Tagged , , | Leave a comment

My Artist Story – A Short Autobiography

I was born in the city of Philadelphia and we moved to a suburb while still in elementary school. I lived with my parents and younger siblings, two brothers and a sister. From as early as I can remember I was interested in art and my parents did their best to encourage my creativity. Though money was always difficult in my family, they made sure I had plenty of art supplies and even sent me to special classes at the Philadelphia Art Institute.

One of my early mixed media abstract works
Continue reading
Posted in Personal, Projects | Tagged , | Leave a comment

Squid – Undergrowth – Music Video Game

I worked with the band Squid to make a special game for their new single, it’s like an interactive music video that you can play! The game uses my open source game engine LittleJS and works in your browser on desktop and mobile devices. They even made a commercial for the game, check it out!

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

Rad Impressions on 256Art

My latest generative art release uses a special raymarching system I designed to render realistic abstract sculptures. It’s called Rad Impressions!

Keep reading to learn the story behind the art…

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

Tilemoji – Tweetable Emoji Art

To celebrate the first year of fxhash, artists were invited to create special collections of 365 edition generative works. I decided to try a crazy idea I’ve had for a while and release a project that uses only emojis to create tweetable artwork. Since there is no image used, the art can be copied like normal text for display on social media! I chose this simple output as the preview.

πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯
πŸŸ₯πŸ”΅πŸ”΅πŸ”΅πŸŸ₯
πŸŸ₯πŸ”΅πŸŸ‘πŸ”΅πŸŸ₯
πŸŸ₯πŸ”΅πŸ”΅πŸ”΅πŸŸ₯
πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯

Most results are designed to fit in a 280 character tweet, except for rare extra large variants. Five different generative algorithms possible, each with their own set of parameters. Several other features round out the set including shadow, color count, border, background options.

Tilemoji on fxhash

Here is a mosaic showing every Tilemoji, thank you to everyone that got one! Keep reading for some more info about how the project works…

All 365 Tilemojis on fxhash
Continue reading
Posted in Generative | Tagged , , | Leave a comment

ROIL – Generative Abstract Paintings

My latest release on fxhash uses a new space filling algorithm I have been developing. It can produce a large range of outputs with interesting painterly textures and complex details. I was inspired by abstract expressionists and physical phenomena. This work draws in an interesting way, by interfering with itself to create the composition. There were only 222 editions available and fully minted on fxhash. Thank you to everyone that got one! You can see all the results on fxhash…

ROIL on fxhash

This is my first release on fxhash using custom palettes, there are 20 possible in total, most are inspired by natural phenomena.

Here are a few of my favorite results from the 222 edition set on fxhash…

ROIL #87 – Shorelines palette
ROIL #93 – Lunar Palette
ROIL #149 – Canyon Palette
ROIL #79 – Oceanic Palette
ROIL #25 – Gray Palette
Posted in Generative | Tagged , | Leave a comment

Making Awesome Games with LittleJS

Watch this 20 minute presentation I gave at JS GameDev Summit. I talk all about how my open source game engine LittleJS works and how you can use it to make amazing games.

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

Gradient Ascent – Generative Space Posters

My latest generative work explores space landscapes and dithering effects to generate retro style sci-fi posters. It’s also a spiritual successor to one of my most popular fxhash releases “Dithered Branches” from over 6 months ago! In this post I will talk about the concept and features including some of my favorite results. You can see all 300 iterations on fxhash.

Gradient Ascent on fxhash

Gradient Ascent Set Preview

Continue reading to learn more about Gradient Ascent…

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

U1KE – A 1 Kilobyte Ukulele

My js1024 entry this year is a ukulele! This is a fully function and realistic simulation of a four string instrument with standard uke tuning. Each string can be fretted individually using the keyboard to produce every open cord and play most songs. The mouse is used to strum and can control volume by speed of motion.

Features

  • Graphic ukulele representation with neck, strings, frets and sound hole
  • Strings vibrate and change color when plucked
  • Realistic simulation of string audio mechanics
  • Full use control of first 4 frets to form any open chord
  • Mouse controls volume and can pluck strings individually

How to Play

Hold keys to fret notes, use mouse to strum. The keys 1-4, Q-R, A-F, and Z-V control each string and fret arranged in the same way as a real instrument. With this system you can play any open chord by holding a combination of keys. For example to form a C chord you hold the F key which is the 3rd fret on the 4th string. Other chords are more complex but require no more then 4 keys to be held simultaneously.

Posted in JavaScript | Tagged , , , | 2 Comments

Chaosplot – Generates Plots of Order vs Chaos

My first plottable generative art work is now available on fxhash. It is based on the same algorithm used by “Chaospill” that I released a few months ago. Since I purchased a pen plotter, I have been working on converting the algorithm for plotting.

My goal was to produce a result that plots fast and efficiently while demonstrating the complexity of the algorithm and the many possible variations. I have been playing with this algorithm all year and this captures the most interesting results I saw. The JavaScript code is now open source on GitHub for others to learn from, including my tiny SVG library.

Chaosplot on fxhash

Chaosplot Source on GitHub

While working on this piece I asked Dan Catt, one of the best plotters I know, to help by testing a plot with his setup. The result is beyond amazing and he was kind enough to produce this short video about the process…

Chaosplot Test – Plotted by Dan Catt
Chaosplot 1-100 on fxhash
Continue reading
Posted in Generative | Tagged , , | Leave a comment