Skip to main content
grains

Pixel art

Pixel art as a discipline focuses on creating digital images by using a single pixel as the main building block and expression tool. It’s not a technological limitation, it’s a deliberate choice by the artist which forces them to be intentional and picky with the decoration.

When the job is done, the viewers imagination makes up for the lack of detail, which creates extra personal connection. At the moment I am learning to make 1-bit pixel art for Playdate games, and it can hardly get more personal than that.

Pixel art has a long prehistory that makes it centuries or millennia older than computers (textile techniques such as cross-stitch can be considered pixel art). Despite this, it is very "digital", with each pixel directly corresponding to a group of bits in the storage. The simplicity of the concept also makes it easier to learn than e.g. 3D modelling or even 2D vector art.

From the permacomputing point of view, pixel art can be a good choice because of its low system requirements, long tradition and aesthetic anti-maximality. Alternatives that are worth considering include low-complexity vector art and generative art based on short computer programs.

Taken from https://permacomputing.net/pixel_art/

Tools #

On a Mac I use Aseprite ($20) with a mouse or an iPad in a sidecar mode and an Apple Pencil. The sidecar works exactly as you would expect but it is not as fun as a native app would be: no support for gestures and it’s hard to interact with the UI – you have to aim a lot. When on a couch, I go for Pixaki ($27), it is the best available native app.

There are other semi-free options or exotic tricks you can try, in no particular order:

Tutorials #

A good tip from one of the numerous tutorials online: just stick to any software and draw a lot. I chose Aseprite and watched the Aseprite crash course in 30 minutes.

Then to understand the techniques and terms better, I continued with The ultimate pixel art tutorial on YouTube and Creating pixel art guide on pixeljoint. Both are spot on, pick whatever format you like the most.

I wrote some notes while watching the ultimate tutorial video:

Playdate #

Beautiful pixelart games #