pitchfork icon indicating copy to clipboard operation
pitchfork copied to clipboard

Cloneable templates.

Open FireFlyForLife opened this issue 6 years ago • 1 comments

I love the effort put together on this project. However, I feel like there currently is an unnecessary level of friction making a project like this. I get that the "pf" tool should help with this. But since that is not complete yet I would love to have a few sub directories (maybe other repo's?) I could clone which contain the layout. More specifically, with various build systems in place.

Reason being that making visual studio project is a bit of a hassle, you need to move the *.vxproj. then change all the include, build and output settings.

I am currently also looking into making a VS project template, which may be a good fit for that particular IDE.

FireFlyForLife avatar Dec 26 '18 17:12 FireFlyForLife

(I've been away for the holidays).

Such template projects are possible within this repository by placing the template project within a different branch. It wouldn't even require a separate repository. This may be something to look into.

vector-of-bool avatar Jan 02 '19 02:01 vector-of-bool