gui_starter_template icon indicating copy to clipboard operation
gui_starter_template copied to clipboard

A template CMake project to get you started with C++ and tooling

Results 31 gui_starter_template issues
Sort by recently updated
recently updated
newest added

Hello, I've seen traces of Doxygen on the repo, and on the older version of ccp_starter_project there was a Doxygen.cmake file. Is it removed? It's deprecated? I can't find any...

Hi I tried to use this however when I add openssl as a dependency it does not compile on windows. I used the template to create a new [repo](https://github.com/DominicD/justAOpenSSLCompileTest) and...

Based on the recent talk in the North Denver Metro C++ Meetup, do you consider adding ut as an alternative to Catch to this template?

It appears that CI has been failing on all the Ubuntu actions and 2 of the Windows actions since last commit approximate 8 days ago. The commit is only a...

Imgui and Imgui with docking is in Conan. We could add a small example project using opengl for people to try. I started with an older version of this project...

Hey! I freshly forked your template on my github account, but the initial commit doesn't pass the CI checks for ubuntu with gcc-11. It seems that some cached env variables...

It should be WARNINGS_AS_ERRORS_DEVELOPER_DEFAULT instead of OPT_WARNINGS_AS_ERRORS_DEVELOPER_DEFAULT

Hi! Thanks for this project! When I use CMake 3.18 on the top level CMakeLists.txt I get the error: > [gui_starter_template]$ mkdir build > [gui_starter_template]$ cd build > [build]$ cmake...

- fixes #215 - 'fltk/1.3.8' requires 'zlib/1.2.11' - 'libxml2/2.9.12' requires 'zlib/1.2.12' - to resolve the conflict, specify 'zlib/1.2.12' in the conanfile

This PR adds the ability for GUI programs to run within `.devcontainer` and forward rendering to the host's X11 server. Also includes a snippet of setting up an X server...