#
pbr
Here are 172 public repositories matching this topic...
C++ game engine focusing on modern rendering techniques and performance.
audio
lua
input
network
vulkan
entity-component-system
raytracing
pbr
gltf
bullet-physics
directx11
directx12
-
Updated
Aug 6, 2020 - C++
A modern cross-platform low-level graphics library and rendering framework
gamedev
opengl
graphics-engine
rendering
vulkan
directx
gles
graphics-programming
renderer
d3d12
d3d11
opengl-es
ibl
pbr
graphics-library
3d-engine
directx-12
directx11
directx12
vulkan-game-engine
-
Updated
Aug 18, 2020 - C++
A shader-based software renderer written from scratch in C89
c
cross-platform
shaders
graphics
software-rendering
rendering
graphics-programming
ibl
pbr
from-scratch
3d
3d-graphics
-
Updated
Aug 16, 2020 - C
-
Updated
Nov 19, 2018 - HLSL
-
Updated
Oct 12, 2019
An open-source format and tools for game developers 🎮
-
Updated
Mar 22, 2019 - C#
Physically based Vulkan RTX path tracer with a declarative ES7-like scene description language.
-
Updated
Nov 2, 2019 - C++
spease
commented
Jul 12, 2018
Using the pattern in the examples on the website, MultiBar::listen will likely hang if an error occurs as the ProgressBar::finish function will never get called. It'd be nice if listen would stop blocking if there aren't any more progress bars.
-
Updated
Jul 17, 2020 - HTML
webgl
library
frontend
graphics
image-processing
particles
renderer
pbr
3d
shadow-mapping
webgl-library
-
Updated
Jul 20, 2020 - JavaScript
A personal game engine
-
Updated
Aug 18, 2020 - C++
Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
-
Updated
Aug 2, 2020 - TypeScript
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
editor
c-plus-plus
opengl
game-engine
data-oriented-design
data-driven
cpp14
game-development
ecs
entity-component-system
gtkmm
pbr
resource-manager
3d
3d-game-engine
3d-editor
planet-generator
real-time-rendering
planet-renderer
ecs-framework
-
Updated
Feb 12, 2020 - C++
DirectX 11 Renderer written in C++11
light
bloom
gpu
engine
multithreading
scene
assimp
renderer
lighting
milestones
ssao
pbr
shadow
deferred-rendering
directx-11
compute-shaders
pbr-shading
latest-visual-studio
sponza
gpu-profiler
point-light
directional-lights
-
Updated
Feb 3, 2020 - C++
Yet Another Vulkan Engine
c-plus-plus
real-time
cpp
shaders
engine
rendering
vulkan
cpp17
deferred
vulkan-api
pbr
3d
3d-graphics
vulkan-engine
-
Updated
Aug 18, 2020 - C++
General purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
open-source
c-plus-plus
gamedev
opengl
materials
game-engine
graphics
engine
rendering
glfw
imgui
multithreading
procedural
graphics-programming
pbr
3d
physically-based-rendering
anisotropy
iridescence
clear-coat
-
Updated
Apr 19, 2019 - C++
Clustered shading implementation with bgfx
shaders
graphics
bgfx
pbr
physically-based-rendering
hdr
tone-mapping
clustered-shading
deferred-shading
-
Updated
Jun 12, 2020 - C++
A portable modern OpenGL Game-Engine with focus on PBR
-
Updated
Jul 18, 2020 - C++
Improve this page
Add a description, image, and links to the pbr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pbr topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul