aardvark-platform / aardvark.docs

Simple examples combining multiple packages provided by the aardvark platform. Each platform repository comes with separate examples -- here we collect overarching examples using for example aardvark.rendering and aardvark.media.
https://aardvarkians.com/
MIT License
109 stars 5 forks source link

Vanilla dotnet becomes unmanageable with more and more demos.. #29

Closed haraldsteinlechner closed 1 year ago

haraldsteinlechner commented 4 years ago

We now have sky and ssao example, both using paket since listing all packages transitively is a nightmare. i'm unaware of a dotnet solution to this. maybe we should move back to paket for uniformity and clarity. @gsomix as author of vanilla docs - do you have another idea?

gsomix commented 4 years ago

Yeah, I think Paket might be more convenient for multi-project repos, especially for examples. So let's go for it.

It's not related to the issue, but I think that .NET SDK templates should be still vanilla dotnet projects. Let me know if it inconvenient, maybe we can fix it somehow.

Thanks!