axe / axe-design

The high-level design of the game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The high-level design of the game engine.