TUD-STKS / TargetOptimizer

TargetOptimizer
GNU General Public License v3.0
1 stars 0 forks source link

Removed the dlib GUI and replaced it with a wxWidgets GUI #3

Closed Simon-Stone closed 4 years ago

Simon-Stone commented 4 years ago

Removed the dlib GUI and replaced it with a wxWidgets GUI. The program still supports both command line and GUI usage as before. Additionally, the program can be built with no GUI support by not specifying the preprocessor definition USE_WXWIDGETS. This may be helpful for people who do not want to deal with the additional dependency on the wxWidgets library.