{"id":16337545,"url":"https://github.com/vinatorul/tileengine-rs","last_synced_at":"2025-08-23T10:34:31.280Z","repository":{"id":78873667,"uuid":"41692137","full_name":"Vinatorul/tileengine-rs","owner":"Vinatorul","description":"Tile engine in Rust","archived":false,"fork":false,"pushed_at":"2016-03-08T21:18:33.000Z","size":552,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T21:37:40.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Vinatorul.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":"2015-08-31T18:11:08.000Z","updated_at":"2016-02-13T22:10:52.000Z","dependencies_parsed_at":"2023-03-24T05:03:14.484Z","dependency_job_id":null,"html_url":"https://github.com/Vinatorul/tileengine-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vinatorul/tileengine-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Ftileengine-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Ftileengine-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Ftileengine-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Ftileengine-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinatorul","download_url":"https://codeload.github.com/Vinatorul/tileengine-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Ftileengine-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746656,"owners_count":24813575,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T23:47:21.292Z","updated_at":"2025-08-23T10:34:31.251Z","avatar_url":"https://github.com/Vinatorul.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tileengine-rs [![Build Status](https://travis-ci.org/Vinatorul/tileengine-rs.svg?branch=master)](https://travis-ci.org/Vinatorul/tileengine-rs) [![Coverage Status](https://coveralls.io/repos/Vinatorul/tileengine-rs/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/Vinatorul/tileengine-rs?branch=master) [![](http://meritbadge.herokuapp.com/tile_engine)](https://crates.io/crates/tile_engine) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Vinatorul/tileengine-rs/blob/master/LICENSE)\n\nTile engine in Rust\n\n[Documentation](https://vinatorul.github.io/tileengine-rs/tile_engine)\n\n## License\n`tile_engine` is licensed under the MIT license. Please read the LICENSE file in this repository for more information.\n\n# [How to Contribute](https://github.com/Vinatorul/tileengine-rs/blob/master/CONTIBUTING.md)\n\nContributions are always welcome! Please use the following guidelines when contributing to `tile_engine`\n\n1. Fork `tile_engine`\n2. Clone your fork (`git clone https://github.com/$YOUR_USERNAME/tileengine-rs \u0026\u0026 cd tileengine-rs`)\n3. Create new branch (`git checkout -b new-branch`)\n4. Make your changes, and commit (`git commit -am \"your message\"`)\n * I use a [conventional](https://github.com/ajoslin/conventional-changelog/blob/a5505865ff3dd710cf757f50530e73ef0ca641da/conventions/angular.md) changelog format so I can update my changelog using [clog](https://github.com/thoughtram/clog)\n * In addition to the conventions defined above, I also use `imp`, `wip`, `gr`.\n * Format your commit subject line using the following format: `TYPE(COMPONENT): MESSAGE` where `TYPE` is one of the following:\n    - `feat` - A new feature\n    - `imp` - An improvement to an existing feature\n    - `perf` - A performance improvement\n    - `tests` - Changes to the testing framework or tests only\n    - `fix` - A bug fix\n    - `refactor` - Code functionality doesn't change, but underlying structure may\n    - `style` - Stylistic changes only, no functionality changes\n    - `wip` - A work in progress commit (Should typically be `git rebase`'ed away)\n    - `chore` - Catch all or things that have to do with the build system, etc\n    - `gr` - Graphics changes\n * The `COMPONENT` is optional, and may be a single file, directory, or logical component. Can be omitted if commit applies globally\n5. Run the tests (`cargo test`)\n6. `git rebase` into concise commits and remove `--fixup`s (`git rebase -i HEAD~NUM` where `NUM` is number of commits back)\n7. Push your changes back to your fork (`git push origin $your-branch`)\n8. Create a pull request! (You can also create the pull request first, and we'll merge when ready. This a good way to discuss proposed changes.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinatorul%2Ftileengine-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinatorul%2Ftileengine-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinatorul%2Ftileengine-rs/lists"}