Skip to content

Reefufui/vulkan-light-bakery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Light Bakery

MSU Graphics Group Student's Diploma Project

EARLY STAGES OF DEVELOPMENT

Project Goal

The goal of the project is to implement and improve Activision's UberBake Light Baking System using Vulkan. You can find a detailed proposal of this project here: SIGGRAPH 2020 Paper.

Building the Project

To use this project, you will need to install the following dependencies:

You can install these dependencies using your system's package manager, or by building and installing them manually from source. Please refer to the respective project's README for instructions on how to build and install them.

Build the project using the standard CMake building process.

git clone git@github.com:Reefufui/vulkan-light-bakery.git
cd vulkan-light-bakery
mkdir build
cd build
conan install .. --build=missing
cmake ..
make -j 10

Project Timeline

Diploma project plan

Presentations

  1. UberBake Light Baking System

References and Acknowledgments