Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tootallnate/image-to-primitive
https://github.com/tootallnate/image-to-primitive
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tootallnate/image-to-primitive
- Owner: TooTallNate
- License: mit
- Created: 2020-08-13T07:58:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:58:27.000Z (over 4 years ago)
- Last Synced: 2024-10-24T02:44:24.249Z (2 months ago)
- Language: Go
- Size: 465 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Serverless service reproducing images with primitive shapes written in [Golang](https://golang.org/).
## Deploy your own
You'll want to fork this repository and deploy your own image to primitive.
1. Click the fork button at the top right of GitHub
2. Clone the repo to your local machine with `git clone URL_OF_FORKED_REPO_HERE`
3. You may want to increate [number of primitive](https://github.com/sophearak/image-to-primitive/blob/master/primitive.go#L99), [output size](https://github.com/sophearak/image-to-primitive/blob/master/primitive.go#L142).
4. Deploy by running `now` from the CLI (if you don't already have it, run `npm install -g now`)Alternatively, you can do a one-click to deploy with the button below.
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://zeit.co/new/project?template=sophearak/image-to-primitive)
Credits
- Primitive by Michael Fogleman [https://github.com/fogleman/primitive](https://github.com/fogleman/primitive)
- The Go gopher was designed by Renee French. [http://reneefrench.blogspot.com/](http://reneefrench.blogspot.com/)
- Go Gopher vector illustration by Hugo Arganda @argandas [http://about.me/argandas](http://about.me/argandas)