MoltenEngine
MoltenEngine copied to clipboard
Visual Studio Templates
Add project templates:
- [ ] Standard Game Template - Provides the foundation needed for creating a game with the editor
- [ ] Barebones Template - Provides only what is needed to update, render and read input. No editor. Similar to Monogame/XNA and XNA templates.
- [ ] Terminal/Headless Template - Provides a foundation with no rendering capability. Perfect for servers
Take into account the following editors:
- Visual Studio
- Jetbrains
- MonoDevelop
- Visual Studio Code
Would this be an option? https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates I personaly for example do not use visual studio at all, im using jetbrains rider (mostly for cross platform coding, as it works under all major OSes). Every time i see visual studio written somewhere i get afraid that a project might require visual studio to work with 😅
@IceReaper This is actually a very good point and one I had not considered yet!
I've updated the issue so that other IDEs are taken into account, once template development starts.