xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
https://xelatihy.github.io/yocto-gl
2.83k stars 207 forks source link

Test generation in Python #1303

Closed xelatihy closed 3 years ago

xelatihy commented 3 years ago

Would be nice to generate tests in Python to make sure we can quickly iterate over test variants. For now, we assume that geometry is not defined in the Python script just like textures. But instead, Python will call the command line Yocto utilities to construct geometry and textures.

xelatihy commented 3 years ago

Fixed in #1304