What is a “game engine”? For example EAs Frostbite engine or Unreal Engine.

268 views

I work as an infrastructure engineer. And I was thinking the other day when I thought what actually makes up a “game engine”? A car engine is cylinders with pistons moving up and down. What is it that makes up a game engine? And if possible, what does that look like?

In: 0

6 Answers

Anonymous 0 Comments

A game engine is a software libary or framework that renders 3d scenes realy fast. Game developers using an engine only create the objects(aka assets) the game needs out of polygons and pass them to the engine, the engine then calculates all the shades, shadowws, physics and color of surfaces and prints them on your screen.

Many modern engines have lots of more features, they are editors for code and assets and you can create animations and quests and all that in the editors of the engine.

But the pure engine is just the computing graphics part.

You are viewing 1 out of 6 answers, click here to view all answers.