https://github.com/cryptix/canvas
my simple canvas implementation with DrawLine and stuff
https://github.com/cryptix/canvas
Last synced: about 1 year ago
JSON representation
my simple canvas implementation with DrawLine and stuff
- Host: GitHub
- URL: https://github.com/cryptix/canvas
- Owner: cryptix
- License: gpl-2.0
- Created: 2013-11-29T18:30:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T08:22:15.000Z (about 12 years ago)
- Last Synced: 2025-02-02T10:26:03.155Z (over 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gocanvas
========
my simple canvas implementation with DrawLine and stuff.
initial code and ideas from @felixpalmer.