Skip to content

Overview

Mahdi-Movahedian-Atar edited this page Apr 14, 2023 · 8 revisions

This is the the overview of the whole project.


Overall Map

UML2_1

How CoreMaker Works

CoreMaker is made up of multiple packages with all placed into a multilevel hierarchy. Each package can only use packages that are located above the package in the same level or pakegaes in the previous levels.

Editor level may use all other packages but not each other.

Note: all packages have their own assembly.


How to expand CoreMaker

To expand CoreMaker, you want to make a new package.

  1. Your package must follow the structure stated above.
  2. Your package must have its own assembly.
  3. If your package is an editor package, make sure to only select the Editor platform.

Note: Make Sure to know the duties of your package and do not over expand.

Overview List
CM.ApplicationManagements List

CM.DataManagement List
CM.InputManagement List
CM.SequenceManager List
Clone this wiki locally