All Projects → Qfusion → Qfusion

Qfusion / Qfusion

Source code for cross-platform OpenGL gaming engine

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Qfusion

Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (-1.57%)
Mutual labels:  game-engine, game-engine-3d, opengl, 3d-engine
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+740%)
Mutual labels:  gamedev, opengl, opengl-es, 3d-engine
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-72.94%)
Mutual labels:  game-engine, gamedev, opengl, opengl-es
Etlegacy
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.
Stars: ✭ 212 (-16.86%)
Mutual labels:  game-engine, game-engine-3d, opengl, fps
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (+84.31%)
Mutual labels:  game-engine, game-engine-3d, opengl, fps
Rabbittoolbox
🤸🏾‍♀️👗开源的动画渲染软件,提倡以简单、易用,高质量的物理演算以及渲染质量和性能,为喜爱二次元动画的用户降低视频制作门槛
Stars: ✭ 309 (+21.18%)
Mutual labels:  game-engine, gamedev, opengl, opengl-es
Exengine
A C99 3D game engine
Stars: ✭ 391 (+53.33%)
Mutual labels:  gamedev, opengl, 3d-engine, fps
Overload
3D Game engine with editor
Stars: ✭ 335 (+31.37%)
Mutual labels:  game-engine, gamedev, opengl, 3d-engine
Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-74.12%)
Mutual labels:  game-engine, gamedev, opengl, opengl-es
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-29.41%)
Mutual labels:  game-engine, gamedev, opengl, opengl-es
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+1090.2%)
Mutual labels:  game-engine, gamedev, opengl
Engine
Go 3D Game Engine
Stars: ✭ 1,362 (+434.12%)
Mutual labels:  game-engine, opengl, 3d-engine
Duality
a 2D Game Development Framework
Stars: ✭ 1,231 (+382.75%)
Mutual labels:  game-engine, gamedev, opengl
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+705.49%)
Mutual labels:  game-engine, gamedev, 3d-engine
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+608.24%)
Mutual labels:  game-engine, opengl, 3d-engine
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (+127.45%)
Mutual labels:  game-engine, gamedev, 3d-engine
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (-48.63%)
Mutual labels:  game-engine, gamedev, 3d-engine
Raz
Modern & multiplatform game engine in C++17
Stars: ✭ 161 (-36.86%)
Mutual labels:  game-engine, opengl, 3d-engine
Pharaohstroy
A maplestory IDE which can develop the multi-platform maplestory game
Stars: ✭ 69 (-72.94%)
Mutual labels:  game-engine, opengl, opengl-es
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-49.41%)
Mutual labels:  game-engine, gamedev, opengl

qfusion

Build Status Build Status Coverity Scan Build Status

http://qfusion.github.io/qfusion/

qfusion is the id Tech 2 derived game engine

Features (incomplete list)

  • Fully open-source under the GPLv2 and easy to mod
  • Runs on Linux, macOS, Windows and Android (in development)
  • Modern and fast OpenGL 3.0 and OpenGL ES 3.0 renderer, running in a dedicated program thread
  • Realtime lighting and shadows via omnidirectional and cascaded shadow maps
  • Scriptable User Interface based on XHTML/CSS standards with support for remote content and scalable vector graphics
  • Support for vertex and skeletal animation
  • HDR & Bloom support with configurable color correction profiles
  • Fullscreen Anti-Aliasing support in the form of MSAA or FXAA
  • Powerful multiplayer & eSports features (global stats, friend lists, IRC, TV-server, etc.)
  • Ready to go FPS example gametype scripts from Warsow
  • Multithreaded sound mixer design
  • OpenAL support
  • Hardware-accelerated Ogg Theora video playback

Extensible

  • C/C++ mods (plugins) can ship new gameplay features while maintaining compatibility with the core
  • UI and game mechanics scriptable with AngelScript (C++ style syntax)
  • Flexible HUD scripting
  • "Pure" (models, maps, textures, sounds) game content is automatically delivered to players by game servers
  • Players are allowed to locally override non-"pure" game content

Notable games

License (GPLv2)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].