Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 463 Bytes

Hyperion

A 3D game engine featuring physically-based lighting with forward and deferring rendering pipelines, and an entity-component system.

Compiler Requirements

This project requires a version of MSVC with C++20 support. Support for modules in MSVC is a work in progress, and this project still causes internal compiler errors as of MSVC 14.32 (Visual Studio 17.2).

Required vcpkg Packages

  • assimp
  • directxtk
  • directxtex
  • nlohmann-json
  • spdlog