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

Fast float dependency #1356

Closed xelatihy closed 2 years ago

xelatihy commented 2 years ago

We should remove fast float as a dependency.

While it is faster than charconv, especially when charconv is not supported, it also adds a dependency on the low-level code that we specifically refactored to remove dependencies.

xelatihy commented 2 years ago

Listed in #1374