Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
3D Graphics Rendering Cookbook
3D Graphics Rendering Cookbook

3D Graphics Rendering Cookbook: A comprehensive guide to exploring rendering algorithms in modern OpenGL and Vulkan

Arrow left icon
Profile Icon Sergey Kosarevsky Profile Icon Viktor Latypov
Arrow right icon
$51.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.4 (19 Ratings)
eBook Aug 2021 670 pages 1st Edition
eBook
$51.99
Paperback
$64.99
Subscription
Free Trial
Renews at $12.99p/m
Arrow left icon
Profile Icon Sergey Kosarevsky Profile Icon Viktor Latypov
Arrow right icon
$51.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.4 (19 Ratings)
eBook Aug 2021 670 pages 1st Edition
eBook
$51.99
Paperback
$64.99
Subscription
Free Trial
Renews at $12.99p/m
eBook
$51.99
Paperback
$64.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Learn to integrate modern rendering techniques into a single performant 3D rendering engine
  • Leverage Vulkan to render 3D content, use AZDO in OpenGL applications, and understand modern real-time rendering methods
  • Implement a physically based rendering pipeline from scratch in Vulkan and OpenGL

Description

OpenGL is a popular cross-language, cross-platform application programming interface (API) used for rendering 2D and 3D graphics, while 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 along with OpenGL and Vulkan APIs. The book begins by setting up a development environment and takes you through the steps involved in building a 3D rendering engine with the help of basic, yet self-contained, recipes. Each recipe will enable you to incrementally add features to your codebase and show you how to integrate different 3D rendering techniques and algorithms into one large project. You'll also get to grips with core techniques such as physically based rendering, image-based rendering, and CPU/GPU geometry culling, to name a few. As you advance, you'll explore common techniques and solutions that will help you to work with large datasets for 2D and 3D rendering. Finally, you'll discover how to apply optimization techniques to build performant and feature-rich graphics applications. By the end of this 3D rendering book, you'll have gained an improved understanding of best practices used in modern graphics APIs and be able to create fast and versatile 3D rendering frameworks.

Who is this book for?

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.

What you will learn

  • Improve the performance of legacy OpenGL applications
  • 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 Approaching Zero Driver Overhead (AZDO) philosophy in OpenGL
  • Integrate various rendering techniques into a single application
  • Find out how to develop Vulkan applications
  • Implement a physically based rendering pipeline from scratch
  • Integrate a physics library with your rendering engine

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 25, 2021
Length: 670 pages
Edition : 1st
Language : English
ISBN-13 : 9781838985301
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 25, 2021
Length: 670 pages
Edition : 1st
Language : English
ISBN-13 : 9781838985301
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 179.97
3D Graphics Rendering Cookbook
$64.99
Software Architecture with C++
$54.99
C++ High Performance
$59.99
Total $ 179.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.4
(19 Ratings)
5 star 78.9%
4 star 5.3%
3 star 5.3%
2 star 0%
1 star 10.5%
Filter icon Filter
Top Reviews

Filter reviews by




N/A Apr 04, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Feefo Verified review Feefo
H Dec 14, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I've been given the opportunity to read and learn form this amazing book on graphics rendering.Here is a review:There is a little bit of everything in this book (even some scene graph optimization!). The "recipe" approach to explaining concepts is quick and relatively easy to understand giving the reader the ability to consult any recipe without having to read the book in its entirety. This book does not really focus on Vulkan or OpenGL but does a little bit of both without fully committing to either. Although I would have loved some OpenGL recipes to be for Vulkan as well, the book manages to give enough information to be able to replicate it on your own.Although I have yet to finish reading the whole book, based on the chapters I have covered so far, I would definitely recommend this book to anyone with a good grasp of C++ and a moderate understanding of OpenGL and Vulkan.
Amazon Verified review Amazon
Michael D. Sep 20, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Had the change to get the book... and it is quite hard to stop reading it :)I hold a Bachelor's degree in Computer Science, focused on computer graphics and parallel programming. And I'm interested in real-time 3D computer graphics since the first MS-DOS based games on the 1990s. I've worked with OpenGL and C++ for nearly 20 years in several personal and fun projects, and I have seen a lot of versions come and go. Some of the topics are already well-known, like git, CMake, VAOs, shaders, cube map textures and shadow maps, so I did not start with bare hands.The update to OpenGL 4.x and Vulkan was long on my personal wish list, but digging thru a pile of tutorials and examples in the internet did not satisfy me need to look "behind the scene". I always want to know *why* I have to do thing in this or that way, not only that I have to do it.The authors have given me exactly the helping hand I needed. They show a step by step tutorial how to build an OpenGL and a Vulkan application, with nice additions like debug and profiling to find bottlenecks. Additional topics like organizing the vector data, adding HDR and SSAO or working with a scene graph are great if you've mastered the "basic stuff" (which is... not so basic at all).The split of descriptions of the steps are great, with many useful information around the code snippets (how to do it), and even more important for me, what happens inside the code I just saw (how it works).And as you can download the code from GitHub, the initial bootstrapping is also handled very well. No need to type the code from the book into your IDE - which does not mean you may not do it. Writing the routines actively down will help remembering at least the outlines of the OpenGL and Vulkan API parts.Big plus from my side: the inclusion of Linux and Mac OS X as development systems, next to the obvious Windows version (with small exceptions due to missing non-Windows support from tools).
Amazon Verified review Amazon
JP Oct 13, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you know something about vulkan or opengl. However you are stuck at a phase where you would overthink about implementation and you would not make any progress? Then this book is for you.They explain every concept in a step by step manner with code examples that evolve as you make progress. The project gets bigger at every chapter and in the end you will have a working engine which you can expand upon.In my case I have already implemented all those basics in my engine, I had a working engine with IBL, Shadows and PBR implemented when I bought the book. So if you are like me there are still few concepts that are explained well and worth the purchase.
Amazon Verified review Amazon
Sascha Willems Oct 01, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As someone who has been doing Vulkan from the very beginning (and OpenGL before that) I can recommend this book. Both to newcomers to real-time 3D graphics as well as experienced programmers. Newcomers should have understanding of basic real-time graphics concepts though, as this book starts at the api level.Seeing modern OpenGL (using AZDO) side-by-side with Vulkan is a very interesting approach, making it an interesting read for people wanting to do modern OpenGL or move to Vulkan.Topics are presented in a recipe based structure, giving at a consistent structure throughout all chapters, making it easy to read and follow.The selection of topics is pretty good, and covers both basic and advanced topics. With a few exception, the topics are presented both for OpenGL and Vulkan. The topics range from basic stuff like loading models and textures, to more advanced themes like GPGU using compute shaders, bindless resources, GPU culling, order independent transparency and atomics. As a final result, many of these are combined into a renderer for a complex scene.Physically based rendering using Khronos' glTF model standard also gets a lot of attention in a dedicated chapter, taking you through all the steps required to get a PBR based renderer up and running.It also touches on topics not directly related to real-time graphics like data-oriented scene graph design, using mesh optimizer and integrating profilers and physics engines, which is a nice addition.Bonus points for targeting Linux and MacOS (via MoltenVK for Vulkan) and not just Windows. Mobile platforms aren't mentioned though, which would've been a nice addition at least Vulkan which supports them natively.To sum it up, this is a very interesting read thanks to the variety of topics.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.