Home
Softono

8bit Canvas

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

 About 8bit Canvas

8bit art canvas

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing 8bit Canvas?

We provide expert installation service for this software. Our team will install, configure, and secure 8bit Canvas on your server. plans start at just $30.

8bit Canvas

View on GitHub

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