tree: b472dd8ff07df93d3e422a83c692746816170349 [path history] [tgz]
  1. res/
  2. src/
  3. CMakeLists.txt
  4. README.md
examples/dxview/README.md

DirectX glTF Viewer

Overview

This project was motivated by a lack of sample code demonstrating the graphics API agnostic nature of the glTF specification. The sample code is written using modern C++ and DirectX 12 for the client application.

Features

  • [x] DirectX 12
  • [ ] Loader
  • [ ] Animation
  • [ ] Morph Target
  • [ ] Physical Base Rendering
  • [ ] Environment Map

Dependencies

Building

Install dependencies

vcpkg install glfw3:x64-windows
vcpkg install spdlog:x64-windows

Generate Project Files

mkdir build
cmake . -B build -DCMAKE_TOOLCHAIN_FILE=${VCPKG_DIR}/script/buildsystem/vcpkg.cmake