{"id":14960805,"url":"https://github.com/al-asl/autolevel","last_synced_at":"2025-07-01T14:34:47.753Z","repository":{"id":61615565,"uuid":"509870666","full_name":"Al-Asl/AutoLevel","owner":"Al-Asl","description":"Free procedural level generator for unity","archived":false,"fork":false,"pushed_at":"2024-01-26T23:08:57.000Z","size":96883,"stargazers_count":110,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-10T10:23:19.179Z","etag":null,"topics":["fog-of-war","fow","level-design","level-editor","procedural","procedural-generation","procedural-level-generation","procedural-levels","unity","unity-3d","unity-editor","unity3d","wfc"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Al-Asl.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}},"created_at":"2022-07-02T22:06:01.000Z","updated_at":"2024-09-05T21:00:42.000Z","dependencies_parsed_at":"2024-01-27T00:25:27.765Z","dependency_job_id":null,"html_url":"https://github.com/Al-Asl/AutoLevel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-Asl%2FAutoLevel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-Asl%2FAutoLevel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-Asl%2FAutoLevel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-Asl%2FAutoLevel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Al-Asl","download_url":"https://codeload.github.com/Al-Asl/AutoLevel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868062,"owners_count":16555878,"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":["fog-of-war","fow","level-design","level-editor","procedural","procedural-generation","procedural-level-generation","procedural-levels","unity","unity-3d","unity-editor","unity3d","wfc"],"created_at":"2024-09-24T13:23:03.242Z","updated_at":"2024-10-10T10:24:00.041Z","avatar_url":"https://github.com/Al-Asl.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoLevel\n\n[![Autolevel Trailer](documentation/images/trailer.png)](https://www.youtube.com/watch?v=94toUiUJqB8 \"Autolevel Trailer\")\n\nFree procedural level generator based on WFC algorithm for unity.\n\nThe target of this package is to create a procedural level generator that is controllable, easy to use, and fast to some extent by leveraging the power of the WFC.\n\n## Features\n* Weight, volume, and boundary constraints\n* Editor tools to easily configure your art and constraint the builder\n* Easily extended\n* Selection rebuild\n* Big block support\n* Fbx export\n* Multi-threaded solver (only work with constraints)\n* Layers support\n\nComplete C# source code is provided.\n\n## Usage\n\nClone the repo with submodules using the following command:\n```\ngit clone --recurse-submodules https://github.com/Al-Asl/AutoLevel.git\n```\nAuto level consists of the following components:\n\n* `Level Builder` where you can do all of your constraints, building, and exporting.\n\u003cimg src=\"documentation/images/levelBuilder.png\" width=\"900px\"/\u003e\n\n* `Block Repo` is the resource needed by the `Level Builder` to run, it basically contains the pieces and the relationship between them.\n\u003cimg src=\"documentation/images/blockrepo.png\" width=\"900px\"/\u003e\n\n* `Block Asset` is the main component needed to define the relationships between pieces.\n* `Big Block Asset` is a composite of blocks generated by `Block Asset` used on blocks that need to be transformed together.\n\nYou can get started by watching the [tutorial](https://www.youtube.com/watch?v=1-M3W0y42L4).\n\nyou can also check the API usage to build the level at runtime by checking `Example Scenes\\Runtime`\n\n**FILLING**\n\nWhen selecting a `Block Asset,` there is an option called filling in the scene view context menu dropdown. This will show handles to edit the block filling, red for empty and green for fill, similar to the marching cubes algorithm.\n\n`Level Builder` can use that information to define the level rooms. The builder contains two built-in groups, the 'Empty' and 'Solid' groups, and you can use them to define the rooms and walls.\n\n## PERFORMANCE TIPS\n\n* Keep in mind that the Building performance depends on two factors the size of the builder and the number of blocks produced by the repo. You can get better performance by only building where needed using multiple builders. Also, using constraints can reduce the building time significantly.\n* Multi-threaded solver can only give a better performance where constraints are used with a heavy load task and could yield up to 3x the original performance.\n\nIf you have any question or suggestion please join us on [Discord](https://discord.gg/yKMFA3ZE5H)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-asl%2Fautolevel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal-asl%2Fautolevel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-asl%2Fautolevel/lists"}