Difference between revisions of "Code and Dev Information"

From Another End
Jump to: navigation, search
(Code Layout)
(Code Layout - Engine/Client)
Line 7: Line 7:
 
* [[Environment]]
 
* [[Environment]]
  
===Procedural Generation===
+
===Game===
 +
* [[Collision]]
 +
* [[Game Object]]
 
* [[Generator]]
 
* [[Generator]]
* [[Environment Regions]]
+
* [[Player]]
* [[Asset Format]]
+
* [[Powers]]
 +
* [[Skybox]]
 +
* [[Story]]
 +
* [[Story Node]]
 +
* [[World]]
 +
 
 +
===Postprocessing===
 +
* [[Entity Shader]]
  
 
===UI and Input===
 
===UI and Input===
 +
* [[HUD]]
 
* [[Input]]
 
* [[Input]]
 +
* [[Input Leap]]
 +
* [[Input VR]]
 
* [[Interface]]
 
* [[Interface]]
 +
* [[Menu System]]
  
 
===Utilities===
 
===Utilities===
 +
* [[Asset Manager]]
 
* [[Async Loader]]
 
* [[Async Loader]]
 +
* [[Basic Types]]
 +
* [[Game Timer]]
 +
* [[Light Manager]]
 +
* [[math]]
 
* [[Messenger]]
 
* [[Messenger]]
 
* [[utils]]
 
* [[utils]]
* [[Basic Types]]
+
 
  
 
===Hardware Interfacing===
 
===Hardware Interfacing===

Revision as of 16:13, 15 January 2015

UNDER CONSTRUCTION

Code Layout - Engine/Client

Core

Game

Postprocessing

UI and Input

Utilities


Hardware Interfacing

Code Layout - Server