https://github.com/crystal-data/stbimage.cr
Crystal bindings for stb_image
https://github.com/crystal-data/stbimage.cr
Last synced: 11 months ago
JSON representation
Crystal bindings for stb_image
- Host: GitHub
- URL: https://github.com/crystal-data/stbimage.cr
- Owner: crystal-data
- License: mit
- Created: 2020-11-24T02:01:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T16:30:12.000Z (over 5 years ago)
- Last Synced: 2025-01-06T14:29:17.877Z (over 1 year ago)
- Language: C
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stbimage
Crystal bindings for stb_image
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
stbimage:
github: crystal-data/stb_image.cr
```
2. Run `shards install`
## Usage
```crystal
require "stbimage"
```
## Contributors
- [christopherzimmerman](https://github.com/christopherzimmerman) - creator and maintainer