A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Type to find tags: |
xna× 2176
a game framework by Microsoft that allows deployment for Xbox Live Indie Games as well as Windows Phone 7.
|
c++× 1464
a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
|
c#× 1457
a multiparadigm, managed, garbage-collected, object-oriented programming language created by Microsoft in conjunction with the .NET platform.
|
opengl× 1429
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 g…
|
java× 1092
both a popular programming language and runtime environment which allows Java programs to run unchanged on most hardware and software platforms.
|
2d× 1063
drawn in a two-dimensional space using two-dimensional objects. To represent its position, each game object will have an `x` and a `y` coordinate.
|
android× 923
Operating system for mobile devices. For non-developer questions, see http://android.stackexchange.com
|
3d× 810
Refers to games or art assets built in a three-dimensional space, where all positions have X, Y and Z coordinates.
|
collision-detection× 773
The determination of whether or not two or more entities make contact with each other during gameplay.
|
game-design× 691
the practice of creating and balancing systems and the mechanics which the player uses to affect those systems. This is not to be used for programming questions about the "design" of f…
|
unity× 626
a highly cross-platform engine that focuses on easy art pipeline process and uses Mono as its scripting back end.
|
engine× 596
a collection of libraries and tools that provide a framework to create games.
|
math× 596
Arithmetic, geometry, calculus, and all else which resolves the number-crunching necessary in a game. Math questions are those that deal with the formulae and calculations used by the game in various …
|
physics× 572
Relating to the motion of objects through space and time. Including concepts such as acceleration (thrust and gravity), mass, collision response, friction and more.
|
architecture× 561
Engine-design related questions. How code is structured.
|
xna-4.0× 538
a programming environment that allows you to use Visual Studio to create games for Windows Phone, the Xbox 360 console, and Windows-based computers.
|
directx× 477
a set of multimedia APIs from Microsoft aimed primarily at game developers. Popular APIs within the DirectX collection include Direct3D, XInput, and XAudio.
|
textures× 473
A bitmap (raster image) used in a texture mapping process.
|
shaders× 452
a computer program that runs on graphics hardware and provides a high degree of control over how scenes are rendered
|
graphics× 439
A very generic term referring to visual part of a game. Thus try to avoid unrelevant usage and instead tag for specific grapics type (2D, 3D), API, framework or a library you are using if possible.
|
algorithm× 434
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 calculati…
|
javascript× 428
a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented,…
|
animation× 416
The simulation of an in-game entity's motion, such as running or sitting or striking.
|
sprites× 370
A 2D rendering of an object in space.
|
programming× 352
the process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
|
ios× 345
an operating system for mobile devices created by Apple Inc. It runs on the iPhone, iPad, and iPod touch.
|
iphone× 339
The iPhone smartphone designed by Apple Inc. The first iPhone was introduced on January 9, 2007. The iPhone runs on the iOS platform and can download and install applications from the iTunes app store…
|
box2d× 327
an open-source rigid-body 2D physics simulation library for games, written in C++.
|
rendering× 325
The process of generating an image or series of images from a model by means of computer programming.
|
ai× 320
The design and/or logic of how an in-game entity makes decisions about its behavior.
|
opengl-es× 315
Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.
|
flash× 306
a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.
|
networking× 301
Two or more computers connected together via cable bound or wireless communication links for the purpose of information exchange.
|
tiles× 295
Patterns of identical shapes (often squares or hexagons) that have no gaps. They usually represent the playfield in various games.
|
libgdx× 294
A game library which enables cross-platform game development in Java, with support for Android development and desktop development. It makes use of OpenGL for portability.
|
cocos2d-iphone× 292
a free open-source framework for building 2D games, demos, and other graphical/interactive applications for iOS devices.
|