|
| namespace | component |
| | Scene / node components (camera, lighting, ...)
|
| |
| namespace | core |
| | Core functionality (windows, event handler, logger, ...)
|
| |
| namespace | ext |
| | Nice to have functionalities not part of the Oxygen Engine but wrapped to work with it.
|
| |
| namespace | gui |
| | Graphical user interface (panels, buttons, text input, ...)
|
| |
| namespace | io |
| | Input/Output abstractions (Filesystem, Network, ...)
|
| |
| namespace | render |
| | Render related abstractions (Shader, Framebuffer, Cubemaps, Textures)
|
| |
| namespace | scene |
| | Scene related management (Render-agnostic Geometry, Manger, etc...)
|
| |
| namespace | util |
| | Various utilities.
|
| |
Oxygen Engine common namespace.