Difference between revisions of "Code and Dev Information"

From Another End
Jump to: navigation, search
 
(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]]
  
===Procedural Generation===
+
===Game===
 +
* [[Collision]]
 +
* [[Game Object]]
 
* [[Generator]]
 
* [[Generator]]
 +
* [[Player]]
 +
* [[Powers]]
 +
* [[Skybox]]
 +
* [[Story]]
 +
* [[Story Node]]
 +
* [[World]]
  
===Server===
+
===Postprocessing===
* [[Server]]
+
* [[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===
 +
* [[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

Client / Server Communication

Code Layout - Engine/Client

Core

Game

Postprocessing

UI and Input

Utilities


Hardware Interfacing

Code Layout - Server

Assets