JosephA-packt / 3D-Graphics-Rendering-Cookbook

Published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Graphics Rendering Cookbook

A comprehensive guide to exploring rendering algorithms in modern OpenGL and Vulkan.

by Sergey Kosarevsky & Viktor Latypov

Published by Packt

https://www.amazon.com/Graphics-Rendering-Cookbook-comprehensive-algorithms/dp/1838986197

image

===========================

image

===========================

Downloading assets and dependencies:

Run the bootstrap.py script from the root filder.

Windows build instructions:

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
start RenderingCookbook.sln

Linux build instructions:

mkdir build
cd build
cmake ..
cd ..

*** Run compiled demos from the root folder of this repository ***

About

Published by Packt


Languages

Language:C++ 68.9%Language:C 20.8%Language:GLSL 6.8%Language:CMake 2.1%Language:SourcePawn 0.7%Language:Python 0.7%