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/parkertomatoes/lttb-cpp

C++ implementation of the Largest Triangle Three Buckets (LTTB) downsampling algorithm

cpp downsample lttb

Last synced: 13 Jun 2025

https://github.com/FAUSheppy/DonAINavigation

This plugin provides a 3D dynamic pathfinding system for use with Unreal Engine 4. It's primarly designed for Flying AI creatures based in dynamic or procedural worlds that need to solve complex pathfinding tasks.

cpp pathfinding unreal-engine unreal-engine-4

Last synced: 11 Mar 2025

https://github.com/jasonzhu1313/kinectutil

This project solves the problem of mismatching between rgb camera and depth camera of Kinect camera. And we can get higher quality point cloud model than Kinect itself. We solve the problem by first using both DLT and Zhangzhengyou‘s checkerboard to calibrate the camera, and then applying the calibrated parameters to project and re-project from the image captured by RGB and depth camera.

calibration checkerboard cpp dlt kinect project

Last synced: 19 Mar 2025

https://github.com/fengjungle/qtsocket

Transferring messages and files between the server and the client are realized in this project.

cpp qt5 socket-programming

Last synced: 11 Apr 2025

https://github.com/GQCG/GQCP

The Ghent Quantum Chemistry Package for electronic structure calculations

configuration-interaction cpp dsl electronic-structure python quantum-chemistry spinor-basis

Last synced: 09 Jul 2025

https://github.com/hwzlovedz/axp202-pmic

AXP202 Power management IC(AXP202电源管理芯片)

c cpp esp32 esp32-idf esp32-s3 pmic

Last synced: 12 Apr 2025

https://github.com/gautamajay52/github-webhook-bot

It is a Simple Telegram Bot, which will listen to GitHub Webhook and inform via Telegram

cpp github github-webhooks telegram-bot webhook

Last synced: 11 Apr 2025

https://github.com/feaser/microtbx

MicroTBX is an open source Microcontroller ToolBoX consisting of software components commonly needed in embedded software applications.

avr c cpp embedded firmware microcontroller rp2040 stm32

Last synced: 14 May 2025

https://microsoft.github.io/rego-cpp/

A C++ interpreter for the OPA policy language Rego

c cpp opa policy policy-engine python rust

Last synced: 12 May 2025

https://github.com/jimmy-park/singleton

C++11/17/20 thread-safe singleton pattern using CRTP

cmake cpp cpp11 cpp17 cpp20 crtp dclp design-pattern header-only singleton singleton-pattern

Last synced: 12 Jul 2025

https://github.com/taeguk/effective-cpp-series

My example and experimental source codes about books of Effective C++ Series, "Effective C++ 3/E" and "Effective Modern C++" by Scott Meyers.

cpp cpp11 cpp14 effective-cpp effective-modern-cpp modern-cpp study

Last synced: 13 Apr 2025

https://github.com/lmuffato/project-arduino-thermistor-api-react

Projeto pessoal: Obter a temperatura ambiente e através de um termistor ligado a um arduino e disponibilizar esses dados em tempo real via API NodeJS. No front-end os dados são acessados por uma interface em React JS.

api arduino back-end c c-plus-plus cpp css front-end full-stack javascript node nodejs personal-project reactjs readme thermistor

Last synced: 12 Jul 2025

https://github.com/ohjurot/ue5-cpp-tutorial

SourceCode for the UE5 C++ Tutorial by Lötwig Fusel

cpp tutorial ue5 unreal-engine unreal-engine-5 unreal-engine-cpp youtube

Last synced: 18 Mar 2025

https://github.com/lukka/cppbuildtasks

Build C++ software with vcpkg and CMake (with CMakeLists.txt or CMakeSettings.json). Samples provided use both self-hosted or Microsoft hosted agent, using Docker and Pipeline Caching as well. The same tasks are available as GitHub actions at https://github.com/lukka/run-cmake https://github.com/lukka/run-vcpkg -=-

