Daylight is an exciting project that delves into the world of Raytracing and Basic Rendering. It aims to provide a playground for learning and experimenting with cutting-edge graphics techniques and other fascinating elements.
To get started, clone the Daylight repository using the following command in your terminal or command prompt:
git clone --recursive "https://github.com/swet-s/Daylight"
The --recursive flag is essential during the cloning process because Daylight depends on external submodules/libraries.
After cloning the repository, navigate to the project directory and run Setup.bat
located in the scripts
folder. This script will generate the necessary Visual Studio 2022 solution and project files, setting up the project for you to start working on.
Before running this project, ensure that you have the following installed:
- Vulkan SDK
- Visual Studio 2022 (or later)
Once you have the prerequisites ready and the setup completed, you can dive into Daylight's exciting world of Raytracing and Basic Rendering!
This project is licensed under the MIT License.