This repository contains my collection of cmmon tools to work with c++. I have written the last couple of years for myself, projects or libraries I worked on. Feel free to use them or to show me, what I did wrong. I am also deploying my unit tests, so doing a proof of my failures are easy :-).
- Common tools to work with logs, date and times, hashing, strings, optionals and variantes
- Containers optimized to speed like static arrays, dynamic arrays, lists, queues and hash maps
- Allocators, like pool allocators, scratch allocators and stack allocators
- Base file system operations
- Better random number generators
- OSRE (aka Open-Source-Render-Experience): The OSRE Repo
- Openddl-Parser: The OpenDDL-Parser Repo
- SegFault (Vulkan 3D-Engine): segFault 3D-Engine