azuredevops build cmake cpp linux macos ninja vcpkg visualstudio windows

Last synced: 21 Mar 2025

https://github.com/memristor/mep3

Memristor Eurobot Platform based on ROS 2

behaviortree c cpp eurobot python ros ros-navigation rviz webots

Last synced: 10 May 2025

https://github.com/mit-spark/config_utilities

Automatic C++ config structs and tools.

config cpp ros tools utilities yaml

Last synced: 22 Jul 2025

https://github.com/microsoft/rego-cpp

A C++ interpreter for the OPA policy language Rego

c cpp opa policy policy-engine python rust

Last synced: 08 Jan 2026

https://github.com/fandreuz/parallel-kd-tree

Parallel k-d tree with C++17, MPI and OpenMP

cpp data-structures hpc mpi openmp

Last synced: 10 Jul 2025

https://github.com/p-ranav/jsonlint

Lightweight command-line tool for validating JSON

checker cpp json jsonlint lightweight mit-license validator

Last synced: 05 May 2025

https://github.com/ethz-asl/lpp

Header only logging library to standardize ros and glog output at compile time.

cpp header-only logging ros

Last synced: 15 Jun 2025

https://github.com/liulilittle/frp

Fast reverse proxy supports UDP/TCP tunnel proxy.

aarch64 c cpp ddns frp frpc frps linux nat reverse-proxy s390x ssl tcp tls udp webshell websocket windows x86 x86-64

Last synced: 07 May 2025

https://github.com/cloudcodingspace/cengine

A graphics engine in C with the Vulkan API for experience

c cpp from-scratch graphics graphics-engine opengl vulkan vulkan-api vulkan-game-engine vulkan-renderer

Last synced: 07 May 2025

https://github.com/gyang274/gbp

gbp: a bin packing problem solver - an r package solves 1d - 4d bin packing problem.

3d 3d-bin-packing 3d-bin-packing-problem cpp packing-algorithm r

Last synced: 23 Feb 2026

https://github.com/gothack/flatrpc

A C++ RPC library built upon FlatBuffers and ZeroMQ

cpp cpp20 flatbuffers rpc rpc-library zeromq zmqpp

Last synced: 27 Apr 2025

https://github.com/calbabreaker/yacpm

Easy to use, fast, git sourced based, C/C++ package manager.

c cmake conan cpp git library library-manager package package-manager python vcpkg yacpm

Last synced: 23 Oct 2025

https://github.com/danielmartensson/goobysoft

General software for logging and controlling devices. Controlling Modbus, CAN bus via STM32PLC etc

canbus cpp data-aquisition imgui industrial-automation modbus stm32

Last synced: 01 Sep 2025

https://github.com/paandahl/cpp-with-rust

Using cxx to mix in Rust-code with a C++ application

cargo cmake cpp cxx rust

Last synced: 20 Mar 2025

https://github.com/danielkrupinski/stringpool

A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.

char char16 char32 char8 cpp cpp17 cpp20 memory-optimization memory-pool single-header string string-optimization string-pool string-view strings utf-16 utf-32 utf-8 wchar

Last synced: 09 Jul 2025

https://github.com/vittorioromeo/vrm_core

Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)

core cpp cpp11 cpp14 library ssv vrm

Last synced: 25 Mar 2025

https://github.com/SuperV1234/vrm_core

Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)

core cpp cpp11 cpp14 library ssv vrm

Last synced: 17 Mar 2025

https://github.com/GentenStudios/QuartzEngine

Nolonger used, see Phoenix repo

3d-graphics cpp game-engine opengl voxels

Last synced: 08 May 2025

https://github.com/podgorskiy/stylegancpp

Unofficial implementation of StyleGAN's generator

cpp deep-learning gan generative-adversarial-network stylegan

Last synced: 17 Jul 2025

https://github.com/ousttrue/msgpackpp

c++17 header only msgpack implementation. (msgpack-rpc-asio)

