Renderer/docs/src/architecture/architectureindex.md
austin 02c23d6e28
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
documentation reorganization
2024-08-02 16:21:28 -04:00

806 B

@page architectureindex Engine Architecture

[TOC]

  • @subpage networking
  • @subpage authentication
  • @subpage navmeshIndex
  • @subpage physicsindex
  • @subpage serverSceneManagement
  • @subpage fluidsimindex
  • @subpage worldstorageindex
  • @subpage uiarch
  • @subpage audioengine
  • @subpage timekeeper
  • @subpage archimprovementtargets
  • @subpage savesindex
  • @subpage hitboxesindex
  • @subpage drawcell
  • @subpage scriptengine

What is this section

All pages under this section should detail high level organization of code. Where other documentation may document design principles, goals, code examples, processes, etc., the pages within this category should be specifically detailing architecture decisions and why they were made. Ideally flow charts and graphs can visually demonstrate how things connect.