Tags
A tag is a keyword or label that categorizes your question with other, similar questions.
Unity is a cross-platform game creation system that focuses on easy art pipeline process. It consists of a game engine and an integrated development environment. The game engine's scripting is built on Mono.
16377 questions
C# is a multi-paradigm, managed, strongly typed, garbage-collected, programming language created by Microsoft in conjunction with the .NET platform.
8357 questions
OpenGL is a graphics standard and API which targets the desktop and workstation markets. It is designed to be easy to accelerate with dedicated computer hardware, and hence most implementations give greatly improved performance over traditional software rendering.
Currently, OpenGL is used for applications like CAD software and computer games. It is also cross-platform. The OpenGL standard is controlled by the Khronos group, which also controls OpenGL ES.
4310 questions
C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
4309 questions
2D refers to two dimensional space where coordinates are represented with X and Y values.
3511 questions
Java is both a popular object-oriented programming language and runtime environment which allows Java programs to run unchanged on most hardware and software platforms.
3431 questions
XNA is a game framework by Microsoft that allows deployment for Windows, Windows Phone & Xbox 360.
3076 questions
Collision detection is the determination of whether or not two or more entities make contact with each other during gameplay.
2465 questions
Relating to the motion of objects through space and time. Including concepts such as acceleration (thrust and gravity), mass, collision response, friction and more.
2395 questions
LibGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, iOS and your WebGL enabled browser.
2286 questions
Android is an operating system for mobile devices developed and maintained by Google, Inc. This tag should contain specific programming questions about Android.
2259 questions
3D refers to three dimensional space where coordinates are represented with X, Y and Z values.
2021 questions
Mathematics questions deal with the arithmetic, geometry, calculus, formulae and other calculations used in the development of a game.
1989 questions
a computer program that runs on graphics hardware and provides a high degree of control over how scenes are rendered
1981 questions
Game Design is the process of deciding the rules and mechanics of a game, and solving balancing problems to achieve the intended play experience. For questions about design of software code, use the Software Engineering or Algorithm tags instead. Likewise, questions about visual design should use Art or Graphics tags.
1663 questions
The simulation of an in-game entity's motion, such as running or sitting or striking.
1503 questions
"JavaScript (sometimes abbreviated JS) is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles."
From Wikipedia.
http://en.wikipedia.org/wiki/JavaScript
1424 questions
How code is structured. For questions on the internal design of a game engine.
1402 questions
The process of generating an image or series of images from a model by means of computer programming.
1272 questions
Game worlds are viewed from a camera, which is the viewpoint from which the game world is observed from.
1206 questions
Algorithms are used for calculation, data processing, and automated reasoning. More precisely, an algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function.
1153 questions
A 2D rendering of an object in space. Sprites are two-dimensional bitmaps that represent objects or entities in a game and populate larger scenes.
1146 questions
DirectX is a set of multimedia APIs from Microsoft aimed primarily at game developers. Popular APIs within the DirectX collection include Direct3D, XInput, and XAudio.
1060 questions
A very generic term referring to visual part of a game. Try to avoid unrelevant usage and instead tag for specific graphics type (2D, 3D), API, framework or a library you are using, if possible.
1055 questions
A simple term for "translation", the change of position of an entity typically on the route of going from point A to point B.
1036 questions
Two or more computers connected together via cable bound or wireless communication links for the purpose of information exchange.
895 questions
Played by multiple players, cooperatively or competitively, locally or remotely.
853 questions
The design and/or logic of how an in-game entity makes decisions about its behavior.
815 questions
Box2D is an open-source rigid-body 2D physics simulation library for games, written in C++, with ports in various languages
812 questions
Open-source implementation of Microsoft's XNA 4, for Windows, Mac, Linux, Android, and iOS, among others.
791 questions
The quality, efficiency, and speed of running gameplay as a result of several factors in the design and structure of the game and its architecture.
766 questions
Procedural generation is the construction of content based on algorithms and calculations rather than by hand.
765 questions
DirectX 11 is the primary graphics API for Microsoft platforms including Windows, Xbox One, and Windows phone.
757 questions