An open API service indexing awesome lists of open source software.

C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

https://github.com/andreacasalino/mt-rrt

General purpose library for multithreaded Rapidly Random exploring Trees

cpp multithreading path-planning pathfinding pathfinding-algorithm robotics robots rrt rrt-connect rrt-star

Last synced: 13 Apr 2025

https://github.com/revsic/branchtracer

Branch based windows debugger

branch-tracer cpp dll-injection exception-handler veh

Last synced: 04 Aug 2025

https://github.com/timkicker/coffeeshop

Mod manager for the Wii U. Browse, install and manage SDCafiine mods

aroma cpp devkitpro homebrew mod-manager sdcafiine wii-u wiiu-homebrew

Last synced: 29 Jun 2026

https://github.com/supersodasea/corecat

Corecat: Core library

cat cpp cpp14

Last synced: 11 Apr 2025

https://github.com/prg-titech/ikra-cpp

C++ Library for Object-oriented Programming with Structure of Arrays Layout

cpp cuda data-layout simd

Last synced: 12 May 2025

https://github.com/vss2sn/tello

A C++ library for the Tello and Tello Edu. Features joystick control, command line control, command queues and SLAM.

autonomous-quadcoptor command-line cpp joystick noros openvslam queue-commands slam slam-algorithms tello tello-drone tellodrone telloedu

Last synced: 06 May 2025

https://github.com/jukanntenn/cpp-primer-plus-6th-exercises

《C++ Primer Plus》(第六版)编程练习题参考答案。

cpp

Last synced: 16 Jun 2025

https://github.com/alexandrehiroyuki/movingaverageplus

Moving Average Plus is a C++ library that implements a moving average on the Arduino platform. Performance and usability are the two focuses I thought of when creating this library, so every improvement tip is welcome. It is useful for filtering noisy data from sensors, for example.

algorithms arduino arduino-library arduino-platform cpp data-processing data-structures filters moving-average pio platformio

Last synced: 12 Apr 2025

https://github.com/arvidn/libsimulator

libsimulator is a library for building discrete event simulations, implementing the ``boost.asio`` API.

cpp cpp11 network simulator

Last synced: 17 Jul 2025

https://github.com/korilakkuma/audio-signal-processing-by-wasm

Audio Signal Processing by WebAssembly (WAT: WebAssembly Text format and C++ with Emscripten)

cpp wat webassembly webaudio

Last synced: 23 Mar 2025

https://github.com/thewhitewulfy/legacy_cplusplus

C++ examples for beginners, written for my school master. The programs are organized into 8 chapters, each focusing on one core concept.

beginner beginner-code beginner-friendly beginners beginners-tutorial-series c-plus-plus c-plus-plus-examples cplusplus cplusplus-basic cpp cpp-course cpp-examples cpp-library cpp-primer cpp-programming cppprimer learn-cpp learning

Last synced: 28 Oct 2025

https://github.com/cleasbycode/pdvzip

Embed a ZIP or JAR file within a PNG image to create a tweetable and "executable" PNG-ZIP polyglot image file. CLI / Web tool.

arbitrary-data cli-tools cpp hacking infosec jar java linux png polyglot polyglot-files polyglots powershell pwsh python tweetable-zip twitter x-platform zip zipfile

Last synced: 12 Apr 2025

https://github.com/eclipse-uprotocol/up-cpp

uProtocol Language Specific Library for C++

core cpp uprotocol

Last synced: 12 Apr 2025

https://github.com/brj0/nndescent

C++/Python implementation of Nearest Neighbor Descent for efficient approximate nearest neighbor search

approximate-nearest-neighbor-search cpp knn knn-graphs nearest-neighbor-search nearest-neighbors nearest-neighbours-classifier python

Last synced: 13 Sep 2025

https://github.com/kevorr/cpp--

C++ to C transpiler

c compilers cpp

Last synced: 06 Mar 2026

https://github.com/yugui/grpc-custom-serializer

An set of example implementations which shows how to serialize gRPC messages in JSON

cpp golang grpc java json ruby

Last synced: 10 Apr 2025

https://github.com/cirquit/clara

A SLAM algorithm for the Formula Student Driverless competition

bundle-adjustment clustering cpp cpp14 embedded formula-student kalman-filter slam

Last synced: 29 Oct 2025

https://github.com/willprice/ray-tracing-in-one-weekend

C++ Ray tracer from the book "Ray Tracing in One weekend" by Peter Shirley

cgi computer-graphics cpp geometry raytracer

Last synced: 10 Apr 2025

https://github.com/qdata/fastsk

Bioinformatics 2020: FastSK: Fast and Accurate Sequence Classification by making gkm-svm faster and scalable. https://fastsk.readthedocs.io/en/master/

