Skip to content

Accompanying source code to our paper Fast Rendering of Parametric Objects on Modern GPUs

License

Notifications You must be signed in to change notification settings

cg-tuwien/FastRenderingOfParametricObjects

Repository files navigation

Accompanying source code of our EGPGV 2024 paper: Fast Rendering of Parametric Objects on Modern GPUs
by Johannes Unterguggenberger, Lukas Lipp, Michael Wimmer, Bernhard Kerbl, and Markus Schütz
TU Wien

Setup

Requirements:

  • Visual Studio 2022
  • MSVC C++ compiler
  • Vulkan SDK with VMA header (optional component => select during SDK install)

Setup:

  • Clone this repository
  • Pull submodules: git submodule update --init --recursive
  • Open FastRenderingOfParametricObjects.sln
  • Select the project FastRenderingOfPaametricObjects as the startup project
  • Build All and wait for the Post Build Helper to have deployed all the assets
  • Debug/Run the solution

About

Accompanying source code to our paper Fast Rendering of Parametric Objects on Modern GPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published