{"id":13526274,"url":"https://github.com/nsrosenqvist/godot-wrapper","last_synced_at":"2025-04-01T07:31:48.464Z","repository":{"id":25152321,"uuid":"28574854","full_name":"nsrosenqvist/godot-wrapper","owner":"nsrosenqvist","description":"A BASH script that automatically installs the Godot game engine, with system integration and version management, on Ubuntu.","archived":true,"fork":false,"pushed_at":"2023-10-08T19:16:21.000Z","size":53,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-18T08:03:45.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nsrosenqvist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-12-29T00:15:39.000Z","updated_at":"2023-10-08T19:16:45.000Z","dependencies_parsed_at":"2024-04-12T03:40:12.783Z","dependency_job_id":null,"html_url":"https://github.com/nsrosenqvist/godot-wrapper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsrosenqvist%2Fgodot-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsrosenqvist%2Fgodot-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsrosenqvist%2Fgodot-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsrosenqvist%2Fgodot-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsrosenqvist","download_url":"https://codeload.github.com/nsrosenqvist/godot-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246600738,"owners_count":20803473,"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-08-01T06:01:27.304Z","updated_at":"2025-04-01T07:31:48.168Z","avatar_url":"https://github.com/nsrosenqvist.png","language":"Shell","funding_links":[],"categories":["Bash scripts"],"sub_categories":["3D"],"readme":"Godot-wrapper\n=============\n\n**NOTE:** This repository is now archived. However, it probably still works, but I haven't touched the code in many years and there appears to be a much better featured alternative available, called [GodotEnv](https://github.com/chickensoft-games/GodotEnv), which I recommend you to consider instead.\n\n---\n\nA BASH script that downloads and integrates the [Godot engine](http://www.godotengine.org/) for Ubuntu. It also enables version managing and installation of git master. The application icon belongs to the [Godot project](https://github.com/godotengine/godot).\n\nThere's a one-liner copy-and-paste here below to get Godot installed:\n\n```Shell\ngit clone https://github.com/nsrosenqvist/godot-wrapper.git godot \u0026\u0026 cd godot \u0026\u0026 ./godot dependencies \u0026\u0026 ./godot install\n```\n\nNow you should be able to launch Godot from the application menu or the terminal. See all the features that the script provides by running `godot help`.\n\nTo get you started I've included some basic examples here below.\n\n## HowTo\n\nTo install another release of Godot you can run:\n\n```Shell\ngodot install 1.0-rc2\n```\n\nIf you want to run the bleeding edge of Godot you can install git master with:\n\n```Shell\ngodot install master\n```\n\nThe good part is that they can all be installed at the same time! Just run the following to switch back to the stable version:\n\n```Shell\ngodot use 1.0-stable\n```\n\nThe active version will be the one launched through the application menu as well. So it's really easy to switch environments!\n\nRun `godot releases` to view all installable versions (based upon the tags on the git repo).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsrosenqvist%2Fgodot-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsrosenqvist%2Fgodot-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsrosenqvist%2Fgodot-wrapper/lists"}