cpp gkm-svm python-library sequence-classification string-classification string-kernel

Last synced: 01 May 2025

https://github.com/yifengyou/learn-cpp

C++学习笔记~汇编C++

answer cpp note structured-data study

Last synced: 06 Apr 2026

https://github.com/thelartians/emglue

🕸️ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.

bindings cpp embind emscripten glue glue-bindings javascript wasm webassembly

Last synced: 05 May 2025

https://github.com/mogenson/async.h

async/await C macros

async c cpp embedded gcc macros scheduling

Last synced: 07 Sep 2025

https://github.com/mainakrepositor/super-ciphers

A collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)

arithmetic blockchain cipher-algorithms cpp cryptography java logic python3

Last synced: 26 Oct 2025

https://github.com/mcpp-community/mcpp

一个 现代C++ 模块化构建工具 — 纯 C++23 模块编写(已实现自举) - 模块化 + 依赖/工具链管理 + 包索引 + 打包发布

build-tool cpp cpp23 mcpp toolchain

Last synced: 30 May 2026

https://github.com/antares0982/ssrjson

A SIMD boosted high-performance Python JSON parsing library that fully leverages modern processor capabilities.

c cpp json python simd

Last synced: 24 Jan 2026

https://github.com/hiroishida/tinyfk

small fast forward kinematics solver (+jacobian) in c++ and python binding

cpp forward-kinematics inverse-kinematics jacobian python robotics

Last synced: 01 Mar 2026

https://github.com/rsgoksel/cpp-object-detection-yolov5-opencv

C++ Object Detection with YOLOv5 involves implementing real-time and image object detection using the YOLOv5 model in the C++ programming language, enabling identification and localization of objects in images or video streams.

cpp object-detection onnx onnx-models yolov5

Last synced: 07 Sep 2025

https://github.com/vincent-picaud/missionimpossible

A concise C++17 implementation of automatic differentiation (operator overloading)

autodiff automatic-differentiation cpp cpp17

Last synced: 10 Oct 2025

https://github.com/nonwill/nonwill.github.io

CDN data of www.autoptr.top.

autoptr c cpp dictionary goldendict ocr

Last synced: 27 Oct 2025

https://github.com/gayashanbc/observer-pattern-cpp

An introduction to the Observer design patten with C++ using a Weather Station Example

cpp cpp14 design-patterns observer-pattern

Last synced: 13 Mar 2026

https://github.com/cieslarmichal/config-cxx

C++ Config library for managing application configuration.

config config-management cpp cpp20 json

Last synced: 03 Oct 2025

https://github.com/m-peko/secureble

Secure communication between Arduino Uno microcontroller and Android application over BLE (Bluetooth Low Energy).

android arduino ble c cpp csharp ecdh sts xamarin

Last synced: 14 Oct 2025

https://github.com/clausklein/cmake-example-component-lib

How to create a c++ component library like boost with CMake

clang-format cmake cmake-format cpm cpp

Last synced: 18 Mar 2025

https://github.com/mattgodbolt/correct-by-construction

Correct by Construction : a presentation given at C++ on Sea 2020

cpp slides

Last synced: 30 Jul 2025

https://github.com/wyvernsemi/vproc

Virtual processor co-simulation element for Verilog, VHDL and SystemVerilog environments

asic-verification c codesign cosimulation cpp dpi dpi-c fpga logic logic-simulation pli processor python simulation-element systemverilog verification verilog vhdl vhpidirect vpi

Last synced: 03 Oct 2025

https://github.com/spnda/dds_image

Header-only C++11/C++17 DirectDraw Surface (DDS) decoder with Vulkan helpers.

cpp cpp11 cpp17 dds dds-loader directdraw-surface header-only vulkan

Last synced: 12 Aug 2025

https://github.com/iswenzz/cod4-dm1

Reverse of CoD4 & CoD4X (.DM_1) demo files with features such as parsing snapshot informations, frames, entities, clients and server messages.

cli cod4 cpp demo dm1 library reverse-engineering

Last synced: 14 May 2025

https://github.com/maekawatoshiki/long

C++ Compiler

compiler cpp rust

Last synced: 01 Jul 2025

https://github.com/h2co3/hash_table

Fast, data-oriented, stdlib-style hash table

cpp cpp14 data-oriented hash-map hash-table lookup

Last synced: 30 Apr 2025

https://github.com/jgcmarins/ascii-art

Given a image.bmp and a M x N group of pixels, generate a text that represents the image.bmp in ascii characters

ascii ascii-art bmp cpp image-processing

Last synced: 30 Apr 2025

https://github.com/meh/wrong

The most wrong build system and package manager for C and C++.

build-system c cpp

Last synced: 17 Apr 2025

