aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/matrix.hpp
AgeCommit message (Expand)Author
2022-06-27refactor: use int types from std namespaceHampusM
2022-06-13refactor: move matrix iterator to engine graphics folderHampusM
2022-06-13refactor: decouple statusline from scene & cursor controllerHampusM
2022-06-13feat: implement game of lifev0.1.0HampusM
2022-06-13refactor: replace DI files with the yacppdic libraryHampusM
2022-06-13refactor: add factory class & make DI container return unique ptrsHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13refactor: replace string matrix with template matrixHampusM
2022-06-13refactor: implement matrix iteratorHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
2022-06-13refactor: replace unsigned int with uint32_tHampusM
2022-06-13refactor: make vector2 & bounds data classesHampusM
2022-06-13refactor: improve factoriesHampusM
2022-06-13refactor: add virtual destructors to interfacesHampusM
2022-06-13add basic engine graphicsHampusM