{"id":13400176,"url":"https://github.com/godotengine/godot","last_synced_at":"2025-12-16T17:47:58.235Z","repository":{"id":12956696,"uuid":"15634981","full_name":"godotengine/godot","owner":"godotengine","description":"Godot Engine – Multi-platform 2D and 3D game engine","archived":false,"fork":false,"pushed_at":"2025-05-02T14:31:21.000Z","size":1545807,"stargazers_count":96840,"open_issues_count":15385,"forks_count":22308,"subscribers_count":1501,"default_branch":"master","last_synced_at":"2025-05-05T13:49:01.467Z","etag":null,"topics":["game-development","game-engine","gamedev","godot","godotengine","multi-platform","open-source"],"latest_commit_sha":null,"homepage":"https://godotengine.org","language":"C++","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/godotengine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://fund.godotengine.org/"}},"created_at":"2014-01-04T16:05:36.000Z","updated_at":"2025-05-05T13:42:24.000Z","dependencies_parsed_at":"2025-05-03T05:49:33.444Z","dependency_job_id":null,"html_url":"https://github.com/godotengine/godot","commit_stats":{"total_commits":36754,"total_committers":2928,"mean_commits":12.5525956284153,"dds":0.9171790825488382,"last_synced_commit":"6681f2563b99e14929a8acb27f4908fece398ef1"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godotengine%2Fgodot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godotengine%2Fgodot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godotengine%2Fgodot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godotengine%2Fgodot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godotengine","download_url":"https://codeload.github.com/godotengine/godot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253757424,"owners_count":21959398,"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":["game-development","game-engine","gamedev","godot","godotengine","multi-platform","open-source"],"created_at":"2024-07-30T19:00:49.283Z","updated_at":"2025-12-16T17:47:58.191Z","avatar_url":"https://github.com/godotengine.png","language":"C++","readme":"# Godot Engine\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://godotengine.org\"\u003e\n    \u003cimg src=\"logo_outlined.svg\" width=\"400\" alt=\"Godot Engine logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 2D and 3D cross-platform game engine\n\n**[Godot Engine](https://godotengine.org) is a feature-packed, cross-platform\ngame engine to create 2D and 3D games from a unified interface.** It provides a\ncomprehensive set of [common tools](https://godotengine.org/features), so that\nusers can focus on making games without having to reinvent the wheel. Games can\nbe exported with one click to a number of platforms, including the major desktop\nplatforms (Linux, macOS, Windows), mobile platforms (Android, iOS), as well as\nWeb-based platforms and [consoles](https://docs.godotengine.org/en/latest/tutorials/platform/consoles.html).\n\n## Free, open source and community-driven\n\nGodot is completely free and open source under the very permissive [MIT license](https://godotengine.org/license).\nNo strings attached, no royalties, nothing. The users' games are theirs, down\nto the last line of engine code. Godot's development is fully independent and\ncommunity-driven, empowering users to help shape their engine to match their\nexpectations. It is supported by the [Godot Foundation](https://godot.foundation/)\nnot-for-profit.\n\nBefore being open sourced in [February 2014](https://github.com/godotengine/godot/commit/0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac),\nGodot had been developed by [Juan Linietsky](https://github.com/reduz) and\n[Ariel Manzur](https://github.com/punto-) (both still maintaining the project)\nfor several years as an in-house engine, used to publish several work-for-hire\ntitles.\n\n![Screenshot of a 3D scene in the Godot Engine editor](https://raw.githubusercontent.com/godotengine/godot-design/master/screenshots/editor_tps_demo_1920x1080.jpg)\n\n## Getting the engine\n\n### Binary downloads\n\nOfficial binaries for the Godot editor and the export templates can be found\n[on the Godot website](https://godotengine.org/download).\n\n### Compiling from source\n\n[See the official docs](https://docs.godotengine.org/en/latest/contributing/development/compiling)\nfor compilation instructions for every supported platform.\n\n## Community and contributing\n\nGodot is not only an engine but an ever-growing community of users and engine\ndevelopers. The main community channels are listed [on the homepage](https://godotengine.org/community).\n\nThe best way to get in touch with the core engine developers is to join the\n[Godot Contributors Chat](https://chat.godotengine.org).\n\nTo get started contributing to the project, see the [contributing guide](CONTRIBUTING.md).\nThis document also includes guidelines for reporting bugs.\n\n## Documentation and demos\n\nThe official documentation is hosted on [Read the Docs](https://docs.godotengine.org).\nIt is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs).\n\nThe [class reference](https://docs.godotengine.org/en/latest/classes/)\nis also accessible from the Godot editor.\n\nWe also maintain official demos in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects)\nas well as a list of [awesome Godot community resources](https://github.com/godotengine/awesome-godot).\n\nThere are also a number of other\n[learning resources](https://docs.godotengine.org/en/latest/community/tutorials.html)\nprovided by the community, such as text and video tutorials, demos, etc.\nConsult the [community channels](https://godotengine.org/community)\nfor more information.\n\n[![Code Triagers Badge](https://www.codetriage.com/godotengine/godot/badges/users.svg)](https://www.codetriage.com/godotengine/godot)\n[![Translate on Weblate](https://hosted.weblate.org/widgets/godot-engine/-/godot/svg-badge.svg)](https://hosted.weblate.org/engage/godot-engine/?utm_source=widget)\n[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/godotengine/godot)](https://www.tickgit.com/browse?repo=github.com/godotengine/godot)\n","funding_links":["https://fund.godotengine.org/"],"categories":["C++","GPU computing","Game Engine","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","Documentation / Guides / Exercises / Boilerplates","Repos","Game Engines","Game/App Engines","Languages","Real-World Projects","游戏","game-development","Game Engines and Frameworks","Graphics","Game Utility","应用程序","open-source","🎮 Game Engines \u0026 Frameworks","Engines","Resources","Uncategorized","Table of Contents"],"sub_categories":["GoLang","Data Management","Game Development","网络服务_其他","UI Test Automation Scripting","Misc","游戏","🔹 [Godot](https://godotengine.org/) – Open-Source \u0026 Lightweight","Popular","Game","Uncategorized","Game Engine"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodotengine%2Fgodot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodotengine%2Fgodot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodotengine%2Fgodot/lists"}