Home

Awesome

FrameGraph Example

<img src="media/screenshot1.png" width="400px"/> <img src="media/screenshot3.png" width="400px"/>

graph

Features

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