{"id":22249714,"url":"https://github.com/jakubvalenta/tessellation","last_synced_at":"2026-05-04T03:36:35.584Z","repository":{"id":69037174,"uuid":"218635674","full_name":"jakubvalenta/tessellation","owner":"jakubvalenta","description":"a web app to arrange tiles according to specified rules","archived":false,"fork":false,"pushed_at":"2025-12-02T14:16:13.000Z","size":1792,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-30T00:36:09.296Z","etag":null,"topics":["arrange","composition","django","generate","graphics","tessellation","tiles","wang","wang-tiles"],"latest_commit_sha":null,"homepage":"https://tessellation.space","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakubvalenta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-10-30T22:10:19.000Z","updated_at":"2026-02-09T07:10:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbc65708-9f47-457c-bcff-76b225f92ebc","html_url":"https://github.com/jakubvalenta/tessellation","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/jakubvalenta/tessellation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubvalenta%2Ftessellation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubvalenta%2Ftessellation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubvalenta%2Ftessellation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubvalenta%2Ftessellation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakubvalenta","download_url":"https://codeload.github.com/jakubvalenta/tessellation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubvalenta%2Ftessellation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["arrange","composition","django","generate","graphics","tessellation","tiles","wang","wang-tiles"],"created_at":"2024-12-03T06:28:21.520Z","updated_at":"2026-05-04T03:36:35.568Z","avatar_url":"https://github.com/jakubvalenta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tessellation\n\nA web app to arrange tiles according to specified rules.\n\nTessellation allows you to upload square images and define how they connect. The\napp will then try to arrange the tiles into a larger composition adhering to the\nconnection rules. This is similar to the [Wang tiles\nproblem](https://en.wikipedia.org/wiki/Wang_tile).\n\n![Tessellation screenshot](./tessellation/static/img/tessellation-create.png)\n\n## Installation\n\n### Mac\n\n```shell\n$ brew install poetry yarn\n$ make setup\n```\n\n### Arch Linux\n\n```shell\n# pacman -S python-poetry yarn\n$ make setup\n```\n\n### Other systems\n\nInstall these dependencies manually:\n\n- Python \u003e= 3.10\n- yarn\n- poetry\n\nThen run:\n\n```shell\n$ make setup\n```\n\n## Usage\n\nStart a development server\n\n```shell\n$ make run\n$ make frontend\n```\n\nCreate database:\n\n```shell\n$ make create-user\n$ make create-db\n```\n\nCreate database tables, superuser, and populate the db with fixtures:\n\n```shell\n$ make migrate create-superuser populate-db\n```\n\nStart a development server with production settings.\n\nDependencies:\n\n- pwgen\n\n```shell\n$ make run-prod\n```\n\n## Development\n\n### Testing and linting\n\n```shell\nmake test\nmake lint\n```\n\n### Help\n\n```shell\nmake help\n```\n\n## Contributing\n\n__Feel free to remix this project__ under the terms of the GNU General Public\nLicense version 3 or later. See [COPYING](./COPYING) and [NOTICE](./NOTICE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubvalenta%2Ftessellation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakubvalenta%2Ftessellation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubvalenta%2Ftessellation/lists"}