Here is a list of all namespaces with brief descriptions:
core | In this namespace can be found basic classes like vectors, planes, arrays, lists and so on |
engine | Everything in the Engine can be found in this namespace and very important, the class GameManager |
input | In this namespace can be found input management classes like MouseEvent, MouseEventReceiver, KeyEvent and so on |
physics | In this namespace can be found physics management classes |
platform | In this namespace can be found platform management classes like Timer, File, and so on |
render | In this namespace can be found render management classes like RenderManager, RenderWindow, RenderSystem, and so on |
resource | In this namespace can be found resource management classes like ResoureceManager, Resource and so on |
scene | In this namespace can be found scene management classes like SceneManager, SceneNode, Camera, and so on |
script | In this namespace can be found script management classes like ScriptManager, ScriptSystem, Script and so on |
sound | In this namespace can be found sound management classes |