{"id":13419922,"url":"https://github.com/sirjuddington/SLADE","last_synced_at":"2025-03-15T06:30:50.637Z","repository":{"id":4915605,"uuid":"6071969","full_name":"sirjuddington/SLADE","owner":"sirjuddington","description":"It's a Doom editor","archived":false,"fork":false,"pushed_at":"2024-10-24T04:09:58.000Z","size":31698,"stargazers_count":706,"open_issues_count":328,"forks_count":111,"subscribers_count":48,"default_branch":"master","last_synced_at":"2024-10-24T21:36:24.465Z","etag":null,"topics":["c","c-plus-plus","doom","doom-editor","game-formats","map-editor","mapping","modding","slade"],"latest_commit_sha":null,"homepage":"https://slade.mancubus.net","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cschiewek/devise_ldap_authenticatable","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sirjuddington.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"custom":"https://www.paypal.me/sirjuddington"}},"created_at":"2012-10-04T07:20:57.000Z","updated_at":"2024-10-23T06:53:45.000Z","dependencies_parsed_at":"2023-07-05T17:16:13.972Z","dependency_job_id":"fbd1bbe8-64d3-4328-9fdf-9409bc9aacdd","html_url":"https://github.com/sirjuddington/SLADE","commit_stats":{"total_commits":2337,"total_committers":69,"mean_commits":"33.869565217391305","dds":"0.36585365853658536","last_synced_commit":"f01c36fa58dae4468f74a267a214e0633fd95083"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirjuddington%2FSLADE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirjuddington%2FSLADE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirjuddington%2FSLADE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirjuddington%2FSLADE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirjuddington","download_url":"https://codeload.github.com/sirjuddington/SLADE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243694812,"owners_count":20332619,"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":["c","c-plus-plus","doom","doom-editor","game-formats","map-editor","mapping","modding","slade"],"created_at":"2024-07-30T22:01:22.882Z","updated_at":"2025-03-15T06:30:50.631Z","avatar_url":"https://github.com/sirjuddington.png","language":"C++","readme":"## SLADE  \nIt's a Doom Editor\n\n### About\n\nSLADE3 is a modern editor for Doom-engine based games and source ports. It has the ability to view, modify, and write many different game-specific formats, and even convert between some of them, or from/to other generic formats such as [PNG](http://doomwiki.org/wiki/PNG).\n\nSLADE3 can be considered a successor to both [SLumpEd](http://doomwiki.org/wiki/SLumpEd) and [SLADE](http://doomwiki.org/wiki/SLADE) - it combines the [features](https://github.com/sirjuddington/SLADE/wiki/Features) of both, to create an all-in-one editor. Why does it keep the name of what was previously just a map editor? Because it fits :)\n\n### Features\n\nHere is a brief list of features implemented in the current version of SLADE:\n\n**Basic archive/resource editing**  \nAll the basic resource management features you'd expect: Create/Open/Save archives, import/export, ordering, rename, etc.\n\n**Simple tabbed interface**  \nOpen multiple archives at once and switch between them easily via tabs. This enables simple copy/paste from one archive to another, among many other benefits.\n\n**Many supported game formats**  \nIn addition to full Doom [WAD](http://doomwiki.org/wiki/WAD) and [ZIP/PK3](http://doomwiki.org/wiki/PK3) support, many other game formats are supported, including:\n* Quake PAK/WAD2 and HUD image format\n* Build GRP and ART format images\n* Shadowcaster DAT/LIB along with most of its image formats\n* Amulets \u0026 Armor RES, MipImage and UI gfx\n* [Many more](https://github.com/sirjuddington/SLADE/wiki/Supported-Data-Formats)\n\n**Advanced text editor**  \nThe SLADE3 text editor can recognise many text based languages, and provide syntax hilighting, function calltips and autocomplete for them. It also has a bunch of other useful text editing features such as autoindent and find / replace.\n\n**Graphic conversion**  \nAll supported graphic formats can be converted to PNG/DoomGfx/DoomFlat and more, with an advanced graphic conversion dialog that provides conversion options and previews.\n\n**Texture editing**  \nEdit Doom composite textures (TEXTUREx) with the easy-to-use SLADE3 texture editor. Also fully supports ZDoom's enhanced composite texture format (TEXTURES).\n\n### Supporting SLADE\n\nIf you wish to help support SLADE development, feel free to make a small [donation](https://www.paypal.me/sirjuddington), though by no means is this a requirement for continued development. I work on SLADE in my free time as a hobby project and generally enjoy it, which is enough for me.\n\nAdditionally, any help on the coding side of things is greatly appreciated - take a look at the list of [issues](https://github.com/sirjuddington/SLADE/issues), and feel free to submit a [pull request](https://github.com/sirjuddington/SLADE/pulls).\n","funding_links":["https://www.paypal.me/sirjuddington"],"categories":["TODO scan for Android support in followings","C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirjuddington%2FSLADE","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirjuddington%2FSLADE","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirjuddington%2FSLADE/lists"}