Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
cplusplus
cpp
graphics
rendering
computer-graphics
path-tracer
gltf
3d-graphics
path-tracing
physically-based-rendering
-
Updated
Aug 9, 2021 - C++
Context
This engine is intended to be used as a drop-in replacement to Three.js’s
WebGLRenderer
.Problem
It tends not to work as a drop-in replacement out-of-the-box, because the renderer crashes when:
THREE.Geometry
instead of aTHREE.BufferGeometry
.This might cause people who try to repl