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

Simpler apps #1351

Closed xelatihy closed 2 years ago

xelatihy commented 2 years ago

In the process of cleaning up the repo for version 5, we should probably make simpler apps as examples. The idea is that each app depends on the functionality as opposed to the data type. We will begin by analyzing the current apps and splitting the functionality apart, then update this issue with planned changes.

Application parameters should be loaded from a json file if desired.

xelatihy commented 2 years ago

1352 adds example apps that are simpler and maintain most functionality from old apps. We should now fix this apps.

xelatihy commented 2 years ago

Fixed in #1365