crixel
Version, currently master branch1 version
- master branchlatestDec 13, 2018
github.com/coderobe/crixel
crystal sixel renderer lib
4 stars
0 dependents
License: AGPLv3
Installation
# Add this to your shard.yml
dependencies:
crixel:
github: coderobe/crixel
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.27.0- License
- AGPLv3
- Author
- Robin Broda
Dependencies
This version declares no dependencies.
README
crixel
Crystal sixel renderer
Installation
- Add the dependency to your
shard.yml:
dependencies:
crixel:
github: fliegermarzipan/crixel
- Run
shards install
Usage
require "crixel"
# create a canvas
width = 5 # px
height = 5 # px
img = SixelImage.new(width, height)
# change pixel color at x, y coords
img.set(3, 3, 0xFF0000_u32)
# draw
img.render_naive_full
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/fliegermarzipan/crixel/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Robin Broda - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 13, 2018
- Crystal
0.27.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/coderobe/crixel
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1