{"id":13683027,"url":"https://github.com/Uriopass/Egregoria","last_synced_at":"2025-04-30T10:30:41.111Z","repository":{"id":37772804,"uuid":"220521878","full_name":"Uriopass/Egregoria","owner":"Uriopass","description":"3D City Builder without a grid","archived":false,"fork":false,"pushed_at":"2024-07-19T09:35:38.000Z","size":11011,"stargazers_count":1552,"open_issues_count":31,"forks_count":54,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-25T03:07:47.506Z","etag":null,"topics":["3d","city-builder","emergent-behavior","game","gamedev","rust","rust-lang","simulation","society","wgpu"],"latest_commit_sha":null,"homepage":"http://douady.paris/blog/","language":"Rust","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/Uriopass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-11-08T18:04:52.000Z","updated_at":"2025-04-22T15:06:06.000Z","dependencies_parsed_at":"2024-02-13T23:30:10.791Z","dependency_job_id":"53a3cb66-d090-452d-b6cf-6ffe7ebeeef2","html_url":"https://github.com/Uriopass/Egregoria","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uriopass%2FEgregoria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uriopass%2FEgregoria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uriopass%2FEgregoria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uriopass%2FEgregoria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uriopass","download_url":"https://codeload.github.com/Uriopass/Egregoria/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684508,"owners_count":21627143,"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":["3d","city-builder","emergent-behavior","game","gamedev","rust","rust-lang","simulation","society","wgpu"],"created_at":"2024-08-02T13:01:57.901Z","updated_at":"2025-04-30T10:30:40.492Z","avatar_url":"https://github.com/Uriopass.png","language":"Rust","funding_links":[],"categories":["City-Building games","Rust"],"sub_categories":[],"readme":"![Screenshot of Egregoria 1](assets/screen2.jpg)\n![Screenshot of Egregoria 2](assets/screen3.jpg)\n![Screenshot of Egregoria 3](assets/screen5.jpg)\n![Screenshot of Egregoria 3](assets/screen1.jpg)\n\n[![Build status](https://github.com/Uriopass/Egregoria/workflows/rust-build/badge.svg)](#)\n[![Discord](https://img.shields.io/discord/709730057949544488?label=discord)](https://discord.gg/CAaZhUJ)\n\n# Egregoria\n\nEgregoria is an indie city builder, mostly inspired by Cities:Skylines.  \nEach individual has its own thought model, meaning every action has its importance and influences the environment.  \nEgregoria is focused on the socio-economical aspect of a city, with a logistics element.\nThe game is still in early development, but you can already play it and give some feedback through\n[issues](https://github.com/Uriopass/Egregoria/issues) or on [discord](https://discord.gg/CAaZhUJ).  \n\nBy being open source, the hope is to get more people involved in the development of the game.  \nMod support is wanted but the design has not been found yet.\n\n## How to play\n\nA small tutorial is available on the [github wiki]((https://github.com/Uriopass/Egregoria/wiki/Introduction-Guide)) to get you started.\n\n## Devblog  \n\nI keep a blog about Egregoria's development [here](http://douady.paris/blog/index.html).\n\n## Building the project\n\n### Git LFS\n\nThis project uses Git LFS to track assets, therefore if you want to build your own copy you will need to install [Git LFS](https://git-lfs.github.com/).\n\nOnce installed, you should be able to clone the repo and fetch the assets:\n\n```bash\ngit clone https://github.com/Uriopass/Egregoria\ncd Egregoria\ngit lfs pull\n```\n\n### Windows/Mac\nI personally use Windows 10 and Mac OS 10.11, and it compiles fine once the [rust toolchain is installed](https://www.rust-lang.org/tools/install).\n```bash\ncargo run --release\n```\n\nDon't forget to add the `--release` flag, otherwise the game will be very slow.  \nDon't forget to pull the lfs files, otherwise the game will crash with a file not found error.\n\n### Ubuntu/Debian on x11\nThere are a few libraries to install that some of my dependencies need:\n\n```\nsudo apt-get install libasound2-dev libudev-dev pkg-config libx11-dev\ncargo run --release\n```\n\nDon't forget to add the `--release` flag, otherwise the game will be very slow.  \nDon't forget to pull the lfs files, otherwise the game will crash with a file not found error.\n\nA GitHub Action tests the builds on Ubuntu.\n\n## Why Egregoria ?\n\nAn Egregor is an autonomous psychic entity made up of, and influencing, the thoughts of a group of people.  \nIt represents emergence at its purest form, where individuals come together to become a collective force.\n\n## Credits\n\n- [`@dabreegster`](https://github.com/dabreegster): For inspiration on the map model\n- PBR Shaders are adapted from [LearnOpenGL](https://learnopengl.com/PBR/Theory)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUriopass%2FEgregoria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUriopass%2FEgregoria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUriopass%2FEgregoria/lists"}