CheezBoiger / pbr-study

Physically Based Renderer Study/Exercise using Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What the Hell is this?

Simple Physically Based Renderer Study with Vulkan alt tag alt tag alt tag

alt tag

Why?

Cause I felt like it, wanna fite m8?

alt tag alt tag alt tag

How do I build this sh*t?

You need CMake and Git for this.
Clone this repo (don't forget to add submodules as well)

git clone https://github.com/Cheezboiger/pbr-study.git
git submodule update --init --recursive

then call cmake:

cmake path/to/pbr-study

depending on what OS you built this project on, you either run the makefile if you are using linux, or open the .sln file for windows (if you used visual studio).

What about your Vikr Renderer?

Felt like taking a break, wtf bruh? I cain't take a brek?!?!?

About

Physically Based Renderer Study/Exercise using Vulkan

License:MIT License


Languages

Language:C 51.8%Language:C++ 44.7%Language:GLSL 2.5%Language:CMake 1.0%