Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 1.83 KB

README.md

File metadata and controls

77 lines (57 loc) · 1.83 KB

FrameGraph Example

graph

Features

  • FrameGraph
  • PBR + IBL
  • Tiled Deferred Rendering
  • Weighted Blended Order Independent Transparency
  • Normal/Parallax Mapping
  • Cascaded ShadowMaps
  • Global Illumination (Light Propagation Volumes)
  • Skybox
  • Screen Space Ambient Occlusion
  • Screen Space Reflections
  • Bloom
  • FXAA
  • Tonemapping
  • Postprocessing effects
  • Frustum Culling

Building

Requires CMake 3.20 and vcpkg

> git clone --recurse-submodules https://github.com/skaarj1989/FrameGraph-Example.git
> cmake -S . -B build

vcpkg quickstart

https://github.com/microsoft/vcpkg#getting-started

> git clone https://github.com/microsoft/vcpkg
> ./vcpkg/bootstrap-vcpkg.bat

Add the following environment variables

VCPKG_ROOT=path_to_vcpkg
VCPKG_DEFAULT_TRIPLET=x64-windows

Install required dependencies

> vcpkg install spdlog glm glfw3 stb nlohmann-json imgui assimp

Dependencies

Acknowledgments

License

MIT