{"id":18048280,"url":"https://github.com/relintai/pandemonium_engine_minimal","last_synced_at":"2025-04-05T05:16:33.763Z","repository":{"id":212558210,"uuid":"731769038","full_name":"Relintai/pandemonium_engine_minimal","owner":"Relintai","description":"Experimental simplified version of the Pandemonium Engine.","archived":false,"fork":false,"pushed_at":"2023-12-23T22:17:01.000Z","size":40619,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T13:14:05.158Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Relintai.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}},"created_at":"2023-12-14T20:49:00.000Z","updated_at":"2023-12-14T20:55:57.000Z","dependencies_parsed_at":"2024-10-30T20:22:21.970Z","dependency_job_id":null,"html_url":"https://github.com/Relintai/pandemonium_engine_minimal","commit_stats":null,"previous_names":["relintai/pandemonium_engine_minimal"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relintai%2Fpandemonium_engine_minimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relintai%2Fpandemonium_engine_minimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relintai%2Fpandemonium_engine_minimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Relintai%2Fpandemonium_engine_minimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Relintai","download_url":"https://codeload.github.com/Relintai/pandemonium_engine_minimal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289433,"owners_count":20914464,"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-10-30T20:12:17.985Z","updated_at":"2025-04-05T05:16:33.742Z","avatar_url":"https://github.com/Relintai.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pandemonium Engine\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Relintai/pandemonium_engine\"\u003e\n    \u003cimg src=\"logo_outlined.svg\" width=\"400\" alt=\"Pandemonium Engine logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nA 3.x [Godot Engine](https://godotengine.org) fork where I hack and slash and cause mayhem and destruction to all things good and godot.\n\nSimilar idea to godot 4.0, but taken in a completely different direction.\n\nIt contains all of my currently in use engine modules. See the [changelog](https://github.com/Relintai/pandemonium_engine/blob/master/CHANGELOG.md) for a more comprehensive list of changes.\n\n## 2D and 3D cross-platform game engine\n\nPandemonium Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.\nIt provides a comprehensive set of [common tools](https://godotengine.org/features), so that users can focus on making games\nwithout having to reinvent the wheel. Games can be exported with one click to a\nnumber of platforms, including the major desktop platforms (Linux, macOS,\nWindows), mobile platforms (Android, iOS), as well as Web-based platforms\n(HTML5) and [consoles](https://docs.godotengine.org/en/latest/tutorials/platform/consoles.html).\n\n## Free, open source and community-driven\n\nPandemonium 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 [Software Freedom Conservancy](https://sfconservancy.org/)\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) for several\nyears as an in-house engine, used to publish several work-for-hire titles.\n\n## Getting the engine\n\n### Binary downloads\n\nI don't have anything (like an official webpage) set up at the moment, but temporarily you can download binaries from the github actions tab [[here]](https://github.com/Relintai/pandemonium_engine), or the releases tab [[here]](https://github.com/Relintai/pandemonium_engine/releases).\n\n### Compiling from source\n\nCompiling is exactly the same as for Godot, so [See the official Godot docs](https://docs.godotengine.org/en/latest/development/compiling/)\nfor compilation instructions for every supported platform.\n\n## Documentation and demos\n\nSome of the documentation is available in this repo under the doc/engine folder. [[Here]](https://github.com/Relintai/pandemonium_engine/tree/master/doc/engine).\n\nYou can also look at the official 3.x Godot documentation, it will work mostly (sometimes with trivial modifications). It is hosted on [ReadTheDocs](https://docs.godotengine.org), and is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs).\n\nThe class docs are accessible from the editor.\n\nYou can also look at the official pandemonium demos in their own [GitHub repository](https://github.com/Relintai/pandemonium_demo_projects).\n\nIt's also worth looking at official godot 3.x resources, like this [awesome Godot list](https://github.com/godotengine/awesome-godot), and there are also a number of other [godot learning resources](https://docs.godotengine.org/en/latest/community/tutorials.html)\nprovided by the community, such as text and video tutorials, demos, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelintai%2Fpandemonium_engine_minimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelintai%2Fpandemonium_engine_minimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelintai%2Fpandemonium_engine_minimal/lists"}