cpp-best-practices / gui_starter_template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing up as the smaller cpp_boilerplate_project

viniciusferrao opened this issue · comments

I don't know what happened but the last commits removed a lot of files from the starter project and looks exactly like cpp_boilerplate_project now. On README.md it links itself's as "a more complex example project, check out the cpp_starter_project."

Am I missing something or the repo is broken?

Thank you.

Right, I need to fix that.

it's not broken, only the README is at the moment. I'm trying to sort out the best way of maintaining multiple different starter projects.

This does still have the sdl sub project. It is the one that was left because it was the only one that I could actually support across all platforms equally. I will add back in other projects as that becomes possible.

I have updated the readme with #203

I did remove many sub projects, yes, because they were all commented out and not ever checked (and were likely broken) I'm going to add back in some, but also we are creating more diverse standalone example templates, see also: https://github.com/cpp-best-practices/ftxui_template