{"id":16963606,"url":"https://github.com/coderobe/crixel","last_synced_at":"2025-03-21T16:26:34.142Z","repository":{"id":94539936,"uuid":"157289704","full_name":"coderobe/crixel","owner":"coderobe","description":"crystal sixel renderer lib","archived":false,"fork":false,"pushed_at":"2018-12-13T22:51:39.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T11:44:28.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-12T23:07:06.000Z","updated_at":"2023-04-29T06:35:33.000Z","dependencies_parsed_at":"2023-04-08T10:18:07.281Z","dependency_job_id":null,"html_url":"https://github.com/coderobe/crixel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderobe%2Fcrixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderobe%2Fcrixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderobe%2Fcrixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderobe%2Fcrixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderobe","download_url":"https://codeload.github.com/coderobe/crixel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244827833,"owners_count":20517012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T23:25:27.116Z","updated_at":"2025-03-21T16:26:34.120Z","avatar_url":"https://github.com/coderobe.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crixel\n\nCrystal sixel renderer\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n```yaml\ndependencies:\n  crixel:\n    github: fliegermarzipan/crixel\n```\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"crixel\"\n\n# create a canvas\nwidth = 5 # px\nheight = 5 # px\nimg = SixelImage.new(width, height)\n\n# change pixel color at x, y coords\nimg.set(3, 3, 0xFF0000_u32)\n\n# draw\nimg.render_naive_full\n```\n\n## Development\n\nTODO: Write development instructions here\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/fliegermarzipan/crixel/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Robin Broda](https://github.com/coderobe) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderobe%2Fcrixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderobe%2Fcrixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderobe%2Fcrixel/lists"}