https://github.com/oluwatimilehin/anchors

C++ library for incremental computing

cpp incremental-computation

Last synced: 01 Apr 2025

https://github.com/newyaroslav/easy_plot_cpp

Простая библиотека C++ для рисования графиков

cpp cpp-library cpp11 draw easy freeglut glut graph graphics header-only lib mingw mingw32 opengl plot plot-graph plot2d plots plotting windows

Last synced: 12 Jun 2025

https://github.com/iwatake2222/aiine_transform

Swapping face using Face Mesh with TensorFlow Lite

cpp tensorflow-lite

Last synced: 11 Mar 2026

https://github.com/alinshans/lcpp

Learning cplusplus : My practice for C++

cpp learning notes practice practices

Last synced: 25 Mar 2025

https://github.com/zakarialaoui10/powermonitor

A C++ library designed to measure the electrical characteristics of AC circuits such as voltage, current, power, reactive power, and power factor...

arduino arduino-library cpp monitor morocco power

Last synced: 30 Dec 2025

https://github.com/soumik12345/radium

Radium is a Ray Tracing Engine written in C++ that runs on the CPU using shared-memory multiprocessing

computer-graphics cpp monte-carlo multiprocessing openmp raytracing russian-roulette

Last synced: 16 Jun 2025

https://github.com/xmkg/concurrent-resource

A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.

accessor boost concurrency concurrency-library concurrency-patterns concurrent-data-structure cpp cpp17 design-patterns header-only thread-safety threading threadsafe

Last synced: 07 Jul 2025

https://github.com/kimushu/json5pp

JSON (ECMA-404 and JSON5) parser & stringifier for C++11

cplusplus cplusplus-11 cpp cpp11 ecma404 json json5

Last synced: 10 Apr 2025

https://github.com/chokobole/node-binding

A header only library to bind c++ to nodejs using node-addon-api easily.

bazel-support cpp cpp-library cpp14 cpp14-library header-only node-addon-api nodejs

Last synced: 10 Apr 2025

https://github.com/jaytwolab/qping

Ping class for Qt 5 or 6 (without user elevation) :kr: Qt 5 또는 6 기반 계정 상승 필요없는 핑

cpp languages ping qt qt5 qt6

Last synced: 18 Jul 2025

https://github.com/notapenguin0/audeo

Modern C++ 2D/3D audio library

3d-audio audio cpp cpp-library library modern-cpp sdl sdl-mixer

Last synced: 15 Jul 2025

https://github.com/qengineering/yoloip

A Raspberry Pi 4/5, with stand-alone AI, supports multiple IP surveillance cameras.

ai cpp email gpio gpio-pins ip-camera livestream mqtt onvif-camera programmable raspberry-pi security-camera surveillance yolo yolox

Last synced: 13 Apr 2025

https://github.com/basemax/vicomp

ViComp is a graphical user interface for ffmpeg and ffprobe. It is a cross-platform application that can be used on Windows, macOS, Linux, and FreeBSD. It is written in C++ and Qt. You can easily use it to reduce the size of your video files.

compression cpp ffmpeg ffmpeg-desktop ffmpeg-gui ffmpeg-script ffmpeg-wrapper gui qt ui video video-compress video-compression video-compressor video-ffmpeg video-processing

Last synced: 05 May 2025

https://github.com/ryoga-exe/sigmabeat2

Rhythm Game made with OpenSiv3D

cpp game opensiv3d rhythm-game sigmabeat siv3d

Last synced: 13 May 2025

https://github.com/kovzol/bibref

A tool that helps discovering internal references in the Bible

bible bible-references bible-study cpp septuagint septuaginta sword-library

Last synced: 13 Apr 2025

https://github.com/yue/kizunapi

A set of header-only C++ classes for type conversion between C++ and JavaScript using Node-API.

cpp javascript napi node-api node-module nodejs

Last synced: 07 May 2025

https://github.com/kuninoto/42_cpp_modules

Basic C++ exercises - introduction to C++, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.

42 42-cpp-module 42-cursus 42-school 42born2code 42cursus 42ecole 42porto 42portugal 42projects 42school cpp cpp-1337 cpp-modules cpp-modules-1337 cpp-modules-42 cppmodules ecole42 oop school42

Last synced: 30 Oct 2025

https://github.com/omaraflak/hc-sr04-raspberry-pi-c-

This class allows you to get datas from the HC-SR04 sensor easily in C++!

cpp hc-sr04 raspberry-pi wiringpi

Last synced: 23 Oct 2025

https://github.com/drkameleon/nim-webview

Nim wrapper for Zaitsev's new Webview

binding bindings c cpp gui nim webview wrapper

Last synced: 12 May 2025

https://github.com/pkoretic/recurse

Qt based micro web framework with middleware design

