Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 546 Bytes

C++ Game Engine

Features:

  • Cache-efficient Entity-Component-System architecture
  • Physically-Based Rendering (Cook-Torrance BRDF, GGX microfacet distribution). Supported maps:
    • Albedo
    • Metallic-Smoothness (red and alpha channels)
    • Normal
    • Ambient Occlusion
  • Soft shadows
  • Draw call batching
  • Lua scripting (documentation)
  • Versatile resource management system
  • Resolution-independent UI system