MTuner

Intro

Tools Development in the games industry has a very broad job description and touches upon almost every part of the game development process. This list is a starting point for a good tools dev vocabulary.
Keep in mind this list is a work in progress thing…

If you find an issue with one of the definition feel free to contact one of the maintainers.


Entry Level

context: game dev pipeline

DCC tools (a.k.a. Digital Content Creation tools ) - are tools that can help with the creation of game assets and a host of other issues. These asset creation tools can be developed by a game development team to fit the custom needs of the team or bought from software vendors. Open source DCC tools like Blender are available as well. Examples of commercial DCC tools: Maya, ZBrush, 3ds Max, Photoshop, Softimage, Houdini...


context: Windows OS

DLL (a.k.a. Dynamic Link Library ) - is a shared library used in the Windows OS to provide multiple programs functionality and/or data contained within.


context: DevOps

Incremental Build - are builds that only rebuild modified (a.k.a. out of data) build targets or new build targets.


context: game dev job

Technical Artist (a.k.a. TA ) - is a game developer that is responsible for the technical aspects of content creation. This role may include the following responsibilities: creating tools for artists, providing technical support to artists, content optimization, creating efficient workflows and pipelines for content creation


context: software development

Technical debt - is a metaphor for programmers that take the easy and fast route in solving a problem knowing very well that the cost of maintenance and future changes will be high.


context: game dev job

Tool Developer (a.k.a. Game Tools Programmer, Engine Tools Engineer ) - a programmer that is dedicated to producing tools and utilities to increase the productivity of fellow game developers. A tool developer works directly with artists and designers to develop workflows and pipelines for efficient content production. Not limited to producing tools for artists and designers a tool developer is able to help create tools for other programmers on the game development team (game logic, engine, server and graphics programmers). Also never forgetting to take into account user feedback and UX best practices to achieve the end goal.


context: game dev

Translate Rotate Scale Control (a.k.a. TRS Control ) - The GUI that allows the user to set the translation, rotation, scale of a selected object


context: game dev job

UX Director - person whose main responsibility involves pushing to improve the User Experience of user facing and in-house tools in a game development company. Helping tool developers, tech artists and engine programmers make the best decisions based on talking to content creators and watching them work. Also the UX Director spends time educating the people involved with the tools development process about best practices in UX and UI design.


context: software development

Version Control System (a.k.a. VCS, Version Control, SCM, Source Control Management, RCS, Revision Control System ) - is a software tool that enable developers to keep track of changes made to source code, content and documentation over a project's lifetime.


context: DevOps

build target - the final output file of a build script.


context: game dev

game engine (a.k.a. engine ) - is a software framework written to abstract the underlining platform and provide core functionality to make the process of developing a game easier. The game engine can be divided into smaller engines that are responsible for one of the aspects of the game: Audio engine, Physics engine, Rendering engine.


context: game dev

pipeline (a.k.a. Content Pipeline, Production Pipeline, Asset Build Pipeline, Asset Pipeline, Build Pipeline, Asset Conditioning Pipeline, ACP, Tool Chain, Resource Conditioning Pipeline, RCP, Build ) - is a process that transform an asset from an idea to a digital-content creation (DCC) output file to a part of the game binary. This process lets the artists use the DCC tools that they like while meeting the needs of the development team.


context: Windows OS

redistributable package (a.k.a. redistributable ) - Windows runtime libraries that are needed to run applications developed with Visual C++.


context: game physics

rigid body - is a solid body that doesn't deform when any kind of force is applied to it.


context: game physics

soft body - is a solid body that deforms when any kind of force is applied to it.


context: DevOps

virtual machine (a.k.a. VM ) - is software that emulates a hardware computer.


context: computer graphics

voxel - the 3D version of a pixel



Intermediate Level

context: game dev job

3D generalist - a 3D generalist is someone who can do more than just one field of work in 3D artwork. This area of emphasis covers all aspects of 3D production, along with a strong visual art foundation.


context: game dev job

Composer (a.k.a. Video Game Composer, Video Game Music Composer, Audio Artist ) - writes expressive musical scores to bring the video game world to life. Making game scene unforgettable and immersive.


context: DevOps

Continuous Integration (a.k.a. CI ) - is a process by which new code is contagiously integrated (aka, built, hence the name) so that an up to date version is always available.

Reference from http://thetoolsmiths.org/2009/01/28/the-build-pipeline/


context: game dev pipeline

Digital Asset Management (a.k.a. DAM, Content Management System, CMS ) - is the process that is used for organizing access, storage and retrieval of digital asset files for large teams.


context: computer graphics

Dynamic lighting - scene lighting that uses dynamic light sources that is calculated at runtime and effects the game's performance.


context: game dev job

Environment Artist (a.k.a. Final Layout Artist, Level Assembly Artist, Set Dressing Artist, Prop Artist ) - are artist that are responsible for creating visually stunning indoor and outdoor locations and environments in a game's setting while keeping an eye on performance budgets. They use 2D storyboards or 2D concepts to create a 3D scenes prototype and iterate on it until final art quality is reached. They work with the Art Director to maintain the visual consistency of the game's setting. They also work with the game designers (Level Designers) to ensure the locations and environments are fun to play in. Tasks may include: modeling, texturing, animating lighting of environment assets (props).


context: game dev pipeline

