AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 291 forks source link

Figure out a good way to distribute the new duality template #788

Closed Barsonax closed 4 years ago

Barsonax commented 4 years ago

Summary

A new duality template was made that uses the default .NET tooling in #786. The first step was to release this as a simple zip file. The source of the template can be found here https://github.com/Barsonax/DualityProjectTemplate

However there might be better ways to distribute this template

Analysis

Barsonax commented 4 years ago

A dotnet new template seems to be the way to go. Its quite simple to make (so less maintenance) but has some nice features:

No Vsual studio integration yet but this is planned I believe.