{"id":13439026,"url":"https://github.com/Qfusion/qfusion","last_synced_at":"2025-03-20T06:32:11.987Z","repository":{"id":8941240,"uuid":"10675052","full_name":"Qfusion/qfusion","owner":"Qfusion","description":"Source code for cross-platform OpenGL gaming engine","archived":false,"fork":false,"pushed_at":"2024-03-30T23:55:14.000Z","size":100870,"stargazers_count":336,"open_issues_count":10,"forks_count":126,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-10-28T00:24:13.129Z","etag":null,"topics":["3d-engine","angelscript","cross-platform-game","fps","game-engine","game-engine-3d","gamedev","opengl","opengl-es","quake-engine","shadow-mapping"],"latest_commit_sha":null,"homepage":"http://qfusion.github.io/qfusion/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qfusion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-06-13T20:19:19.000Z","updated_at":"2024-10-11T08:22:18.000Z","dependencies_parsed_at":"2024-10-27T22:24:29.697Z","dependency_job_id":"4a37b596-551b-417f-bde9-8a5bcd0fe4ce","html_url":"https://github.com/Qfusion/qfusion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qfusion%2Fqfusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qfusion%2Fqfusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qfusion%2Fqfusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qfusion%2Fqfusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qfusion","download_url":"https://codeload.github.com/Qfusion/qfusion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566032,"owners_count":20473413,"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":["3d-engine","angelscript","cross-platform-game","fps","game-engine","game-engine-3d","gamedev","opengl","opengl-es","quake-engine","shadow-mapping"],"created_at":"2024-07-31T03:01:10.532Z","updated_at":"2025-03-20T06:32:06.969Z","avatar_url":"https://github.com/Qfusion.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# qfusion\n\n[![Build Status][travis-badge]][travis-url]\n[![Build Status][appveyor-badge]][appveyor-url]\n[![Coverity Scan Build Status][coverity-badge]][coverity-url]\n\nhttp://qfusion.github.io/qfusion/\n\nqfusion is the id Tech 2 derived game engine\n\n## Features (incomplete list)\n\n- Fully open-source under the GPLv2 and easy to mod\n- Runs on Linux, macOS, Windows and Android (in development)\n- Modern and fast OpenGL 3.0 and OpenGL ES 3.0 renderer, running in a dedicated program thread\n- Realtime lighting and shadows via omnidirectional and cascaded shadow maps\n- Scriptable \u003ca href=\"https://github.com/Qfusion/qfusion/wiki\"\u003eUser Interface\u003c/a\u003e based on XHTML/CSS standards with support for remote content and scalable vector graphics\n- Support for vertex and skeletal animation\n- HDR \u0026 Bloom support with configurable color correction profiles\n- Fullscreen Anti-Aliasing support in the form of MSAA or FXAA\n- Powerful multiplayer \u0026 eSports features (global stats, friend lists, IRC, TV-server, etc.)\n- Ready to go FPS example gametype scripts from Warsow\n- Multithreaded sound mixer design\n- OpenAL support\n- Hardware-accelerated Ogg Theora video playback\n\n## Extensible\n\n- C/C++ mods (plugins) can ship new gameplay features while maintaining compatibility with the core\n- UI and game mechanics scriptable with \u003ca href=\"http://www.angelcode.com/angelscript/\"\u003eAngelScript\u003c/a\u003e (C++ style syntax)\n- Flexible HUD scripting\n- \"Pure\" (models, maps, textures, sounds) game content is automatically delivered to players by game servers\n- Players are allowed to locally override non-\"pure\" game content\n\n## Notable games\n- \u003ca href=\"https://www.warsow.net/\"\u003eWarsow\u003c/a\u003e\n\n## License (GPLv2)\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nSee the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n\n\n[travis-badge]: https://travis-ci.org/Qfusion/qfusion.svg?branch=master\n[travis-url]: https://travis-ci.org/Qfusion/qfusion\n[appveyor-badge]: https://ci.appveyor.com/api/projects/status/ijn380lud31mepv6?svg=true\n[appveyor-url]: https://ci.appveyor.com/project/viciious/qfusion\n[coverity-badge]: https://scan.coverity.com/projects/qfusion/badge.svg\n[coverity-url]: https://scan.coverity.com/projects/qfusion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQfusion%2Fqfusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQfusion%2Fqfusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQfusion%2Fqfusion/lists"}