Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. C Plus Plus

C Plus Plus

1079 projects

Showing 36 of 1079 projects

Seasocks
SeasocksC++

A tiny embeddable C++ HTTP and WebSocket server library for lightweight web serving and real-time communication.

#websocket-server#http-server#lightweight
Stars781
Forks128
Last commit1 month ago
cpp-dependencies
cpp-dependenciesC++

A command-line tool that analyzes C++ #include dependencies and generates dependency graphs in .dot format for visualization.

#software-architecture#build-tools#cmake
Stars776
Forks85
Last commit5 months ago
MIDAS: Detecting Microcluster Anomalies in Edge Streams
MIDAS: Detecting Microcluster Anomalies in Edge StreamsC++

A real-time anomaly detection algorithm for dynamic graph streams, identifying intrusions, fraud, and fake ratings with constant memory and update time.

#aaai2020#c-plus-plus#denial-of-service
Stars775
Forks98
Last commit
Intel Parallel STL
Intel Parallel STLC++

A high-productivity C++ library for parallel programming across devices using Data Parallel C++ (DPC++) APIs.

#oneapi#parallel-computing#high-performance-computing
Stars773
Forks120
Last commit1 day ago
frozen
frozenC

A lightweight JSON parser and generator for C/C++ with a scanf/printf-like interface, designed for embedded systems.

#c-library#embedded-systems#scanf-printf-api
Stars768
Forks168
Last commit5 months ago
iir1
iir1C++

A high-performance, header-only C++ library for realtime IIR digital signal processing with Butterworth, Chebyshev, and RBJ filters.

#realtime-processing#chebyshev-filters#signal-processing
Stars767
Forks158
Last commit11 months ago
Hopscotch map
Hopscotch mapC++

A C++ header-only library providing fast hash map and hash set implementations using hopscotch hashing with open addressing.

#hash-table#high-performance#hash-set
Stars766
Forks67
Last commit7 months ago
replxx
replxxC++

A BSD-licensed readline and libedit replacement with UTF-8 support, syntax highlighting, hints, and cross-platform compatibility.

#linenoise#readline#syntax-highlighting
Stars757
Forks126
Last commit2 years ago
Skylicht
SkylichtC++

A high-performance, lightweight C++ game engine for mobile and web platforms, evolved from Irrlicht 3D.

#skylicht-engine#open-source#irrlicht-engine
Stars755
Forks60
Last commit3 days ago
CPM
CPMCMake

A C++ package manager based on CMake and Git that enables linking multiple versions of static libraries without symbol conflicts.

#static-linking#version-management#build-automation
Stars750
Forks80
Last commit4 years ago
IceCream-Cpp
IceCream-CppC++

A single-header C++ library for expressive and concise print debugging, replacing cout/printf with powerful formatting and lazy evaluation.

#formatting#c-plus-plus-11#print-debugging
Stars744
Forks37
Last commit1 month ago
ffead-cpp
ffead-cppC++

A high-performance C++ web and enterprise application framework with embedded HTTP server, ORM, and support for multiple server backends.

#http-server#orm#high-performance
Stars741
Forks147
Last commit2 days ago
clazy
clazyC++

A Qt-oriented static code analyzer based on Clang that provides over 50 Qt-specific compiler warnings and automatic fix-its.

#clang#qt#moc
Stars738
Forks97
Last commit6 days ago
Video++
Video++C++

A C++14 header-only library for high-performance video and image processing using meta-programming and SIMD optimizations.

#parallel-computing#high-performance#simd
Stars737
Forks113
Last commit7 years ago
rapidyaml
rapidyamlC++

A fast C++ library for parsing and emitting YAML, designed for performance and low memory usage.

#data-serialization#yaml#high-performance
Stars735
Forks134
Last commit1 day ago
Solarus
SolarusC++

An open-source Zelda-like 2D game engine written in C++ that runs games scripted in Lua.

#lua-scripting#open-source#top-down
Stars727
Forks140
Last commit8 years ago
AppImageUpdate
AppImageUpdateC++

A tool for updating AppImages in a decentralized manner using delta updates embedded within the AppImage itself.

#deployment#packaging#appimage
Stars726
Forks61
Last commit7 months ago
hiberlite
hiberliteC++

A C++ object-relational mapping library for SQLite with a Boost.Serialization-inspired API and lazy loading.

#orm#database#data-modeling
Stars724
Forks121
Last commit2 years ago
VexCL
VexCLC++

