nfengine
nfengine copied to clipboard
File structure cleanup
- [ ] Rename all tests source files. Either they should end with "Test", or they should have no postfix at all.
- [ ] Set filters in VS solution so they match directories structure.
- [x] README.md and Wiki reorganization
- [x] Remove legacy/unused files:
- nfCore/SceneSegment.*
- nfCore/ShaderManager.*
- nfCore/ShaderResource.*
For the first one, I would recommend removing the "Test" prefix from test fixtures. These are all tests, so the word feels redundant. Filters matching directory structures :+1: Legacy files - do we really have to remove SceneSegment? IMO we still have to reconstruct Segments in the engine, the file might be useful for us.
Bonus comment - I would add a README/Wiki reorganization with some detailed info as a part of this task. We spoke about it on our last meeting.