{"id":20331793,"url":"https://github.com/ztomz/game_of_life","last_synced_at":"2025-07-12T16:02:13.547Z","repository":{"id":238165286,"uuid":"796011141","full_name":"zTomz/game_of_life","owner":"zTomz","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-05T11:45:00.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T00:03:23.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zTomz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-04T17:02:16.000Z","updated_at":"2024-05-05T11:45:03.000Z","dependencies_parsed_at":"2024-05-04T18:21:57.682Z","dependency_job_id":"7657afe0-ef1e-4122-94f2-da5722c9d5c9","html_url":"https://github.com/zTomz/game_of_life","commit_stats":null,"previous_names":["ztomz/game_of_life"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zTomz/game_of_life","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTomz%2Fgame_of_life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTomz%2Fgame_of_life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTomz%2Fgame_of_life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTomz%2Fgame_of_life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zTomz","download_url":"https://codeload.github.com/zTomz/game_of_life/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTomz%2Fgame_of_life/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553131,"owners_count":22875609,"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":[],"created_at":"2024-11-14T20:23:37.794Z","updated_at":"2025-06-13T00:05:48.113Z","avatar_url":"https://github.com/zTomz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game of Life\n\nThis repository implements the [Conway’s Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). I will use this to learn about Flutter performance optimizations.\n\n### Performance\n\n##### Settings\n- Not the best benchmark, I just create the list, then draw a bit and make some evolutions.\n\n```dart\nconst int kCellCount = 10000;\nconst int kMaxCellsPerRow = 80;\n```\n\n##### Results\n\n- Initial commit:\n    - Average: 11 FPS\n    - Coding time: Around 1 hour\n    \n- Multithreaded game setup:\n    - Average: 16 FPS\n    - Coding time: 35 minutes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztomz%2Fgame_of_life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztomz%2Fgame_of_life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztomz%2Fgame_of_life/lists"}