cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
75 stars 20 forks source link

Make the test project more accessible and standalone #52

Closed cschreib closed 3 years ago

cschreib commented 3 years ago

Currently, the test project is buried deep in the folder hierarchy and relies on being part of the CMake build of the library. This is not practical for people who just want to explore the test to see what the library looks like. It is also not practical for people willing to integrate lxgui into their project, since it doesn't show how to use the FindLXGUI script etc.