19
PROJECT: A PIXEL ART EDITOR
The material from the previous chapters gives you all the elements you need to build a basic web application. In this chapter, we will do just that.
Our application will be a pixel-drawing program that allows you to modify a picture pixel by pixel by manipulating a zoomed-in view of it, shown as a grid of colored squares. You can use the program to open image files, scribble on them with your mouse or other pointer device, and save them. This is what it will look like:
Painting on a computer is great. You don’t need to worry about materials, skill, or talent. You just start smearing and see where you end up.
Components ...
Get Eloquent JavaScript, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.