Coder Social home page Coder Social logo

koson / 3d-graphics-rendering-cookbook-second-edition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/3d-graphics-rendering-cookbook-second-edition

0.0 1.0 0.0 37.82 MB

3D-Graphics-Rendering-Cookbook, Second Edition

License: MIT License

C++ 76.08% Python 0.09% C 1.11% SourcePawn 6.66% CMake 4.21% GLSL 11.85%

3d-graphics-rendering-cookbook-second-edition's Introduction

3D Graphics Rendering Cookbook - 2nd Edition

A comprehensive guide to exploring rendering algorithms in modern Vulkan

by Sergey Kosarevsky & Viktor Latypov & Alexey Medvedev

This is the code repository for 3D Graphics Rendering Cookbook - 2nd Edition, published by Packt.

What is this book about?

Vulkan is a low-overhead, cross-platform 3D graphics API that targets high-performance applications. 3D Graphics Rendering Cookbook helps you learn about modern graphics rendering algorithms and techniques using C++ programming with the Vulkan API.

This book covers the following exciting features:

  • Improve the performance of legacy Vulkan applications with Vulkan 1.3
  • Manage a substantial amount of content in real-time 3D rendering engines
  • Discover how to debug and profile graphics applications
  • Understand how to use the bindless philosophy in Vulkan
  • Integrate various rendering techniques into a single application
  • Find out how to develop Vulkan applications
  • Implement a physically based glTF2 rendering pipeline from scratch
  • Integrate a physics library with your rendering engine

If you feel this book is for you, get your copy today!

Software and Hardware List

Chapter Software required OS required
1-10 Microsoft Visual Studio 2022 Windows
1-10 GCC 12 Linux
1-10 Python 3.x Windows, Linux
1-10 Vulkan SDK Windows, Linux

The code runs on graphics cards which support Vulkan 1.3. GeForce RTX 2060 or newer is strongly recommended.

Instructions and Navigations

All of the code is organized into folders. For example, Chapter01.

The code will look like the following:

macro(SETUP_GROUPS src_files)
foreach(FILE ${src_files})
get_filename_component(PARENT_DIR "${FILE}" PATH)

Following is what you need for this book: This book is for 3D graphics developers who are familiar with the mathematical fundamentals of 3D rendering and want to gain expertise in writing fast rendering engines with advanced techniques using C++ libraries and APIs. A solid understanding of C++ and basic linear algebra, as well as experience in creating custom 3D applications without using premade rendering engines is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-10).

Downloading assets and dependencies:

Run the deploy_deps.py script from the root folder of this repository. Make sure you have ~15Gb of free space before you download the assets and build the source code.

Models downloaded from Morgan McGuire's Computer Graphics Archive

Windows build instructions:

cd .build 
cmake .. -G "Visual Studio 16 2022" -A x64
start RenderingCookbook2.sln

Linux build instructions:

cd .build 
cmake ..
cd ..

Get to Know the Authors

Sergey Kosarevsky

Sergey Kosarevsky is a rendering lead at Ubisoft RedLynx. He worked in the mobile industry at SPB Software, Yandex, Layar and Blippar, TWNKLS, and DAQRI, where he designed and implemented real-time rendering technology. He has more than 18 years of software development experience and more than 10 years of mobile and embedded 3D graphics experience. In his Ph.D. thesis, Sergey employed computer vision to solve mechanical engineering problems. He has co-authored several books on mobile software development in C++.

Viktor Latypov

Viktor Latypov is a software engineer specializing in embedded C/C++, 3D graphics, and computer vision. With more than 15 years of software development experience and a Ph.D. in Applied Mathematics, he has implemented a number of real-time renderers for medical and automotive applications over the last 10 years. Together with Sergey, he has co-authored two books on mobile software development in C++

Alexey Medvedev

Alexey Medvedev is an AR/VR tech lead at Meta.

Other books by the authors

Android NDK Game Development Cookbook

Mastering Android NDK

3D Graphics Rendering Cookbook

3d-graphics-rendering-cookbook-second-edition's People

Contributors

corporateshark avatar meenakshivijay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.