https://github.com/crystal-data/draw.cr
Crystal port of the fantastic https://github.com/llgcode/draw2d
https://github.com/crystal-data/draw.cr
Last synced: over 1 year ago
JSON representation
Crystal port of the fantastic https://github.com/llgcode/draw2d
- Host: GitHub
- URL: https://github.com/crystal-data/draw.cr
- Owner: crystal-data
- License: mit
- Created: 2021-11-29T01:21:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T01:25:02.000Z (over 4 years ago)
- Last Synced: 2025-01-06T14:29:16.366Z (over 1 year ago)
- Language: Crystal
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# draw
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
draw:
github: crystal-data/draw
```
2. Run `shards install`
## Usage
```crystal
require "draw"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Chris Zimmerman](https://github.com/your-github-user) - creator and maintainer