Skip to content

matthewCmatt/paint-by-numbers

Repository files navigation

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 -- --open

Open the page at the link provided in your terminal!

About

A Canvas2D reimplementation of Paul Haeberli's 1990 SIGGRAPH 90 paper, Paint By Numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published