@matthewcmatt/paint-by-numbers
v2.0.1
Published
A reproduction of Paul Haeberli's Paint by Numbers, a classic stylistic graphics approach.
Readme
Paint by Numbers: Abstract Image Representations
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}
}Running
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 -- --openOpen the page at the link provided in your terminal!
