UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
541 stars 46 forks source link

Extract sample projects to a separate repo #82

Closed orthoxerox closed 6 years ago

orthoxerox commented 6 years ago

Hi.

It would probably be easier for the users of your framework to learn it if they could download a zip containing only the sample projects. The samples would have to reference the NuGet packages of Ultraviolet, of course.

tlgkccampbell commented 6 years ago

I used to distribute such a zip, but I stopped doing it, primarily out of laziness. That was also before Ultraviolet had NuGet packages, which complicated the situation considerably.

I can update my build server to produce such a zip without splitting things out into a separate repository, and I can attach the zip to Ultraviolet's releases on GitHub like I used to do. Do you think having a separate repository for the samples is valuable in and of itself?

orthoxerox commented 6 years ago

@tlgkccampbell I don't think a separate repo is that valuable, tbh, but a separate zip with samples would be great!

tlgkccampbell commented 6 years ago

Upon further consideration, I decided to go ahead and split the samples into their own repository, which can be found here. I'll be removing the samples from the main repository shortly, after I've updated my build server.