Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcaballero/canvas-drawings

Library for drawing images using Node and Canvas.
https://github.com/lcaballero/canvas-drawings

Last synced: 23 days ago
JSON representation

Library for drawing images using Node and Canvas.

Awesome Lists containing this project

README

        

# Organization

The project is made up of two projects. The project in canvas/ holds algorithms
for generating images using canvas. Example if you will. At the moment each
drawing is a work in progress.

The project in vec/ holds the library used to generate the drawings using a
canvas context.

# Setup

```
%> cd path-to-project
%> cd vec; npm install
%> cd ../canvas; npm install
%> ./run.sh
```

The final command runs the file watch/main.js