Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 801 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 801 Bytes

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 :