• The Best Open Source Game Engine: In Search Of Perfection


    https://www.greatsoftline.com/the-best-open-source-game-engine-in-search-of-perfection/

    The game engine is a core software component of computer and video games and other interactive graphics applications processed in real time. It provides the basic set of demanded technologies, simplifies development, and often gives the desired opportunity to run the game on multiple platforms, e.g. game consoles and desktop operating systems, such as GNU/Linux, Mac OS X and Microsoft Windows.

    Video Game Engines

    The term ‘game engine’ refers to a whole range of applications, including the rendering engine for 2D or 3D graphics, a physics engine or collision detection (and collision response), sound, scripting, animation, artificial intelligence, network code, streaming, memory management, threading, and a scene interface. Strictly speaking, all the code written by programmers in the development of the game represents the components of the engine; gameplay is defined by functions implemented in these components.

    Choose your best open source game engine

    To date, the most popular and advanced (mostly open source) game engines are:

    1. OGRE – Open Source 3D Graphics Engine

    Ogre is an object-oriented graphics rendering engine. Implemented via C + +, supports 3D graphics and uses Direct3D and OpenGL. To work with the latest version of the engine you need one of the following compilers: GCC, Visual C + + 7.1 (2003), Visual C + + 8.0 (2005). The engine supports compilers to work on Linux and Mac used GCC3 +. If the game will use DirectX, you must first install DirectX SDK (available for download from Microsoft).

    According to the developer, Ogre is not in the strict sense of the word game engine. As stated in the documentation, ‘Ogre is just a graphics engine’; meaning it is designed for graphics processing.

    OGRE Game Engine

    Link: http://www.ogre3d.org/

    2. Crystal Space 3D – full-featured Software Development Kit

    A cross-platform Crystal Space is an open source engine with SDK for 3D graphics in real time, designed primarily for game development. Written in C++, but you can use it not only in C++ projects, but in Python, Perl, Java projects. Crystal Space it is a working base with modular concept, because of this, it seems heavier compared to other engines.

    Crystal Space Game Engine

    Link: http://www.crystalspace3d.org/main/Main_Page

    3. Nebula Engine – Realtime 3D game/visualization engine

    Nebula, once the best open source game engine types, but now far from setting the tone, is designed for 3D-games creation and visualization. Nebula was used in several commercial games. Also written in C++, it runs on Windows and uses DirectX 9.0. It supports classes for Shaders (HLSL and FX-files DirectX), skeletal animation, particle systems and shadows. Nebula supports several common scripting languages: TCL, Python and Lua.  It also supports D3D and OpenGL for rendering, runs under Linux and Windows.

    Nebula Game Engine

    Link: http://sourceforge.net/projects/nebuladevice/

    4. Irrlicht – an open source high performance realtime 3D engine

    Open source, cross-platform, written in C + +, supporting .NET (languages ​​such as C#, VisualBasic, and Delphi.NET), Java – using jirr or Bindenlicht libraries, Python – using the library Pyrr, Ruby – using the library IrrRuby and several other languages. The engine features all the necessary functions: rendering is performed through OpenGL/Direct3D (with support DirectX9.0); this is quite easy to learn game engine suitable for both making the first steps in programming.

    Irrlicht Game Engine

    Link: http://irrlicht.sourceforge.net/

    5. OpenSceneGraphg – an open source high performance 3D graphics toolkit

    This is an open-source, cross-platform engine, written in standard C++ using OpenGL. It supports various model formats, such as .lwo, .obj, .geo, .3 ds, .x, .wrl, i.e. virtually all the objects created in any modern three-dimensional graphics editor (3DS Max, Maya and Lightwave 3D). It runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.

    OpenSceneGraphg Game Engine

    Link: http://www.openscenegraph.org/

    6. Microsoft XNA – a set of tools with a managed runtime environment provided by Microsoft

    The cross-platform engine is designed for 3 platforms: Windows, Xbox 360 and Zune (mp3-player by Microsoft). However, to develop games for Xbox, you will have to purchase Xbox Developer Kit, though you can develop games under Windows for free. The technology is designed to develop games using DirectX and .NET Framework (.NET Compact Framework for Xbox 360) and, frankly speaking, the main language for developing games using XNA should be C#. The project is well supported by Microsoft: the company organizes webinars, releases support documents, maintains the forum and so on. XNA is often considered to be the best open source game engine.

  • 相关阅读:
    Python学习笔记六:集合
    Python学习笔记五:字符串常用操作,字典,三级菜单实例
    Python学习笔记四:列表,购物车程序实例
    Python学习笔记三:数据类型
    python学习笔记二:if语句及循环语句,断点,模块,pyc
    Python学习笔记一:第一个Python程序,变量,字符编码与二进制,用户交互程序
    JS教程:从0开始
    基于Token认证的多点登录和WebApi保护
    数据库高级对象(存储过程,事务,锁,游标,触发器)
    Sql基础(零基础学数据库_SqlServer版)
  • 原文地址:https://www.cnblogs.com/dhcn/p/11243771.html
Copyright © 2020-2023  润新知