Back to all projects Project

GlyphBlaster

A and Canvas creative-coding tool that reconstructs images with text glyphs using scanline and painterly rendering modes.

2026 Game developer
  • TypeScript
  • JavaScript
  • CSS
  • React
  • Canvas
  • Image Processing
GlyphBlaster project cover

The concept

GlyphBlaster rebuilds images out of text. Instead of applying a simple ASCII filter, it uses glyph placement as a rendering process: characters become marks, strokes, texture, and structure.

The result is deliberately non-photorealistic. The tool is closer to a creative coding instrument than a conventional image converter.

Rendering modes

Blaster produces fast scanline-style output with a strong terminal aesthetic. Splatter mode is more painterly, building the image in stages from broad forms down to finer detail.

Each placement is a small decision: sample the source, pick the glyph whose mask leaves the least error, choose its color, then decide whether the region needs another pass or is already close enough.

Product shape

You can start from the bundled sample images or paste in your own, load a custom font, and adjust the controls while a is running. The panels dock, so the image stays the largest thing on screen.