Skip to content

Implementation of "RealX Engine" which is a 3D game engine created by using OpenGL (graphics), PhysX (physics) and irrKlang (audio).

Notifications You must be signed in to change notification settings

juliuszlosinski/GameEngine_RealX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RealX Engine

Description

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.

UML diagrams

DiagramKlas01 DiagramKlas02

Presentation

Silnik01 image image image

About

Implementation of "RealX Engine" which is a 3D game engine created by using OpenGL (graphics), PhysX (physics) and irrKlang (audio).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages