{"id":15691889,"url":"https://github.com/fryguy/crystal_allegro","last_synced_at":"2026-03-04T18:02:54.984Z","repository":{"id":66780855,"uuid":"99389882","full_name":"Fryguy/crystal_allegro","owner":"Fryguy","description":"Crystal binding to the Allegro game programming library.","archived":false,"fork":false,"pushed_at":"2018-10-26T01:03:39.000Z","size":244,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T02:16:35.605Z","etag":null,"topics":["allegro","crystal"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fryguy.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":"2017-08-05T00:57:03.000Z","updated_at":"2023-01-28T03:50:19.000Z","dependencies_parsed_at":"2023-04-10T17:47:24.322Z","dependency_job_id":null,"html_url":"https://github.com/Fryguy/crystal_allegro","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/Fryguy%2Fcrystal_allegro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fryguy%2Fcrystal_allegro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fryguy%2Fcrystal_allegro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fryguy%2Fcrystal_allegro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fryguy","download_url":"https://codeload.github.com/Fryguy/crystal_allegro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983776,"owners_count":21835765,"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":["allegro","crystal"],"created_at":"2024-10-03T18:25:30.974Z","updated_at":"2026-03-04T18:02:54.970Z","avatar_url":"https://github.com/Fryguy.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrystalAllegro\n\nCrystalAllegro is a Crystal binding to the [Allegro](http://liballeg.org/) game programming library.\n\n## Installation\n\n- [Install Allegro](https://wiki.allegro.cc/index.php?title=Getting_Started#Installing_Allegro)\n- Install the Crystal shard\n\n  Add this to your application's `shard.yml`:\n\n  ```yaml\n  dependencies:\n    crystal_allegro:\n      github: Fryguy/crystal_allegro\n  ```\n\n## Usage\n\nStart your application by calling CrystalAllegro.init:\n\n```crystal\nrequire \"crystal_allegro\"\n\nraise \"Cannot initialize Crystal\" unless CrystalAllegro.init\n```\n\nAfter that, it's up to you!  For the Allegro API reference, go [here](http://liballeg.org/a5docs/trunk/).\nSee the [examples](examples) directory for Crystal ports of the Allegro examples.\n\n## Development\n\n`src/crystal_allegro/lib_allegro.cr` is generated using\n[crystal_lib](https://github.com/crystal-lang/crystal_lib). To regenerate it:\n\n```sh\ngit clone https://github.com/crystal-lang/crystal_lib.git\ncd crystal_allegro\ncrystal ../crystal_lib/src/main.cr -- generator/lib_allegro.cr \u003e src/crystal_allegro/lib_allegro.cr\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/Fryguy/crystal_allegro/fork )\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## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).  See [LICENSE](LICENSE).\n\n### Third Party Licenses\n\nThe files in examples/data are borrowed from the Allegro source in order to allow the Crystal examples to serve as a mirror of the original examples. As such, the Allegro license is also included in [LICENSE_ALLEGRO](LICENSE_ALLEGRO).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffryguy%2Fcrystal_allegro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffryguy%2Fcrystal_allegro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffryguy%2Fcrystal_allegro/lists"}