A C++ vector expression template library for OpenCL, CUDA, and OpenMP that simplifies GPGPU development.

#cuda#scientific-computing#parallel-computing
Stars721
Forks85
Last commit11 months ago
libassert
libassertC++

An over-engineered C++ assertion library providing rich diagnostic information, automatic expression decomposition, and syntax highlighting.

#stack-trace#syntax-highlighting#cpp17
Stars714
Forks53
Last commit3 months ago
MeTA
MeTAC++

A modern C++ toolkit for text retrieval and analysis, featuring indexing, ranking, topic modeling, classification, and language models.

#information-retrieval#text-classification#graph-algorithms
Stars714
Forks238
Last commit3 years ago
Andromeda
AndromedaC++

Interactive reverse engineering tool for Android applications, written in C/C++ for performance.

#apk-analysis#android#android-reverse-engineering
Stars713
Forks75
Last commit6 years ago
MPark.Variant
MPark.VariantC++

A C++17 std::variant implementation for C++11/14/17 compilers, providing type-safe unions.

#type-safe-unions#backwards-compatibility#discriminated-unions
Stars712
Forks91
Last commit3 years ago
LargeVis
LargeVisC++

Official implementation of the LargeVis algorithm for visualizing large-scale, high-dimensional data and networks.

#scientific-computing#dimensionality-reduction#c-plus-plus
Stars711
Forks168
Last commit3 years ago
CXXGraph
CXXGraphC++

A header-only C++ library for graph representation and algorithms, designed as a modern alternative to Boost Graph Library.

#graph#graph-algorithms#data-structures
Stars706
Forks144
Last commit7 days ago
cpp_functional_programming
cpp_functional_programming

A curated list of books, articles, talks, libraries, and projects about functional programming in C++.

#functional-programming#educational-resources#c-plus-plus
Stars705
Forks64
Last commit6 years ago
MySQL Connector/C++
MySQL Connector/C++C++

Official C++ interface for connecting applications to MySQL Server, supporting both SQL and X DevAPI.

#x-devapi#database-driver#cpp-library
Stars705
Forks255
Last commit1 month ago
CPP-Reflection
CPP-ReflectionC++

A C++ reflection system with a Clang-based parser and runtime library for type introspection and metadata generation.

#metadata-generation#cmake#c-plus-plus
Stars703
Forks103
Last commit6 years ago
Vulkan-Forward-Plus-Renderer
Vulkan-Forward-Plus-RendererC++

A high-performance Forward+ (tiled forward) renderer implemented in Vulkan using compute shaders for efficient light culling.

#vulkan#compute-shader#tiled-forward
Stars695
Forks65
Last commit
cppcodec
cppcodecC++

Header-only C++11 library for encoding/decoding base64, base32, hex, and variants with a consistent, flexible API.

#c-plus-plus-11#rfc-4648#encoding-decoding
Stars695
Forks120
Last commit3 years ago
DynaMix
DynaMixC++

A C++ library for dynamic polymorphism using mixins, enabling runtime object composition and mutation.

#runtime-composition#enterprise-systems#software-architecture
Stars694
Forks49
Last commit3 months ago
Cross Window
Cross WindowC++

A cross-platform C++ system abstraction library for managing windows and performing OS tasks across desktop, mobile, and web.

#ios#webassembly#xcb
Stars692
Forks56
Last commit1 year ago
CNL
CNLC++

A C++ library providing fixed-precision numeric types for safer, simpler, and more efficient arithmetic in constrained environments.

#embedded-systems#simulation#fixed-point
Stars691
Forks70
Last commit2 years ago
Vcflib
VcflibC++

A C++ library and command-line toolkit for parsing, manipulating, and analyzing VCF (Variant Call Format) files in bioinformatics.

#structural-variants#vcf-manipulation#command-line-tools
Stars680
Forks222
Last commit2 months ago
BigARTM
BigARTMC++

A fast, open-source platform for topic modeling using Additive Regularization of Topic Models (ARTM).

#additive-regularization#sparse-modeling#python-library
Stars674
Forks121
Last commit4 months ago
curlcpp
curlcppC++

An object-oriented C++ wrapper for libcurl that simplifies HTTP requests and network operations.

#multi-threading#network-library#curl
Stars673
Forks180
Last commit3 months ago
PreviousPage 18 of 30Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
9 years ago
#Cross Platform389
#Cpp224
#Game Development179
#Header Only159
#Cmake150
#Game Engine119
#High Performance79
#Opengl78
#Open Source72
#C69
#Linux67
#Vulkan67