{"id":13423492,"url":"https://github.com/TTimo/GtkRadiant","last_synced_at":"2025-03-15T17:31:52.964Z","repository":{"id":2739322,"uuid":"3735124","full_name":"TTimo/GtkRadiant","owner":"TTimo","description":"The open source, cross platform level editor for idtech games","archived":false,"fork":false,"pushed_at":"2024-08-18T14:50:27.000Z","size":48692,"stargazers_count":606,"open_issues_count":168,"forks_count":157,"subscribers_count":66,"default_branch":"1.6-release","last_synced_at":"2025-03-12T01:07:40.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://icculus.org/gtkradiant/","language":"C","has_issues":true,"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/TTimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-03-16T02:20:54.000Z","updated_at":"2025-03-03T09:10:21.000Z","dependencies_parsed_at":"2023-07-05T20:02:58.715Z","dependency_job_id":"c950a779-9223-415c-87eb-e83964079dae","html_url":"https://github.com/TTimo/GtkRadiant","commit_stats":{"total_commits":1113,"total_committers":52,"mean_commits":"21.403846153846153","dds":0.7735849056603774,"last_synced_commit":"8ddd383aaf149f54cb0c5292ab83c5721c2ed857"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TTimo%2FGtkRadiant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TTimo%2FGtkRadiant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TTimo%2FGtkRadiant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TTimo%2FGtkRadiant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TTimo","download_url":"https://codeload.github.com/TTimo/GtkRadiant/tar.gz/refs/heads/1.6-release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243766933,"owners_count":20344843,"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-07-31T00:00:35.871Z","updated_at":"2025-03-15T17:31:52.940Z","avatar_url":"https://github.com/TTimo.png","language":"C","readme":"GtkRadiant\n==========\n\n![logo](https://icculus.org/gtkradiant/images/logo-radiant.png)\n\nGtkRadiant is an open-source, cross-platform level editor for id Tech based games. It comes with some map compilers and data authoring tools.\n\nDownloads\n---------\n\nReady-to-use GtkRadiant packages are available on the [Downloads page](http://icculus.org/gtkradiant/downloads.html) on GtkRadiant's website. Some [installation instruction](https://icculus.org/gtkradiant/installation.html) may be useful.\n\nUseful links\n------------\n\n- [GtkRadiant website](https://icculus.org/gtkradiant/)\n- [Documentation](https://icculus.org/gtkradiant/documentation.html)\n\nSupported games\n---------------\n\nGtkRadiant provides level editing support for [Quake](https://en.wikipedia.org/wiki/Quake_(video_game)), [Quake2](https://en.wikipedia.org/wiki/Quake_II), [Quake2 Re-Release](https://en.wikipedia.org/wiki/Quake_II#Enhanced_version_and_Call_of_the_Machine), [Quake III Arena](https://ioquake3.org), [QuakeLive](https://www.quakelive.com), [Quetoo](http://quetoo.org), [Return to Castle Wolfenstein](https://en.wikipedia.org/wiki/Return_to_Castle_Wolfenstein), [Star Trek Voyager: Elite Force](https://en.wikipedia.org/wiki/Star_Trek:_Voyager_–_Elite_Force), [Star Wars Jedi Knight: Jedi Academy](https://en.wikipedia.org/wiki/Star_Wars_Jedi_Knight:_Jedi_Academy), [Unvanquished](https://www.unvanquished.net), [Urban Terror](http://urbanterror.info), [Wolfenstein: Enemy Territory](http://www.splashdamage.com/content/wolfenstein-enemy-territory-barracks).\n\nHow to build\n------------\n\nYou can find more complete instructions to build on Windows [here](https://icculus.org/gtkradiant/documentation/windows_compile_guide/) and to build on Mac OS [here](apple/README.md).\n\nThe Linux version is developed and distributed via Flatpak. See [GtkRadiant on Flathub](https://flathub.org/apps/io.github.TTimo.GtkRadiant).\n\nBuilding locally on Arch is the only setup that's likely to work as it's my daily driver. Ubuntu, Fedora etc. you are on your own. See the Flatpak SDK section below.\n\n```sh\n# ArchLinux\npacman -S git scons libxml2 gtk2 freeglut gtkglext subversion libjpeg-turbo\n```\n\n```sh\n# get the source\ngit clone \"https://github.com/TTimo/GtkRadiant.git\"\n\n# enter the source tree\ncd GtkRadiant\n\n# build everything\nscons\n```\n\nYou can build a specific part like this:\n\n```sh\n# only build the GtkRadiant level editor\nscons target=\"radiant\"\n\n# only build the q3map2 map compiler and the q3data tool\nscons target=\"q3map2,q3data\"\n```\n\nLevel editor binary (`radiant`) and tools (like `q3map2`) will be found in `install/` directory. \nThe build process automatically fetches gamepacks.\n\nBuilding on Linux with the Flatpak SDK\n--------------------------------------\n\n```sh\n# get the flatpak manifest\ngit clone \"https://github.com/flathub/io.github.TTimo.GtkRadiant.git\"\n\n# use flatpak-builder\ncd io.github.TTimo.GtkRadiant\nflatpak-builder --force-clean --user --install gtkradiant io.github.TTimo.GtkRadiant.json\n```\n\nYou can also checkout the GtkRadiant tree locally and [modify the manifest to point to it](https://gist.github.com/TTimo/fd683b368048dc8802e9aaf353ef68ec).\n\nHere is what you can do for debugging:\n\n```sh\nflatpak run --command=sh --devel io.github.TTimo.GtkRadiant\ngdb /app/gtkradiant/radiant.bin\n```\n\nGetting in touch\n----------------\n\nThe [#radiant channel at QuakeNet](https://webchat.quakenet.org/?channels=radiant) is the official GtkRadiant IRC channel. Come and chat about level design, development or bugs, you're welcome. Bugs can be submitted on the [GitHub issue tracker](https://github.com/TTimo/GtkRadiant/issues).\n\nLegal\n-----\n\nGtkRadiant source code is copyrighted by [id Software, Inc](http://idsoftware.com/) and various contributors and protected by the [General Public License v2](GPL).\n","funding_links":[],"categories":["C","⚙️ Engines"],"sub_categories":["Source (Valve)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTTimo%2FGtkRadiant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTTimo%2FGtkRadiant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTTimo%2FGtkRadiant/lists"}