Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.94 KB

File metadata and controls

54 lines (47 loc) · 1.94 KB

Axe Game Engine Design

This project contains details on the architecture & design of Axe.

Each component that makes up Axe is broken up into it's own design with the following information:

  • Description
  • Dependencies
  • Sub-Components
  • Terms
  • Design

Axe components are designed to be easily incorporated into any code base, you do not need to use Axe as the main game engine and you don't even need to use its primitives (vectors, matrices, etc).

Components

Component Organization Diagram

Architecture