Information AboutGame Engine |
| CATEGORIES ABOUT GAME ENGINE | |
| video game development | |
| game engines | |
|
OVERVIEW Game engines provide a suite of visual Development Tools in addition to reusable software components. These tools are generally provided in an Integrated Development Environment to enable simplified, Rapid Development of games in a Data-driven manner. These games engines are sometimes called "game Middleware " because, as with the business sense of the term, they provide a flexible and reusable software platform which provides all the core functionality needed, right out of the box, to develop a game application while reducing costs, complexities, and time-to-market—all critical factors in the highly competitive Video Game Industry . Like other middleware solutions, game engines usually provide platform abstraction, allowing the same game to be run on various Platforms including Game Consoles and personal computers with few, if any, changes made to the game Source Code . Often, game middleware is designed with a Component-based Architecture that allows specific systems in the engine to be replaced or extended with more specialized (and often more expensive) middleware components such as Havok for physics, FMOD for sound, or SpeedTree for rendering. Some game engines such as RenderWare are even designed as a series of loosely connected middleware components that can be selectively combined to create a custom engine, instead of the more common approach of extending or customizing a flexible integrated solution. However Extensibility is achieved, it remains a high priority in games engines due to the wide variety of uses for which they are applied. Despite the specificity of the name, game engines are often used for other kinds of interactive applications with real-time graphical requirements such as marketing demos, architectural visualizations, training simulations, and modeling environments. Some game engines only provide real-time 3D rendering capabilities instead of the wide range of functionality required by games. These engines rely upon the , Ogre , Power Render , Crystal Space , Genesis3D , and JMonkey Engine . Modern game or graphics engines generally provide a Scene Graph , which is an object-oriented representation of the 3D game world which often simplifies game design and can be used for more efficient rendering of vast virtual worlds. HARDWARE ABSTRACTION Most often, 3D engines or the rendering systems in game engines are built upon a graphics API such as Direct3D or OpenGL which provides a Software abstraction of the GPU or video card. Low-level libraries such as DirectX , SDL , and OpenAL are also commonly used in games as they provide hardware-independent access to other Computer Hardware such as input devices (mouse, keyboard, and joystick), network cards, and sound cards. Before hardware-accelerated 3D graphics, software renderers had been used. Software rendering is still used in some modeling tools or for still-rendered images when visual accuracy is valued over real-time performance (frames-per-second) or when the computer hardware does not meet requirements such as Shader support or, in the case of Windows Vista , support for Direct3D 10 . HISTORY The term "game engine" arose in the mid-). Such was the popularity of Id Software 's '' Doom '' and '' Quake '' games that, rather than work from scratch, other Developers licensed the core portions of the software and designed their own graphics, characters, weapons and Level s—the "game content" or "game assets." Later games, such as '' Quake III Arena '' and Epic Games 's 1998 '' Unreal '' were designed with this approach in mind, with the engine and content developed separately. The practice of licensing such Technology has proved to be a useful auxiliary revenue stream for some game developers, as a single license for a high-end commercial game engine can range from US$10,000 to $3,750,000 (in the case of Warcraft III ), and the number of licensees can reach several dozens of companies (as for the Unreal Engine ). At the very least, reusable engines make developing game sequels faster and easier, which is a valuable advantage in the competitive computer Game Industry . Modern game engines are some of the most complex applications written, frequently featuring dozens of finely tuned systems interacting to ensure a finely controlled user experience. The continued refinement of game engines has created a strong separation between rendering, scripting, artwork, and Level Design . It is now common ( As Of 2003 ), for example, for a typical game development team to have several times as many artists as actual programmers. First-person shooter games remain the predominant users of third-party game engines, but they are now also being used in other '' and the MMORPG '' Dark Age Of Camelot '' are based on the NetImmerse engine, and the MMORPG '' Lineage II '' is based on the Unreal Engine. Game engines are used for games originally developed for home consoles as well; for example, the RenderWare engine is used in the '' Grand Theft Auto '' and '' Burnout '' franchises. Threading is taking on more importance due to modern multi-core systems (i.e. Sony's PPE ) and increased demands in realism. Typical threads involve rendering, streaming, audio, and physics. Racing games have typically been at the forefront of threading with the physics engine running in a separate thread long before other core sub-systems were moved, partly because rendering and related tasks only require updating at 30-60 Hz. For example, Need For Speed on the Playstation ran its physics at 100 Hz as compared to Forza Motorsport 2 running its physics at 360 Hz. Although the term was first used in the 1990s , there are a few earlier systems in the 1980s that are also considered to be game engines, such as Sierra's AGI and SCI systems, LucasArts' SCUMM system and Incentive Software 's Freescape Engine . However, unlike most modern game engines, these game engines were never used in any third-party products (except for the SCUMM system which was licensed to and used by Humongous Entertainment ). MIDDLEWARE Some companies now specialize in developing software suites known as "middleware." Middleware developers attempt to "pre-invent the wheel" by developing robust software suites which include many elements a game developer may need to build a game. Most middleware programs provide facilities that ease development, such as graphics, sound, physics and AI functions. DX Studio , Gamebryo and RenderWare are three such widely used middleware programs. Some middleware only do one thing, but do it more convincingly than general purpose engines. For example, ''''. Two widely-used packages that provide subsystems of functionality include Havok and several of RAD Game Tools ' systems. Havok provides a robust physics simulation system and RAD Game Tools develops systems for video rendering, audio playback and 3D rendering. Some middleware contains full Source Code , others just provide an API reference for a compiled binary Library . Some middleware programs can be licensed either way, usually for a higher fee for full source code. MMOG Middleware Middleware for Massively-multiplayer Online Games is far more complex than for single-player video games. However, the increasing popularity of MMOGs is spurring development of such middleware packages. Some prominent solutions include: HOBBYISTS Game engine development is a popular project amongst Computer Science students, hobbyists, and game developers alike. It can require strong interdisciplinary understanding of Geometry , Color Theory , and Computing . Being largely visual, however, these developers consider it fun and rewarding. Crystal Space , for example, is a popular Free and Open Source multiplatform game engine. GAME ENGINES The ten most reviewed commercial engines (most of which are low cost and used by hobbyists and indie developers), on DevMaster.net DevMaster.net's game engine page with a list of the Top 10 commercial engines, are:
Notable open source engines:
FPS GAME ENGINES Main article: First Person Shooter Engine A well-known subset of game engines are 3D First-person Shooter (FPS) game engines. Groundbreaking development in terms of visual quality is done in FPS games on the human scale. While Flight and Driving Simulators and Real-time Strategy (RTS) games increasingly provide realism on a large scale, first-person shooters are at the forefront of computer graphics at smaller, more human scales. The development of the FPS graphic engines that appear in games can be characterized by a steady increase in technologies, with some breakthroughs. Attempts at defining distinct generations lead to arbitrary choices of what constitutes a highly modified version of an 'old engine' and what is a brand new engine. The classification is complicated as game engines blend old and new technologies. Features considered advanced in a new game one year, become the expected standard the next year. Games with a mix of older generation and newer feature are the norm. For example '''' and '' Unreal Tournament 2004 '' fully realized the potential for vehicular-combat and first person shooter integration. REFERENCES SEE ALSO
EXTERNAL LINKS
|
|
|