patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.89k stars 596 forks source link

Remove Boost dependency from examples #306

Open patrikhuber opened 4 years ago

patrikhuber commented 4 years ago

I think it's time we can reconsider removing the Boost dependency from the example apps. We're mainly using program_options and filesystem. We can use cxxopts to replace the former, and for the latter, we can require C++17 (just to compile the examples - the rest of eos will not require it yet).