Source folder naming csharp vs. src

Hello,

I just checked out the “New Document Wizard” for C# and I was wondering about the naming of the source folder. For libraries the established convention is using src afaict, yet the wizard names the folder csharp. What’s the reasoning behind that? The naming should be consistent, imho.

3 Likes

Came here to also point that out, maybe change the default location in the wizard to src? Or, in case the intention was to make clear to the user where the C# file has gone after creation, even add an option which folder to use, with a default set to src,

1 Like

Shaders are also sources, and src is usually code that’s not compiled by vvvv at runtime.

So shaders, csharp, python would all be different extensions to vvvv that get compiled by the patch, whereas src is something you compile with an IDE yourself.

4 Likes