WHATS A 3D GAME ENGINE?
HI
I JUST WANT TO KNOW WHAT IS A 3D GAME ENGINE AND FOR WHAT IS USED IT.
THANKS
SNOOFY
First, please, don''t type in all-caps. It''s rendered as shouting by most people who read here, and it''s impolite.
A game engine is the code that runs the game. It consists of subsystems for rendering (graphics), audio, input, and various other things.
Think about it like this. Each modern "game" you buy or see has two parts: the game and the engine. The line is blurred in many titles, but effectively the game is all content (art assets, audio, etc) and all code specific to the game at hand, and the engine is the code that is not specific to the game but is more generally suited for determining how the game functions on a low level.
Feel free to ask further questions.
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
A game engine is the code that runs the game. It consists of subsystems for rendering (graphics), audio, input, and various other things.
Think about it like this. Each modern "game" you buy or see has two parts: the game and the engine. The line is blurred in many titles, but effectively the game is all content (art assets, audio, etc) and all code specific to the game at hand, and the engine is the code that is not specific to the game but is more generally suited for determining how the game functions on a low level.
Feel free to ask further questions.
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
[twitter]warrenm[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement