https://github.com/davidhampgonsalves/quickdraw
Generate a grid of Google Quick Draw Drawings probably for plotting
https://github.com/davidhampgonsalves/quickdraw
golang quickdraw
Last synced: 2 days ago
JSON representation
Generate a grid of Google Quick Draw Drawings probably for plotting
- Host: GitHub
- URL: https://github.com/davidhampgonsalves/quickdraw
- Owner: davidhampgonsalves
- License: mit
- Created: 2019-12-31T19:27:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T20:38:02.000Z (over 6 years ago)
- Last Synced: 2025-03-16T20:43:46.761Z (about 1 year ago)
- Topics: golang, quickdraw
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Draw Grid
Generate a grid of randomly selected [Google Quick Draw Drawings](https://github.com/googlecreativelab/quickdraw-dataset) probably for pen plotting.

Simplified quick draw data(which this tool will use to populate the grid) can be found at https://console.cloud.google.com/storage/browser/quickdraw_dataset/full/simplified.
## Install
```
go get github.com/davidhampgonsalves/quickdraw
```
## Usage
Generate a 1000x2000 px grid of drawings with 20 in each row and a 15px margin based on the provided simplified quick draw ndjson data
```
quickdraw -w 1000 -h 2000 -c 20 -m 15 "./full_simplified_airplane.ndjson"
```
Help `quickdraw --help`