A reproduction of Paul Haeberli's Paint by Numbers, a classic stylistic graphics approach.
I also wrote a short review of the project and the reviewed work, viewable here.
@inproceedings{haeberli1990paint,
title={Paint by numbers: Abstract image representations},
author={Haeberli, Paul},
booktitle={Proceedings of the 17th annual conference on Computer graphics and interactive techniques},
pages={207--214},
year={1990}
}
Once you've installed the dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Open the page at the link provided in your terminal!