cpp messagepack-rpc msgpack

Last synced: 12 Jul 2025

https://github.com/boostorg/lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa

boost cast casting cpp lexical libraries

Last synced: 09 Apr 2025

https://github.com/wdmapp/gtensor

GTensor is a multi-dimensional array C++14 header-only library for hybrid GPU development.

cpp cpp14 cuda gpu hacktoberfest rocm sycl

Last synced: 04 Apr 2025

https://github.com/link-u/davif

avif decoder, using dav1d directly.

av1 av1-image avif avif-decoder cpp dav1d

Last synced: 22 Jun 2025

https://github.com/ponup/thiefcatcher

Open source clone of the game "Where in the world is Carmen San Diego?"

c-plus-plus cpp game puzzle sdl sdl2

Last synced: 22 Jun 2025

https://github.com/scottkirvan/scooterutils

Scooter Utilities is an Unreal Engine editor plugin that bundles essential quality-of-life tools for artists and developers. Quickly navigate to disk files, restart/reload your projects with a single click, and keep important settings persistent between editor sessions.

cpp editor-plugins plugin scooter-utilities ue4 ue4-plugin ue5 unreal unreal-engine unreal-engine-4 unreal-engine-5 unreal-engine-plugin unreal-utilities

Last synced: 03 Mar 2026

https://github.com/junhyeokahn/zmq-protobuf

communication between python and cpp using zeromq and protobuf

cpp protobuf python zmq

Last synced: 31 Jul 2025

https://github.com/coralblocks/coralcpp

Call Java from C++ and C++ from Java with a variety of old and new projects like JNI, JNA, JNR, FFM, JExtract, BridJ, GraalVM, JNI-Bind, etc.

bridj cpp ffm graalvm graalvm-native-image java jextract jna jni jni-bind jnr jnr-ffi jvm

Last synced: 28 Apr 2025

https://github.com/ron4fun/bigintegercpp

A C++11 large integer library with effective high performance, simplistic in nature and also clean in the eyes.

absolute-value biginteger clear-bit cplusplus cpp flip-bit gcd math modular-exponentiation modular-inverse negate pcg-random prime-numbers rabin-miller set-bit square test-bit

Last synced: 09 Oct 2025

https://github.com/amadeusitgroup/amc

Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set

cpp cpp-header cpp-library cpp11 cpp17 fixedcapacityvector flatset header-only highperformance set smallvector sortedvector vector

Last synced: 25 Apr 2025

https://github.com/bhhbazinga/lockfreelinkedlist

Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.

cpp linked-list lock-free thread

Last synced: 23 Apr 2025

https://github.com/deephealthproject/eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.

autograd cpp deep-learning gpu machine-learning neural-network tensor

Last synced: 18 Jan 2026

https://github.com/brainboxdotcc/triviabot

A Discord Trivia/Quiz bot with over 150,000 questions and lots of features!

bot cplusplus cplusplus-17 cpp discord discord-bot dpp linux mysql triviabot

Last synced: 12 Apr 2025

https://github.com/DisCPP/DisCPP

Simplified, but feature rich Discord API wrapper written in modern C++.

c-plus-plus cpp discord discord-api discord-api-wrapper discord-cpp discord-library discordbot library

Last synced: 14 Mar 2025

https://github.com/nearhuscarl/castlevania

A remake of Castlevania NES (Block 01) written in C++ and directx 9

2d-game castlevania cpp directx platformer remake

Last synced: 07 May 2025

https://github.com/thecompez/cutemobile

A concept mobile app UI/UX prototype based on Qt Quick technology.

android cpp design ios mobile-app modern-design phone qt qtquick template ui user userinterface ux

Last synced: 19 Aug 2025

https://github.com/renarddev/detours

A set of tools for working with software modifications in two files (Detours.h, Detours.cpp).

cpp detour detours hook hooks hooks-api pattern-matching rtti rtti-cplusplus

Last synced: 13 Aug 2025

