{"id":28280162,"url":"https://github.com/yuzhoumo/simulake","last_synced_at":"2026-05-03T20:39:40.934Z","repository":{"id":162933499,"uuid":"637708428","full_name":"yuzhoumo/simulake","owner":"yuzhoumo","description":"A cellular automata physics sandbox","archived":false,"fork":false,"pushed_at":"2023-11-12T23:07:35.000Z","size":103770,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T21:18:17.396Z","etag":null,"topics":["cellular-automata","cpp","opengl","sandbox"],"latest_commit_sha":null,"homepage":"http://simulake.joemo.dev/","language":"C","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/yuzhoumo.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}},"created_at":"2023-05-08T08:43:49.000Z","updated_at":"2023-05-09T09:43:17.000Z","dependencies_parsed_at":"2023-11-13T00:20:41.775Z","dependency_job_id":"7cf55cba-57b1-45d7-9295-0191504351c0","html_url":"https://github.com/yuzhoumo/simulake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuzhoumo/simulake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzhoumo%2Fsimulake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzhoumo%2Fsimulake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzhoumo%2Fsimulake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzhoumo%2Fsimulake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuzhoumo","download_url":"https://codeload.github.com/yuzhoumo/simulake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzhoumo%2Fsimulake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32584645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cellular-automata","cpp","opengl","sandbox"],"created_at":"2025-05-21T10:16:16.478Z","updated_at":"2026-05-03T20:39:40.929Z","avatar_url":"https://github.com/yuzhoumo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simulake\n\nA cellular automata physics simulator.\n\n![Showcase screenshot](assets/simulake.png)\n\n## Cloning\n\nExternal dependencies are included as git submodules in `lib`. Clone source\nfiles and dependencies using:\n\n```\ngit clone git@github.com:patilatharva/simulake.git --recursive\n```\n\n## Building with CMake\n\n```\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake\n```\n\nFor debug build, use the `-DCMAKE_BUILD_TYPE=Debug` flag.\n\n## Usage\n\n```\n./simulake [OPTION...]\n\n-x, --width arg     grid width in cells (default: 400)\n-y, --height arg    grid height in cells (default: 200)\n-c, --cellsize arg  cell size in pixels (default: 4)\n-g, --gpu           enable GPU acceleration\n-l, --load arg      load scene from disk\n-h, --help          print help\n```\n\n| Command                    | Key            |\n| -------------------------- | -------------- |\n| Exit the program           | `ESC`          |\n| Select AIR cell type       | `0`            |\n| Select SMOKE cell type     | `1`            |\n| Select FIRE cell type      | `2`            |\n| Select WATER cell type     | `3`            |\n| Select OIL cell type       | `4`            |\n| Select SAND cell type      | `5`            |\n| Select JET_FUEL cell type  | `6`            |\n| Select STONE cell type     | `7`            |\n| Print app state to console | `P`            |\n| Save grid to disk          | `S`            |\n| Enter edit mode (pause)    | `SPACEBAR`     |\n| Change \"brush\" size        | (Scroll wheel) |\n\n## Dependencies\n\n- [glfw](https://github.com/glfw/glfw)\n- [glad](https://github.com/Dav1dde/glad)\n- [glm](https://github.com/g-truc/glm)\n- [cxxopts](https://github.com/jarro2783/cxxopts)\n- [threadpool](https://github.com/bshoshany/thread-pool)\n- [cmake](http://www.cmake.org/)\n\n## Resources\n\n- [Noita: a Game Based on Falling Sand Simulation](https://80.lv/articles/noita-a-game-based-on-falling-sand-simulation/)\n- [Simple Fluid Simulation With Cellular Automata](https://w-shadow.com/blog/2009/09/01/simple-fluid-simulation/)\n- [Cellular Automata for Physical Modelling](https://tomforsyth1000.github.io/papers/cellular_automata_for_physical_modelling.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzhoumo%2Fsimulake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzhoumo%2Fsimulake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzhoumo%2Fsimulake/lists"}