Viewer Architecture

From Second Life Wiki
Revision as of 17:38, 30 October 2006 by Phoenix Linden (talk | contribs)
Jump to navigation Jump to search

Sub-Systems

  • Asset System
  • Inventory
  • Rendering
    • AGP
    • Drawables
    • viewer object
    • avatar
    • octtree
  • UI
  • Media
  • Sound
  • IPC
    • TCP/pipes & pumps
    • llmessagesystem
  • VFS

Threads

The viewer is a single process with a few threads:

  • Main thread
  • VFS Thread

Program Flow

  • Initialize
  • Loop
    • Gathers input
    • Pumps the TCP i/o
    • Render the frame
  • Shutdown