Skip to content

HappySapeta/XRE

Repository files navigation

XRE

An Experimental Realtime Rendering Engine made with OpenGL and C++.

XRE.Demo.mp4

Features

  • Rendering
    • Deferred Rendering
    • Physically Based Rendering
  • Post Processing
    • Screen Space Ambient Occlusion (SSAO)
    • Exponential Variance Soft Shadows
    • Bloom
    • HDR
  • Model and Texture Support
    • ASSIMP loader
    • Diffuse, Specular, Normal, Occlusion Textures Supported
  • Optimization
    • Frustum Culling
    • Cached Shadows
    • G-Buffer optimization (PBR - 120 bits, BlinnPhong - 112 bits)

References :

Libraries used :

About

Graphics Engine made with OpenGL and C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published