Difference between revisions of "Code and Dev Information"

From Another End
Jump to: navigation, search
(Code Layout)
Line 1: Line 1:
 
UNDER CONSTRUCTION
 
UNDER CONSTRUCTION
  
== Code Layout ==
+
== Code Layout - Engine/Client ==
 
===Core===
 
===Core===
 
* [[main]]
 
* [[main]]
Line 11: Line 11:
 
* [[Environment Regions]]
 
* [[Environment Regions]]
 
* [[Asset Format]]
 
* [[Asset Format]]
 
===Server===
 
* [[Module Layout]]
 
* [[Node.js and Socket.io Dev Info]]
 
* [[Story System]]
 
  
 
===UI and Input===
 
===UI and Input===
Line 30: Line 25:
 
* [[Leap Motion]]
 
* [[Leap Motion]]
 
* [[Oculus Rift]]
 
* [[Oculus Rift]]
 +
 +
== Code Layout - Server ==
 +
* [[Module Layout]]
 +
* [[Node.js and Socket.io Dev Info]]
 +
* [[Story System]]

Revision as of 16:05, 15 January 2015

UNDER CONSTRUCTION

Code Layout - Engine/Client

Core

Procedural Generation

UI and Input

Utilities

Hardware Interfacing

Code Layout - Server