{"id":15047608,"url":"https://github.com/megospc/forcell","last_synced_at":"2026-01-04T08:32:57.497Z","repository":{"id":247051005,"uuid":"822681468","full_name":"Megospc/Forcell","owner":"Megospc","description":"🧬 Particle life simulation with new features and Multi-threaded computing on CPU. 🧲","archived":false,"fork":false,"pushed_at":"2024-07-25T07:49:05.000Z","size":11582,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T16:33:27.749Z","etag":null,"topics":["artificial-life","cmake","cpp17","multithreading","particle-life","simulation","ubuntu","windows"],"latest_commit_sha":null,"homepage":"https://megospc.github.io/ForcellDemo/","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/Megospc.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":"2024-07-01T15:45:12.000Z","updated_at":"2024-07-25T07:49:08.000Z","dependencies_parsed_at":"2024-07-25T09:20:39.938Z","dependency_job_id":null,"html_url":"https://github.com/Megospc/Forcell","commit_stats":null,"previous_names":["megospc/forcell"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megospc%2FForcell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megospc%2FForcell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megospc%2FForcell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megospc%2FForcell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Megospc","download_url":"https://codeload.github.com/Megospc/Forcell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244981168,"owners_count":20542288,"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":["artificial-life","cmake","cpp17","multithreading","particle-life","simulation","ubuntu","windows"],"created_at":"2024-09-24T21:01:12.969Z","updated_at":"2026-01-04T08:32:57.455Z","avatar_url":"https://github.com/Megospc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🧲 Forcell 🧬\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/Megospc/Forcell?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/CMake-064F8C?style=for-the-badge\"\u003e\n    \u003ca href=\"https://megospc.github.io/ForcellDemo\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nForcell is a particle life simulation with new features and Multi-threaded computing on CPU.\n\n[Online demo on GitHub Pages](https://megospc.github.io/ForcellDemo)\n\nVersion: 1.10.0 (16.07.2024)\n\n## ✨ Features\n+ Particles connections\n+ Chemical reactions\n+ Multi-threaded computing on CPU\n+ Supporting Ubuntu and Windows\n+ Fullscreen mode\n+ Create random rules with two clicks\n+ Export/Import rules as files\n+ Style customizing\n\n## 📸 Screenshots\n\u003cimg src=\"images/screen1.png\" width=\"600\"\u003e\n\u003cimg src=\"images/screen2.png\" width=\"600\"\u003e\n\u003cimg src=\"images/screen3.png\" width=\"600\"\u003e\n\n\u003cvideo src=\"https://github.com/Megospc/Forcell/assets/97227980/30c19aab-7b5b-4229-ad5a-ef3bfe80a514\"\u003e\u003c/video\u003e\n\n## 💿 Pre-compiled Binaries\n(Only for x64 processors)\nYou can download pre-compiled binaries in [releases](https://github.com/Megospc/Forcell/releases).\n\n## ▶️ How To Build\n### 🔧 What You Need\nFor Windows:\n+ MinGW-w64\n+ CMake\n+ GNU Make\n\nFor Ubuntu, these packages:\n+ gcc\n+ cmake\n+ make\n\n### 📄 Steps\n1. Download zip-archive with source code.\\\n    \u003cimg src=\"images/install1.png\" width=\"600\"\u003e\n2. Extract the archive.\n3. (Only for windows) Open `run.bat` in Notepad and edit compiler and make paths if needed.\n4. Open folder with `CMakeLists.txt` in terminal.\n5. Enter these commands:\n```Bash\n# Ubuntu\nbash ./run.sh\n\n# Windows\n./run.bat\n```\n6. Wait for compilation to complete.\n7. The Forcell's window should open.\n8. Then you can open `Forcell.exe` (`Forcell` for Ubuntu) to run it again.\n\n## ⚙️ System Requirements\n+ OpenGL 3.3 compatible GPU\n\n## 😃 Dependicies\nThere are these libraries used in this project:\n+ [Dear ImGui](https://github.com/ocornut/imgui)\n+ [GLFW 3.4](https://github.com/glfw/glfw)\n+ [GLAD](https://github.com/dav1dde/glad-web)\n+ [ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog)\n+ [STB](https://github.com/nothings/stb)\n+ [vecpp](https://github.com/Megospc/vecpp)\n\n## 🐞 Bug Reporting\nIf you find any bug, please [create](https://github.com/Megospc/Forcell/issues/new?assignees=\u0026labels=\u0026projects=\u0026template=bug_report.md\u0026title=) an Issue about it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegospc%2Fforcell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegospc%2Fforcell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegospc%2Fforcell/lists"}