XREngine Wiki - XRManet/Engine GitHub Wiki
Welcome to the XREngine wiki!
Architecture layer
Currently, there are 4 binaries to be built for executing a program working with XREngine. Those are
- XRFrameworkBase, [Library]
- All binary links with this basic library. It provides several utility modules.
- XRRenderEngine, [Library]
- XRRenderEngine abstracts graphical processes to remove out difficult and hard works for rendering.
- Currently, XRRenderEngineGL only supported.
- XRScenes, [Libraries]
- Each projects using XREngine must define a XRScene-based scene.
- XRSceneTest is provided as an example.
- XREntrypoint, [Exebutable]
- Provide an OS-independent executable binary as an entrypoint.