Difference between revisions of "Code and Dev Information"
From Another End
(Created page with "UNDER CONSTRUCTION == Code Layout == * Async Loader * Engine") |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
UNDER CONSTRUCTION | UNDER CONSTRUCTION | ||
− | == Code Layout == | + | == Client / Server Communication == |
− | * [[ | + | * [[Socket Event Definitions]] |
+ | |||
+ | == Code Layout - Engine/Client == | ||
+ | ===Core=== | ||
+ | * [[main]] | ||
* [[Engine]] | * [[Engine]] | ||
+ | * [[Environment]] | ||
+ | |||
+ | ===Game=== | ||
+ | * [[Collision]] | ||
+ | * [[Game Object]] | ||
+ | * [[Generator]] | ||
+ | * [[Player]] | ||
+ | * [[Powers]] | ||
+ | * [[Skybox]] | ||
+ | * [[Story]] | ||
+ | * [[Story Node]] | ||
+ | * [[World]] | ||
+ | |||
+ | ===Postprocessing=== | ||
+ | * [[Entity Shader]] | ||
+ | |||
+ | ===UI and Input=== | ||
+ | * [[HUD]] | ||
+ | * [[Input]] | ||
+ | * [[Input Leap]] | ||
+ | * [[Input VR]] | ||
+ | * [[Interface]] | ||
+ | * [[Menu System]] | ||
+ | |||
+ | ===Utilities=== | ||
+ | * [[Asset Manager]] | ||
+ | * [[Async Loader]] | ||
+ | * [[Basic Types]] | ||
+ | * [[Game Timer]] | ||
+ | * [[Light Manager]] | ||
+ | * [[math]] | ||
+ | * [[Messenger]] | ||
+ | * [[utils]] | ||
+ | |||
+ | |||
+ | ===Hardware Interfacing=== | ||
+ | * [[Leap Motion]] | ||
+ | * [[Oculus Rift]] | ||
+ | |||
+ | == Code Layout - Server == | ||
+ | * [[Module Layout]] | ||
+ | * [[Node.js and Socket.io Dev Info]] | ||
+ | * [[Story System]] | ||
+ | |||
+ | == Assets == | ||
+ | * [[Asset Format]] |
Latest revision as of 21:05, 19 January 2015
UNDER CONSTRUCTION
Contents
Client / Server Communication
Code Layout - Engine/Client
Core
Game
Postprocessing
UI and Input
Utilities