Namespace List

Here is a list of all namespaces with brief descriptions:
NytroThe Nytro Game Engine main namespace
Nytro::AiThe 'Ai' namespace keeps all the Artificial Intelligence related classes, like agent, goal, crowd, brain, flock, hint, pathfinding and other
Nytro::AudioThis namespace holds classes related to sound/Audio, sound sources, sound buffers, sound blockers
Nytro::CoreThe core engine namespace, manages and glues together the various engine subsystems
It manages the providers, the plugins, the current frame, the application, the class creation/factory, holds the central resource manager, etc
Nytro::GameThe game namespace keeps all the classes related to an actual game skeleton, the game state logic, genre helper classes (FPS/RTS/MMO/TBS/TPS..), player, and other classes
Nytro::GraphicsThe graphics namespace holds all the graphics and rendering related classes, all what is displayed on screen, is using classes from here
Nytro::GuiThe Gui namespace holds the graphical user interface classes, UI controls
Nytro::InputThe Input namespace holds classes related to input from user, mouse, keyboard, joystick, gamepad
Nytro::MathMathematics utilitarian functions and classes
Nytro::NetworkThe network related classes are hosted here, client, server, net packet, protocols
Nytro::PhysicsThis namespace is the central host of the Physics related classes, bodies, ragdolls, ropes, simulation, vehicles, joints
Nytro::SceneThis namespace holds the scene related classes, scene nodes, scene graph
Nytro::ScriptThis namespace holds the classes related to engine scripting
Nytro::SystemThis namespace holds all common classes and functions of the engine, RTTI, application, threads, utilities, plugins, stats, profiler, memory, events, exceptions, resources, properties, streams, xml etc
Nytro::UtilVarious utility functions and classes

© Copyright 7thFACTOR Entertainment - All rights reserved