{"id":14961802,"url":"https://github.com/bend-n/splitter","last_synced_at":"2025-10-24T22:30:44.189Z","repository":{"id":65566762,"uuid":"594881695","full_name":"bend-n/splitter","owner":"bend-n","description":"1-6 player splitscreen multiplayer addon","archived":false,"fork":false,"pushed_at":"2023-04-21T04:57:20.000Z","size":929,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T16:27:28.416Z","etag":null,"topics":["godot-engine","gpm","multiplayer","splitscreen"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/bend-n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"bendn"}},"created_at":"2023-01-29T22:48:31.000Z","updated_at":"2023-05-09T06:24:20.000Z","dependencies_parsed_at":"2024-08-22T15:52:05.915Z","dependency_job_id":null,"html_url":"https://github.com/bend-n/splitter","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"07db6e1ee023b3b6f277164a5c099f890996dd3c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"bend-n/godot-template","purl":"pkg:github/bend-n/splitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bend-n%2Fsplitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bend-n%2Fsplitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bend-n%2Fsplitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bend-n%2Fsplitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bend-n","download_url":"https://codeload.github.com/bend-n/splitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bend-n%2Fsplitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280878370,"owners_count":26406641,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["godot-engine","gpm","multiplayer","splitscreen"],"created_at":"2024-09-24T13:27:47.785Z","updated_at":"2025-10-24T22:30:43.849Z","avatar_url":"https://github.com/bend-n.png","language":"GDScript","funding_links":["https://ko-fi.com/bendn","https://ko-fi.com/bendn'","https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png'"],"categories":[],"sub_categories":[],"readme":"# splitter\n\n[![version](https://img.shields.io/badge/4.x-blue?logo=godot-engine\u0026logoColor=white\u0026label=godot\u0026style=for-the-badge)](https://godotengine.org \"Made with godot\")\n[![package](https://img.shields.io/npm/v/@bendn/splitter?label=version\u0026style=for-the-badge)](https://www.npmjs.com/package/@bendn/remap)\n\u003ca href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'\u003e\u003cimg height='28' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' alt='Buy me a coffee'\u003e \u003c/a\u003e\n\nSmall addon for multiplayer splitscreen\n\n[![image](https://raw.githubusercontent.com/bend-n/splitter/main/.github/image.png)](_blank \"Picture!\")\n\n## Usage\n\n```GDScript\nextends Splitscreen\n\nfunc _ready() -\u003e void:\n  super()\n  var cam := Camera3D.new()\n  join().viewport.add_child(cam)\n  await get_tree().create_timer(1).timeout\n  cam = Camera3D.new()\n  join().viewport.add_child(cam)\n```\n\n## Installation\n\n\u003cdetails open\u003e\n  \u003csummary\u003e\u003ch3\u003eWith the Godot Package Manager\u003c/h3\u003e\u003c/summary\u003e\n\n\u003e **Note** The information here may not be up to date. For most up to date information, see [gpm#using-packages](https://github.com/godot-package-manager#using-packages-quickstart)\n\n\u003e **Warning** This addon is not compatible with being used as a sub addon(a addon to another addon), as it uses classes.\n\nThis addon is installable via the [gpm](https://github.com/godot-package-manager).\nTo install, create a [`godot.package`](https://github.com/godot-package-manager#godotpackage) file.\nIt should look something like this.\n\n```jsonc\npackages: {\n  @bendn/splitter: 1.0.1 // this is the package version.\n}\n```\n\nThen download the [latest version](https://github.com/godot-package-manager/cli/releases/latest) of the [cli](https://github.com/godot-package-manager/cli#installation), move the executable to your `PATH` as `gpm` (`wget \"https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager.x86_64\" -O /bin/gpm`).\n\nAnd finally, to download[^1]:\n\n```bash\ngpm update # in the same dir as your godot.package\n# or, if in a different dir,\n# gpm update --config-file path-to-godot.package\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ch3\u003eManually\u003ch3\u003e\u003c/summary\u003e\n\n- Download the repo (`wget https://github.com/bend-n/splitter/archive/refs/heads/main.zip \u0026\u0026 unzip main.zip`).\n- Move the `splitter-main/addons/splitter` folder into your `addons` folder (`mkdir addons \u0026\u0026 mv splitter-main/addons/splitter addons/`)\n\n\u003c/details\u003e\n\n[^1]: [Usage instructions for the cli](https://github.com/godot-package-manager/cli#usage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbend-n%2Fsplitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbend-n%2Fsplitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbend-n%2Fsplitter/lists"}