{"id":16337713,"url":"https://github.com/vinatorul/dungeon-generator-rs","last_synced_at":"2025-11-02T17:30:27.442Z","repository":{"id":78873664,"uuid":"52708065","full_name":"Vinatorul/dungeon-generator-rs","owner":"Vinatorul","description":"A crate containing different generation algorithms under single interface","archived":false,"fork":false,"pushed_at":"2016-03-06T09:25:40.000Z","size":1327,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T00:41:52.238Z","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":"2016-02-28T06:26:05.000Z","updated_at":"2016-02-28T10:25:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f42f42ea-41d7-4d5a-97fc-e2eda7d920f7","html_url":"https://github.com/Vinatorul/dungeon-generator-rs","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/Vinatorul%2Fdungeon-generator-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fdungeon-generator-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fdungeon-generator-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fdungeon-generator-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinatorul","download_url":"https://codeload.github.com/Vinatorul/dungeon-generator-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239399826,"owners_count":19632022,"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-10T23:47:50.043Z","updated_at":"2025-11-02T17:30:27.392Z","avatar_url":"https://github.com/Vinatorul.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dungeon Generator\n\n[![Build Status](https://travis-ci.org/Vinatorul/dungeon-generator-rs.svg?branch=master)](https://travis-ci.org/Vinatorul/dungeon-generator-rs)\n[![Coverage Status](https://coveralls.io/repos/github/Vinatorul/dungeon-generator-rs/badge.svg?branch=master)](https://coveralls.io/github/Vinatorul/dungeon-generator-rs?branch=master)\n[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Vinatorul/dungeon-generator-rs/blob/master/LICENSE)\n\nA crate containing different generation algorithms under single interface\n\n## [Documentation](http://vinatorul.github.io/dungeon-generator-rs/dungeon_generator/)\n\n## Example\nFor example check\n[this repo](https://github.com/Vinatorul/level_generator_protohttps://github.com/Vinatorul/level_generator_proto).\n![example](example.png)\n\n## License\n`Dungeon Generator` 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 `Dungeon Generator`\n\n1. Fork `Dungeon Generator`\n2. Clone your fork (`git clone https://github.com/$YOUR_USERNAME/dungeon-generator-rs \u0026\u0026 cd dungeon-generator-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 * 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%2Fdungeon-generator-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinatorul%2Fdungeon-generator-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinatorul%2Fdungeon-generator-rs/lists"}