{"id":16214104,"url":"https://github.com/bitbrain/bitgrid","last_synced_at":"2026-01-28T18:05:09.932Z","repository":{"id":146976621,"uuid":"12699923","full_name":"bitbrain/bitgrid","owner":"bitbrain","description":"Smart bit-based system to store states in a grid","archived":false,"fork":false,"pushed_at":"2013-09-09T16:50:21.000Z","size":840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T04:42:41.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitbrain.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}},"created_at":"2013-09-09T11:33:50.000Z","updated_at":"2013-12-21T07:52:42.000Z","dependencies_parsed_at":"2023-03-24T13:45:02.646Z","dependency_job_id":null,"html_url":"https://github.com/bitbrain/bitgrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitbrain/bitgrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fbitgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fbitgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fbitgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fbitgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbrain","download_url":"https://codeload.github.com/bitbrain/bitgrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fbitgrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28848373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":[],"created_at":"2024-10-10T11:09:40.513Z","updated_at":"2026-01-28T18:05:09.905Z","avatar_url":"https://github.com/bitbrain.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bitgrid logo](logo.png)\n\nSmart bit-based system to store boolean states in a fixed grid.\n\n### Getting started\n\nUsing bitgrid it pretty simple:\n\n```java\n// Create a new grid of dimensions 1200x1200\nBitGrid grid = new BitGrid(1200, 1200);\n\n// Let's set a value\ngrid.set(400,400);\n\n// Let's check a value\nboolean isSet = grid.get(200,210);\nboolean isSet2 = grid.get(400,400); // will return true\n```\nYou can use this system to provide simple collision detection for tile based maps.\n\n### Download\n\nYou can download a packed version [here](https://www.dropbox.com/sh/fifnk84rj7n54a0/iXHudwva8Y).\n\n### Development\n\nIf you have further questions, mail to [Miguel Gonzalez](mailto:miguel-gonzalez@gmx.de) or [visit his website](http://my-reality.de).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fbitgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbrain%2Fbitgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fbitgrid/lists"}