https://github.com/retifrav/cmake-library-example

An example of creating a C++ library with CMake

cmake cpp

Last synced: 03 Aug 2025

https://github.com/vmmc2/bleach

The implementation of my undergraduate thesis: "Bleach: A programming language aimed for teaching Compilers."

compilers cpp educational-project educational-software interpreters programming-language

Last synced: 17 Sep 2025

https://github.com/kourier-server/kourier

Kourier is the fastest, lightest, and 100% HTTP syntax-compliant server.

cpp http http-server qt server

Last synced: 30 Jun 2025

https://github.com/9oelm/risc-v-web-simulator

Yet another RISC-V Simulator on the web, running on Webassembly! https://riscv.vercel.app/

cpp javascript risc-v risc-v-emulator risc-v-simulator riscv-emulator riscv-simulator simulator webassembly

Last synced: 05 May 2025

https://github.com/thomasjo/atom-ide-cpp

C/C++ language support for Atom-IDE

atom clangd cpp ide language-server-protocol

Last synced: 22 Apr 2025

https://github.com/devopshq/crosspm

Universal Cross Package Manager - allows you to use the manifest file to download packages of various formats from different storage locations.

aritfactory c cpp crosspm deb download nupkg package-management package-manager python python-library targz

Last synced: 18 Jul 2025

https://github.com/expander/polylogarithm

Implementation of polylogarithms in C/C++/Fortran

c cplusplus cpp fortran math mit-license polylogarithm special-functions

Last synced: 21 Mar 2025

https://gitlab.com/ProfaneDB/ProfaneDB

A Protocol Buffers database

cpp database grpc protobuf rocksdb

Last synced: 08 May 2025

https://github.com/irobot42/deitels-cpp-10e

My solutions for C++ How to program 10e book

10e c-plus-plus cpp deitel exercises how-to-program solutions

Last synced: 11 Jul 2025

https://github.com/brainboxdotcc/sporks

The source code repository for Sporks, the learning, backchatting, scriptable discord bot!

bot c-plus-plus-17 chatbot cpp database discord discord-bot discord-bots dpp duktape infobot javascript linux sporks

Last synced: 12 Apr 2025

https://github.com/GentenStudios/quartz-engine

Nolonger used, see Phoenix repo

3d-graphics cpp game-engine opengl voxels

Last synced: 17 Mar 2025

https://github.com/gjbex/scientific-c-plus-plus

Repository for participants of the "Scientific C++" training

cpp cpp-training scientific-computing training

Last synced: 13 Jul 2025

https://github.com/davidalgis/interopunitycuda

Demonstrate interoperability between Unity Engine and CUDA

cpp cuda dx11 gpu gpu-acceleration native-plugin opengl unity unity3d

Last synced: 26 Feb 2026

https://github.com/CExA-project/ddc

DDC is a discrete domain computation library.

cpp ddc discretization domain-decomposition hpc kokkos modern-cpp

Last synced: 10 Mar 2025

https://github.com/mmcshane/eventbus

A threadsafe C++ implementation of the EventBus idiom

cpp eventbus threadsafe

Last synced: 15 Apr 2025

https://github.com/boostorg/any

Boost.org any module

any boost cpp libraries

Last synced: 09 Apr 2025

https://github.com/terroo/terlang

Programming language for scripting with syntax similar to C++

cplusplus cpp cpp23 programming-language scripting-language

Last synced: 11 Oct 2025

https://github.com/fujitsu/compiler-test-suite

Test suite for C/C++/Fortran compilers developed by Fujitsu

c compiler cpp fortran test

Last synced: 12 Jan 2026

https://github.com/bmoscon/StreamingAlgorithms

A Set of Streaming Algorithms in C++, Python, and Go

c-plus-plus cpp go golang python streaming-algorithms

Last synced: 06 May 2025

https://github.com/mclements/microsimulation

R package for microsimulation

cpp discrete-event-simulation health-economics r

