Home
Softono
8bit-canvas

8bit-canvas

Open source HTML
33
Stars
1
Forks
0
Issues
2
Watchers
6 years
Last Commit

About 8bit-canvas

8bit art canvas

Platforms

Web Self-hosted

Languages

HTML

8bit Canvas

A basic implementation of a canvas to draw pixel art, written in less than 250 rows of code thanks to Vue.js and CSS Grid.

The idea is quite simple: we make a grid of tiny divs that represent the pixels and then we change a certain div bg color, according to the currently selected color, once the mouse clicks (or is "active") on that div.

I made it because I needed a quick way to test different color combinations for some 8bit art - that's why you see the "color classes logic" with the 'shuffle/random colors' buttons.

Live version: ndrbrt.github.io/8bit-canvas/

Screenshot