Sagas is here!
├───engine // framework
│ ├───engine // source code
│ ├───resource // resource files, will copy to ${BuildPath}/engine
│ └───external // third party libs
└───projects // different projects
└───tests
- Be aware that the
.vcproj
is manually edited with several customized build steps, so the best way to create a new project for now is to copy the project structure and manually rename it with a code editor and remove all source files.