Difference between revisions of "Code and Dev Information"
From Another End
(9 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=== | ===Core=== | ||
* [[main]] | * [[main]] | ||
Line 7: | Line 10: | ||
* [[Environment]] | * [[Environment]] | ||
− | === | + | ===Game=== |
+ | * [[Collision]] | ||
+ | * [[Game Object]] | ||
* [[Generator]] | * [[Generator]] | ||
+ | * [[Player]] | ||
+ | * [[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]] | ||
− | * [[ | + | |
+ | |||
+ | ===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