Difference between revisions of "Engine"
From polycount
(Redirected page to Glossary#Engine) |
EricChadwick (Talk | contribs) (restoring this page, better) |
||
| Line 1: | Line 1: | ||
| − | + | A game engine is what converts all the game assets into the display on your computer screen. It is a software program written by one or more programmers, and has several components that need to work in harmony to display the game at a nice [[FrameRate|frame rate]]. | |
| + | |||
| + | See also [[Rendering]]. | ||
| + | ---- | ||
| + | [[Category:Glossary]] | ||
Revision as of 18:17, 25 February 2015
A game engine is what converts all the game assets into the display on your computer screen. It is a software program written by one or more programmers, and has several components that need to work in harmony to display the game at a nice frame rate.
See also Rendering.