Skip to content

Game_Loop

Andrew McWatters edited this page Jun 26, 2019 · 26 revisions

Game Loop

**HC SVNT DRACONES** This article outlines engine-level behavior. The following information is best suited for engine modders rather than game developers.

engine

  1. Shared love.update( dt )
  2. Shared entity:update( timestep )
  3. Server engine.server.update( timestep )
  4. Server engine.client.update( timestep )
  5. Client gui.update( dt )
Clone this wiki locally