pbrt-v2
Rendering engine
A physically based rendering system written in C++ that simulates real-world lighting and materials
Source code for the version of pbrt described in the second edition of "Physically Based Rendering"
991 stars
127 watching
345 forks
Language: C++
last commit: almost 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
saschawillems/vulkan-gltf-pbr | An implementation of physically-Based Rendering with Vulkan and glTF 2.0 models. | 977 |
hectormf/brdfgenerator | Generates lookup tables for physically based rendering in graphics pipelines. | 145 |
wahn/rs_pbrt | A Rust implementation of physically based rendering techniques. | 811 |
mortennobel/simplerenderengineproject | A C++ render engine project with dependencies for game development. | 44 |
avilapa/vxr | A general-purpose rendering engine designed to handle 3D graphics and materials with advanced features. | 264 |
nadrin/pbr | An implementation of physically based rendering techniques in various graphics APIs for comparison and demonstration purposes. | 1,388 |
mortennobel/simplerenderengine | A C++14-based graphics rendering engine designed to simplify 2D and 3D graphics programming. | 347 |
mrpt/mrpt | A comprehensive C++ toolkit for mobile robotics and computer vision applications, providing algorithms and data structures for SLAM, motion estimation, image processing, and more. | 1,955 |
mholtkamp/octave | A 3D game engine that supports development on multiple platforms, including console systems and mobile devices. | 77 |
haeri/photonbox | A portable modern OpenGL Game Engine with focus on Physically-Based Rendering (PBR) and various features for dynamic lighting and graphics effects. | 109 |
danielenger/principled-baker | Automates the baking of PBR textures in Blender using Python scripts. | 347 |
mbrubeck/robinson | An educational project to learn basic implementation techniques for building a web rendering engine | 1,556 |
polymonster/pmtech | A lightweight game engine designed to optimize performance and simplify development through data-oriented design and low-level abstractions. | 881 |
acrylicshrimp/onyx | A Vulkan-based rendering engine for high-performance graphics rendering in C++2x. | 5 |
matt77hias/mage-v0 | A game and rendering engine featuring both forward and deferred PBR pipelines with optional indirect illumination using Voxel Cone Tracing. | 266 |