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: |
unity× 4097
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 o…
|
c#× 3437
a multiparadigm, managed, garbage-collected, object-oriented programming language created by Microsoft in conjunction with the .NET platform.
|
xna× 2935
a game framework by Microsoft that allows deployment for Xbox Live Indie Games as well as Windows Phone 7.
|
opengl× 2854
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…
|
c++× 2662
a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
|
java× 2481
both a popular object-oriented programming language and runtime environment which allows Java programs to run unchanged on most hardware and software platforms.
|
2d× 2052
2D refers to two dimensional space where coordinates are represented with X and Y values.
|
android× 1671
an operating system for mobile devices developed and maintained by Google, Inc. This tag should contain specific programming questions about Android.
|
collision-detection× 1508
the determination of whether or not two or more entities make contact with each other during gameplay.
|
libgdx× 1368
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.
|
physics× 1352
Relating to the motion of objects through space and time. Including concepts such as acceleration (thrust and gravity), mass, collision response, friction and more.
|
3d× 1262
3D refers to three dimensional space where coordinates are represented with X, Y and Z values.
|
mathematics× 1091
Mathematics questions deal with the arithmetic, geometry, calculus, formulae and other calculations used in the development of a game.
|
game-design× 1085
the creation and balancing of game systems and mechanics. Not for programming questions about "design" of features, engines, etc. Not for visual design questions about the looks of as…
|
shaders× 1010
a computer program that runs on graphics hardware and provides a high degree of control over how scenes are rendered
|
textures× 974
A bitmap (raster image) used in a texture mapping process.
|
javascript× 863
a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented,…
|
engine× 827
a collection of libraries and tools that provide a framework to create games.
|
directx× 823
a set of multimedia APIs from Microsoft aimed primarily at game developers. Popular APIs within the DirectX collection include Direct3D, XInput, and XAudio.
|
architecture× 807
structured. For questions on the internal design of a game engine.
|
animation× 790
The simulation of an in-game entity's motion, such as running or sitting or striking.
|
graphics× 742
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.
|
algorithm× 731
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…
|
sprites× 698
A 2D rendering of an object in space.
|
rendering× 683
The process of generating an image or series of images from a model by means of computer programming.
|
xna-4.0× 674
a programming environment that allows you to use Visual Studio to create games for Windows Phone, the Xbox 360 console, and Windows-based computers.
|
box2d× 624
an open-source rigid-body 2D physics simulation library for games, written in C++, with ports in various languages
|
camera× 604
viewed from a camera, which is the viewpoint from which the game world is observed from.
|
glsl× 603
A programming language for OpenGL shaders.
|
ios× 555
an operating system for mobile devices created by Apple Inc. It runs on the iPhone, iPad, and iPod touch.
|
rotation× 544
the circular movement of an object around a specific axis.
|
movement× 535
A simple term for "translation", the change of position of an entity typically on the route of going from point A to point B.
|
networking× 523
Two or more computers connected together via cable bound or wireless communication links for the purpose of information exchange.
|
ai× 513
The design and/or logic of how an in-game entity makes decisions about its behavior.
|
unity5× 503
Refers to 5-th edition of Unity Engine, released in March 2015, featuring their new Standard Shader. It uses PhysX 3.3 and has many other upgrades over it's predecessor.
|
programming× 496
the process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
|