awesome-cpp icon indicating copy to clipboard operation
awesome-cpp copied to clipboard

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.

Results 159 awesome-cpp issues
Sort by recently updated
recently updated
newest added

Patternia brings Rust-style `match` expressions to C++ with a concise and expressive DSL: ```cpp match(cmd) .when(ci_value("start") >> "starting") .when(ci_value("stop") >> "stopping") .otherwise("unknown"); ```

# nndeploy: An Easy-to-Use and High-Performance AI Deployment Framework Hello, it's our honor to recommend the nndeploy project to you. nndeploy is an easy-to-use and high-performance AI deployment framework, primarily...

We would be glad to see our OptiVec library included in the "Awesome" list, category Math. Its > 3000 functions were written in Assembler for superior speed and safety. It...

Doxytest is a tool that extracts test code from documentation, for example, from comments before a method or a class. Rust's doctests are the inspiration for Doxytest.

Hi, I’d like to suggest adding eikon to the Image Processing section. Why eikon ? - It’s a lightweight C++ library for image manipulation (PNG/BMP/PPM) with no external dependencies (not...

Hello, I created a library in C++ under Windows to manage the speakers, so, increase or decrease the volume, mute or unmute. Soon I will integrate new features. Can you...

[https://github.com/HexadigmSystems/FunctionTraits](https://github.com/HexadigmSystems/FunctionTraits) This is an (effectively) single-header only template library for determining the traits of any C++ function at compile-time (return type, argument types, cv-qualifiers, noexcept specification, etc. - all components...

I'm missing a library here which provides support for string localization. An application targeting non-expert users, and which displays or prints any sort of text - must do so in...