Jelajahi Sumber

Merge pull request #5 from cieslarmichal/main

Add faker-cxx library
Stephens Nunnally 1 tahun lalu
induk
melakukan
4753e48bbe
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -545,6 +545,7 @@ _Language specific game engine development libraries / frameworks / code._
 - C++: Utility
     - 🎉 [Any-Lite](https://github.com/martinmoene/any-lite) - Header-only 'any' type for C++98 and above.
     - 🎉 [EASTL](https://github.com/electronicarts/EASTL/) - Electronic Arts STL replacement, emphasis on performance.
+    - 🎉 [faker-cxx](https://github.com/cieslarmichal/faker-cxx) - C++20 Faker library for generating fake (but realistic) data for testing and development.
     - 🎉 [Parallel Hashmap](https://github.com/greg7mdp/parallel-hashmap) - Header-only, fast and memory-friendly hashmap and binary tree containers.
     - 🎉 [Spdlog](https://github.com/gabime/spdlog) - Fast logging library.
     - 🎉 [Tiny-Process-Library](https://gitlab.com/eidheim/tiny-process-library) - Making it simple to create and stop new processes.