arthurmco / familyline-testbed

nice and fun RTS game about the adventures of family in the ancient era. Homebrew engine. Just starting. Shitty graphics are expected
MIT License
6 stars 2 forks source link

Use fmtlib to format text #19

Closed arthurmco closed 3 years ago

arthurmco commented 5 years ago

https://github.com/fmtlib/fmt. Some games use it, too

It seems safer than printf, because it checks type in compile-time

And is supported by vcpkg and cmake.


We might need to change every printf and sprintf call to functions inside this one

arthurmco commented 5 years ago

20 started the work. I need to finish it.