Exporter plug-in - a DCC tool plug-in that converts an asset from a DCC format into a game engine or content pipeline format by removing extra data.


context: computer graphics

Forward Rendering - in this technique an object is rendered for each light source in the scene. This may lead to rendering the same pixels multiple times. Also Forward Rendering is considered the default and simple way of rendering.


context: game dev job

Game Animator - are responsible for the portrayal of movement and behavior of characters, creatures, vegetation, scenery and other objects within the limitations of a game engine and the underling platform.


context: computer graphics

Graphics Pipelines (a.k.a. rendering pipeline ) - a series of steps that are executed to transform a 3D scene into a 2D image.


context: UI

Iconography - a language that is used to represent actions, features, statuses and functionality using pictures called icons.


context: animation

Keyframe animation - is a form of computer animation that is based on transitions of an object's property from one "key" state (value) to another over a period of time. These "states" are usually called keyframes.


context: game dev job

Level Designer (a.k.a. LD, Environment Design, World Builder ) - designers that are responsible for creating entire levels of a game like rooms, buildings, cities and areas. They specify locations of gameplay elements like entrance/exit locations, items and loot, non-player characters, event trigger locations to make each level unique. They use weather and day/night cycles to create interesting and challenging environments.


context: software development

Marshalling - the process of packaging a program's object data and it's context into data format that can be transmitted to another program or placed into storage.


context: computer graphics

Mipmap (a.k.a. MIP map ) - is a set of optimized images (mips) that arranged in succession in a way that each image is of lower resolution then the previous.


context: game dev job

Modeler (a.k.a. 3D Modeler ) - an artist that create realistic 3D models, characters and environments based on concept art or blueprints for use inside a game. Modelers are responsible for creating a character’s skeleton witch will be used to animate the character. Also modelers use a 2D texture to create a realistic surface of a model.


context: computer graphics

NURBS Modeling tool (a.k.a. Non-uniform rational B-spline tool ) - are tools that use the Non-uniform rational basis spline mathematical model to curved surfaces.


context: artificial intelligence

Navigation mesh (a.k.a. navmesh ) - is data that is used in artificial intelligence to aid NPCs in finding their way around the game world.


context: software dev

Rapid Application Development (a.k.a. RAD ) - A software development approach that put less emphasis on planning and more emphasis on continuing to adapt to what is required.


context: software development

Serialization - the process for converting an object's state or data structure into a data stream (binary or text) that can be easily stored and restored.


context: animation

Skeletal animation (a.k.a. Bone-based animation ) - is a form of computer animation that uses interconnected bones to the animate the surface mesh of an object.


context: computer graphics

Static lighting - scene lighting that uses static light sources that can't be changed at runtime. The light calculation is beforehand.


context: software development

TDD (a.k.a. Test-Driven Development ) - a process of developing software that consists of an iteration loop that starts with writing a failing unit test and then writing enough code for the test to pass, this cycle is repeated multiple times until a software feature is finished.


context: computer graphics

Texture mapping - the process applying a 2D image (texture map) to a 3D object.


context: game dev pipeline

data schema (a.k.a. schema ) - a data schema is the formal description of the structures a system is working with.


context: computer graphics

mesh (a.k.a. polygon mesh, skin, visible mesh ) - is a collection of vertices, edges and faces that connect to form a complex shape of a 3D object.


context: game dev

middleware - software that enables a game development team to build a game, create assets for the game, making the game development process easier. Middleware can be game engines, development libraries and different kinds of tools.


context: computer graphics

occlusion culling (a.k.a. OC, Hidden Surface Removal (HSR), Visible Surface Determination (VSD) ) - is the process of determining the visibility of an object from the camera's point of view. This process is usually used to render only the visible objects.


context: DevOps

one button build - Do a complete, clean build of all current code and assets from scratch without any user interaction.

Reference from http://thetoolsmiths.org/2009/01/28/the-build-pipeline/


context: game dev pipeline

photogrammetry - is the process of using photos of a realworld object to creat a digital asset. This process is usually used in a photogrammetry asset pipeline. If done right the photogrammetry process will increase the efficiency of the asset pipeline.


context: animation

rig (a.k.a. skeleton ) - is a set of interconnected bones that form a digital skeleton that is bound to the 3D mesh of a model. The process of creating this skeleton is called Rigging.


context: animation

skinned mesh - a polygon mesh ("skin") that has vertices connected to an underling "skeleton". This mesh can be deformed and animated by a Game Animator. The process of binding a mesh to a skeleton is called Skinning.


context: computer graphics

texels (a.k.a. texture pixel, texture element ) - are pixels of a texture.


context: computer graphics

voxelization - the process of converting a model into a model that consist of voxels.


context: game dev pipeline

workflow - the steps required to achieve a desired outcome



Advanced Level

context: game dev pipeline

"the spew" - artist slang for cryptic feedback from the Importer.


context: game dev pipeline

Importer - a peace of software that converts an assets from an intermediary format of the content pipeline into a format that is suitable for the game engine.


context: game dev pipeline

Intermediate file (a.k.a. Bridge file ) - a file that is produced as a result of the process of exporting an asset from a DCC tool.


context: game dev

megatexture - is a technology that uses a huge texture witch is divided into smaller tiles that can fit into memory and streamed at runtime (first appeared in the id Tech 4 engine).