cpp micro-framework qt server web-framework

Last synced: 12 May 2025

https://github.com/templedevelopment/templeware-external

TempleWare-External is a open-source CS2 External Cheat written in C++.

c cpp cs2 cs2-cheat cs2-hack external imgui

Last synced: 22 Apr 2026

https://github.com/baptisterajaut/amber

Amber Video Editor — free open-source non-linear video editor (Qt 6, FFmpeg, Qt RHI: Vulkan/Metal/D3D/OpenGL)

cpp ffmpeg linux nle open-source opengl qt6 video-editing video-editor

Last synced: 25 Apr 2026

https://github.com/hopson97/basic-sfml-game-engine

A very simple SFML game engine/ framework.

cpp h sfml

Last synced: 09 Aug 2025

https://github.com/samarjitsahoo/cpp

Certainly! Here’s another take: C++ is a robust and flexible language that enhances C with object-oriented, generic, and functional programming features. It is widely acclaimed for its performance and efficiency, making it ideal for developing complex software systems, real-time applications, and high-performance games.

cpp cpp-library cpp-programming cpp-programming-language

Last synced: 31 Jul 2025

https://github.com/wtrsltnk/zynlab

Clone of ZynAddSubFX 2.44 to test some new ui ideas

cmake cpp fltk glfw3 imgui zynaddsubfx

Last synced: 20 Sep 2025

https://github.com/adrg/sling

Lightweight C++ Signals and Slots implementation

callback callbacks cpp cpp11 cpp14 cpp17 events header-only library lightweight signals signalslot slots

Last synced: 03 Aug 2025

https://github.com/shahriarrezghi/tenplayer

Modern Music Player for Linux

cpp cxx linux music music-player qml qt qt5

Last synced: 12 Oct 2025

https://github.com/mensonones/expo-vector-search

High-performance on-device vector search engine for Expo & React Native. Powered by C++ JSI and USearch (HNSW) for sub-millisecond similarity matching.

android cpp expo hnsw jsi on-device-ml react-native semantic-search similarity-search usearch vector-search

Last synced: 31 Jan 2026

https://github.com/open-space-collective/open-space-toolkit-core

Common types, containers and utilities.

core cpp engineering python space toolkit

Last synced: 09 Apr 2025

https://github.com/mrbald/ufw

A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.

asio benchmark boost cpp cpp11 cpp14 dependency-injection experimental-design inversion-of-control messaging minimalist-framework prototyping reactive-programming server-side-technologies yaml

Last synced: 10 Apr 2025

https://github.com/ahmetfurkandemir/data-structures

Necmettin Erbakan University - Data Structures (C-C++)

c cpp data-structures linked-list object-oriented-programming oop structure

Last synced: 15 Apr 2025

https://github.com/cworld1/stu-score-sys

使用 Qt 构建、C++ 作为底层开发的学生成绩管理系统,支持对学生成绩的增删改查、排序、汇总等功能。

c cpp qt qtcreator sql sqlite

Last synced: 30 Jun 2025

https://github.com/zakarialaoui10/PowerMonitor

A C++ library designed to measure the electrical characteristics of AC circuits such as voltage, current, power, reactive power, and power factor...

arduino arduino-library cpp monitor morocco power

Last synced: 29 Apr 2025

https://github.com/gammasoft71/properties

another c#-like property accessor for C++11 and above.

cpp cpp-library cpp11 cpp14 cpp17 multi-platform properties property property-accessors

Last synced: 05 Sep 2025

https://github.com/iwatake2222/inferencehelper_sample

Sample projects for InferenceHelper, a Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow

cpp deeplearning mnn ncnn opencv tensorflow tensorrt

Last synced: 03 Aug 2025

https://github.com/tachi107/cloudflare-ddns

Simple utility to dynamically change a DNS record using Cloudflare

cloudflare-ddns cpp meson

Last synced: 16 May 2025

https://github.com/nickbwanka/league-of-legends

This League of Legends cheat, developed in C++, offers a range of features to enhance your gameplay experience. From optimizing champion movement and attacks with Orbwalker to increasing awareness with Zoomhack, Lasthit, and Harass functionalities, this cheat provides a virtual assistant for your in-game character.

cheat cpp dll dll-injection electron game internal javascript league league-of-legends lol python script windows

Last synced: 14 Feb 2026

https://github.com/phoemur/hungarian_algorithm

An implementation of the Hungarian Algorithm in C++

assignment-problem cpp hungarian-algorithm kuhn-munkres munkres optimization

Last synced: 24 Apr 2025

https://github.com/bolner/simplexsolver

An easy-to-use Simplex solver class for linear programming.

cpp eigen linear-programming simplexsolver

Last synced: 21 Mar 2025