The RealX engine is 3D game engine, that contains three core modules:
- graphics engine created by using OpenGL and ImGUI APIs.
- physics engine created by PhysX API from NVIDIA,
- audio engine created by irrKlang API,
RealX uses Entity-Component-System (ESC) for integrating all core modules.