{"id":51028390,"url":"https://github.com/codereader/DarkRadiant","last_synced_at":"2026-07-09T23:00:32.540Z","repository":{"id":13334648,"uuid":"16021678","full_name":"codereader/DarkRadiant","owner":"codereader","description":"DarkRadiant is the map editor for The Dark Mod and other idTech4/Doom3-based games","archived":false,"fork":false,"pushed_at":"2026-04-18T04:12:07.000Z","size":106198,"stargazers_count":169,"open_issues_count":0,"forks_count":49,"subscribers_count":16,"default_branch":"master","last_synced_at":"2026-04-18T06:08:32.747Z","etag":null,"topics":["doom3","idtech4","level-editor","linux","macos","osx","quake4","the-dark-mod","windows"],"latest_commit_sha":null,"homepage":"https://www.darkradiant.net","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codereader.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-18T08:16:36.000Z","updated_at":"2026-04-18T04:12:12.000Z","dependencies_parsed_at":"2025-12-16T20:06:54.587Z","dependency_job_id":null,"html_url":"https://github.com/codereader/DarkRadiant","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/codereader/DarkRadiant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereader%2FDarkRadiant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereader%2FDarkRadiant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereader%2FDarkRadiant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereader%2FDarkRadiant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codereader","download_url":"https://codeload.github.com/codereader/DarkRadiant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codereader%2FDarkRadiant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35314872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":["doom3","idtech4","level-editor","linux","macos","osx","quake4","the-dark-mod","windows"],"created_at":"2026-06-21T22:00:22.314Z","updated_at":"2026-07-09T23:00:32.533Z","avatar_url":"https://github.com/codereader.png","language":"C++","funding_links":[],"categories":["Game \u0026 Studio Tools"],"sub_categories":["id Software"],"readme":"\u003cimg align=\"right\" src=\"https://github.com/codereader/DarkRadiant/blob/master/install/bitmaps/repository_logo.png?raw=true\" alt=\"DarkRadiant Logo\"\u003e\n\n# DarkRadiant\n\nDarkRadiant is a level (map) editor for the **The Dark Mod**, an open-source Doom 3 modification which is available at www.thedarkmod.com. Its primary use is creating missions for The Dark Mod as well as maps for idTech4-based games like Doom 3, Quake 4 and Prey.\n\n## Download\n\nGet the latest DarkRadiant binaries from the [releases page](https://github.com/codereader/DarkRadiant/releases/latest). We have binaries for Windows and macOS, plus [compilation instructions](https://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compiling_in_Linux) for various Linux distributions.\n\n# Getting started\n\nDarkRadiant requires game resources to work with, these resources are not installed by this editor. You'll need to point DarkRadiant to one of these games (The Dark Mod, Doom 3, Quake 4, etc.) before you can start to work on your map. Visit [www.thedarkmod.com](https://www.thedarkmod.com) for download instructions, then proceed with one of the tutorials available on the web.\n\nFor The Dark Mod mappers, there are a couple of [Video Tutorials](https://wiki.thedarkmod.com/index.php?title=DarkRadiant_Video_Tutorials) on the project's wiki, which should get you started.\n\n# Compiling on Windows\n\n## Prerequisites\n\nDarkRadiant is built on Windows using *Microsoft Visual Studio*, the free Community Edition can be obtained here:\n\n*VC++ 2022:* https://visualstudio.microsoft.com/downloads/ (Choose Visual Studio Community)\n\nWhen installing Studio please make sure to enable the \"Desktop Development with C++\" workload.\n\n## Build\n\nThe main Visual C++ solution file is located in the root folder of this repository:\n\n`DarkRadiant.sln`\n\nOpen this file with Visual Studio and start a build by right-clicking on the top-level \n\"Solution 'DarkRadiant'\" item and choosing Build Solution. The `DarkRadiant.exe` file will be placed in the `install/` folder.\n\n### Windows Build Dependencies\n\nSince DarkRadiant requires a couple of open-source libraries that are not available on Windows by default, it will try to download and install the dependencies when the build starts. If it fails for some reason, you can try to run this script:\n\n `tools/scripts/download_windeps.ps1`\n\nor extract the tools manually, downloading the 7-Zip package containing the necessary files from the URL below ([Get 7-zip here](https://www.7-zip.org/)):\n\nhttps://github.com/codereader/DarkRadiant_WinDeps/releases/latest/  \n\nThe dependencies packages need to be extracted into the main DarkRadiant source directory, i.e. alongside the `include/` and `radiant/` directories.\nJust drop the windeps.7z in the DarkRadiant folder and use 7-zip's \"Extract to here\"\n\n# Compiling on Linux\n\n## Prerequisites\n\nTo compile DarkRadiant a number of libraries (with development headers) and a standards-compliant C++17 compiler are required. On an Ubuntu system the requirements may include any or all of the following packages:\n\n* zlib1g-dev \n* libjpeg-dev \n* libwxgtk3.0-dev \n* libxml2-dev \n* libsigc++-2.0-dev \n* libpng-dev \n* libftgl-dev \n* libglew-dev \n* libalut-dev \n* libvorbis-dev\n* libgtest-dev\n* libeigen3-dev\n* libgit2-dev (optional)\n\nTo generate the local offline HTML user guide, the `asciidoctor` command must be in your\nPATH. This is an optional dependency: if the command is not found, the CMake build will\nproceed without building the user guide.\n\nThis does not include core development tools such as g++ or the git client to download the\nsources (use sudo apt-get install git for that). One possible set of packages might be:\n\n`sudo apt-get install git cmake g++ gettext pkg-config`\n\nMore required package lists for various Linux distributions are [listed in the Wiki Article](https://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compiling_in_Linux).\n\n## Build\n\nTo build DarkRadiant the standard CMake build process is used:\n\n```\ncmake .\nmake\nsudo make install\n```\n\nTo install somewhere other than the default of `/usr/local`, use the `CMAKE_INSTALL_PREFIX` variable.\n\n```\ncmake -DCMAKE_INSTALL_PREFIX=/opt/darkradiant\nmake\nsudo make install\n```\n\nOther useful variables are `CMAKE_BUILD_TYPE` to choose Debug or Release builds, `ENABLE_DM_PLUGINS` to disable the building of Dark Mod specific plugins (enabled by default), and `ENABLE_RELOCATION` to control whether DarkRadiant uses hard-coded absolute paths like `/usr/lib` or paths relative to the binary (useful for certain package formats like Snappy or FlatPak).\n\n# Compiling on macOS\n\n## Prerequisites\n\nYou'll need an Xcode version supporting C++17 and the macOS 10.15 (Catalina) target at minimum. Xcode 11.3 should be working fine. You will need to install the Xcode command line tools to install MacPorts (run `xcode-select --install`)\n\nTo compile DarkRadiant, a number of libraries (with development headers) are\nrequired. You can obtain them by using [MacPorts](https://distfiles.macports.org/MacPorts/):\n\nInstall MacPorts, then open a fresh console and issue these commands:\n\n```\nsudo port install jpeg wxwidgets-3.0 pkgconfig libsigcxx2 freetype ftgl glew\nsudo port install libxml2 freealut libvorbis libogg openal-soft eigen3\n```\n\n## Build\n\nStart Xcode and open the project file in `tools/xcode/DarkRadiant.xcodeproj`.\nHit CMD-B to start the build, the output files will be placed to a folder\nsimilar to this:\n\n`~/Library/Developer/Xcode/DerivedData/DarkRadiant-somethingsomething/Build/Products/Release`\n\nThe `DarkRadiant.app` package in that folder can be launched right away or\ncopied to some location of your preference.\n\n# More Build Information\n\nA more detailed compilation guide can be found on The Dark Mod's wiki:\n\nhttps://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compilation_Guide\n\n# Contact / Discussion\n\nDarkRadiant Website: https://www.darkradiant.net\n\nAll discussion is ongoing primarily at [The Dark Mod Forums](https://forums.thedarkmod.com/forum/51-darkradiant-feedback-and-development/), where you can get in touch with knowledgeable people \nand discuss changes or issues. If you happen to run into a bug, you're encouraged to report it to us, especially when running into\napplication crashes (see also [How to record a crashdump](https://wiki.thedarkmod.com/index.php?title=Save_a_Memory_Dump_for_debugging_Crashes)). \n\nThe issue tracker for DarkRadiant is also run by the Dark Mod folks: [DarkRadiant Bugtracker](https://bugs.thedarkmod.com/view_all_bug_page.php?project_id=1).\n\n# License\n\nThe DarkRadiant source code is published under the [GNU General Public License 2.0 (GPLv2)](http://www.gnu.org/licenses/gpl-2.0.html\n), except for a few libraries which are using the BSD or MIT licenses, see the [LICENSE](https://raw.githubusercontent.com/codereader/DarkRadiant/master/LICENSE) file for specifics.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodereader%2FDarkRadiant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodereader%2FDarkRadiant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodereader%2FDarkRadiant/lists"}