-
StrToNum - header only, String to Number conversion library that works with std::(w)string_view instead of null terminated strings. It's based on std::from_chars machinery but, in contrast, works also with wchar_t strings, which std::from_chars doesn't. https://github.com/jovibor/StrToNum
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Hi, I had very similar idea. I created a library that allows you to convert string to int in C89. It works with all integer types (short, int, long), signed and unsigned. New integers could be easily added. Its interface is also inspired by from_chars. No locales. Is fuzz tested. Will add wchar_t string support. https://github.com/MarekKnapek/mk_parse_int
-
The Glaze (https://github.com/stephenberry/glaze) JSON, interface, and serialization library now has even better performance and a lot more functionality. The library makes interfacing with C++ data structures very straightforward while maximizing performance.
-
kotek
Framework for building your game engine or any application. OpenGL ES & Vulkan with C++20. (by wh1t3lord)
Link: https://github.com/wh1t3lord/kotek
-
Source can be found here: https://github.com/LimpSquid/led-cube-engine
-
I am working on a library for output stream manipulation using ANSI escape sequences. Some of its features are: colors and styles manipulators, progress bars and 2D terminal graphics. Repository: https://github.com/JustWhit3/osmanip
-
Related posts
-
fheroes2: A recreation of Heroes of Might and Magic II game engine
-
Fheroes2 is a recreation of the Heroes of Might and Magic II game engine
-
Endless Sky: Open-Source Space Exploration, Trading, and Combat Game
-
CheerpX is x86 virtualization to run executables and OS client-side
-
Top 8 Gaming open-source projects