Last synced: 02 Apr 2025

https://github.com/bmoscon/streamingalgorithms

A Set of Streaming Algorithms in C++, Python, and Go

c-plus-plus cpp go golang python streaming-algorithms

Last synced: 30 Apr 2025

https://github.com/yashk2000/image-processing

A set of algorithms and other cool things that I learned while doing image processing with openCV using C++ and python.

cpp detecting-edges detecting-faces edge-detection histogram-equalization image-inpainting image-processing opencv opencv-python python3 superpixels thresholding video-player

Last synced: 23 Mar 2025

https://github.com/pkestene/euler_kokkos

Compressible hydro and magneto-hydrodynamics (2nd order Godunov) implemented with MPI+Kokkos

cea cfd cmake cpp cuda finite-volume finite-volume-method fluid-dynamics gpu kokkos magnetohydrodynamics mpi parallel-computing parallelism performance-portability

Last synced: 19 Aug 2025

https://github.com/sikandarjodd/codeflow

Roadmap for Programmers and Developers

coding cpp dp leetcode programming roadmap svelte svelte-flow

Last synced: 16 Mar 2025

https://github.com/gurubalan-git/ccc

Code. Compete. Collaborate. An initiative taken to code and help people code from A-Z aimed majorly at placements, by collaborators from around the globe.

c campus-placements coding-challenge coding-interviews coding-standards community-project competitive-coding competitive-programming cpp java open-source placements python

Last synced: 25 Jul 2025

https://github.com/qinhanmin2014/leetcode-solutions

LeetCode Solutions in Python, Java and C++

cpp java leetcode python

Last synced: 15 Apr 2025

https://github.com/xmkg/hadouken

C/C++ Project Development Environment (boilerplate)

bash boilerplate cmake cpp docker vscode-remote

Last synced: 04 Mar 2026

https://github.com/iwatake2222/play_with_mnn

Sample projects to use MNN. PoseNet, SemanticSegmentation, etc.

cpp deeplearning mnn

Last synced: 19 Feb 2026

https://github.com/adamhlt/iat-hooking

IAT Hooking POC (x86 / x64) - Hook functions through the IAT

cpp hook iat winapi

Last synced: 13 Aug 2025

https://github.com/chrdavis/pifshellextensions

Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.

cpp image-format pbm pgm ppm shell-extension thumbnails windows windows-explorer windows-shell

Last synced: 14 Apr 2025

https://github.com/barry-ran/mediasoup-cpp

The full C++ implementation of mediasoup

cpp mediasoup webrtc

Last synced: 26 Apr 2025

https://github.com/arcanis/mono-layout

Fast implementation of a browser-like text layout engine, for Node and browsers

browser cpp text-formatting

Last synced: 15 Apr 2025

https://github.com/johnthagen/clion-cppcheck

:ballot_box_with_check: cppcheck plugin for CLion

clion cpp cppcheck linting

Last synced: 20 Jul 2025

https://github.com/twiddlingbits/twr-wasm

twr-wasm: easily run C/C++ code in a web browser using Web Assembly, with examples

c cpp crt emscripten libcxx wasm web-development webassembly webassembly-cpp webassembly-demo webassembly-examples webassembly-tutorial

Last synced: 19 Apr 2025

https://github.com/yhirose/cpp-searchlib

A C++17 full-text search engine library

cpp search-engine

Last synced: 24 Apr 2025

https://github.com/hebiiro/al2_jd

aviutl2を完全にダークモード化することを目的としたMODです。

aviutl2 cpp dark-mode dark-theme ms-detours win32

Last synced: 31 Jan 2026

https://github.com/ifilot/opengl-cpp-course

Course to learn how to write OpenGL C++ programs

course cpp glsl graphics-programming opengl windows

Last synced: 15 Feb 2026

https://github.com/texmacs/mirror

Mirror only, DO NOT SUBMIT PR

cpp gnu guile texmacs

Last synced: 20 Jul 2025