Difference between revisions of "Code and Dev Information"
From Another End
(→Code Layout) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
UNDER CONSTRUCTION | UNDER CONSTRUCTION | ||
+ | |||
+ | == Client / Server Communication == | ||
+ | * [[Socket Event Definitions]] | ||
== Code Layout - Engine/Client == | == Code Layout - Engine/Client == | ||
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=== | ===Hardware Interfacing=== | ||
Line 30: | Line 51: | ||
* [[Node.js and Socket.io Dev Info]] | * [[Node.js and Socket.io Dev Info]] | ||
* [[Story System]] | * [[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