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/a2p1k02/restapi

Simple rest-api lib

boost cmake cpp json linux rest-api windows

Last synced: 11 Apr 2026

https://github.com/realsba/esp32pp

ESP32++ (esp32pp) is a collection of C++ classes for the ESP32, providing reusable components for buttons, I2C, HTTP servers, and more, aimed at simplifying development.

cpp cpp20 dht11 dht22 esp-idf esp32 i2c-bus i2c-device ina219 ina226 ledc rf43 wifi

Last synced: 16 May 2026

https://github.com/lijian736/ffmpegutils

A simple FFMPEG encoder, decoder and transcoder utils

cpp decoder encoder ffmpeg transcoder

Last synced: 18 May 2026

https://github.com/silentrald/flappy-bird-neat

Simple NEAT Implementation on Flappy Bird

cpp libsdl neat

Last synced: 14 Apr 2025

https://github.com/captainayan/cppclitable

A C++ "single header file" library for drawing tables in the console. 🏓

cli-table-cpp console cpp header-only lightweight single-header-lib single-header-library table

Last synced: 29 Mar 2025

https://github.com/najmiter/cpp-learning-series

You can find the code for every video in the playlist here. This contains the solutions to the exercises (if given) at the end of the videos. Try to do your own and then see the solution.

cpp cpp11 cpp14 cpp17 oops-in-cpp procedural-programming

Last synced: 28 Mar 2025

https://github.com/georgiifirsov/podserializer

Library used to serialize and deserialize any POD-structure (and some non-POD structs) with no modifications applied to them. Here I use a lot of templates and other meta-magic :)

cplusplus cplusplus-14 cpp cpp14 pods serialization templates

Last synced: 12 Apr 2025

https://github.com/merendamattia/asd

ASD - Algoritmi e Strutture Dati presso l'Università degli Studi di Parma (9 + 6 CFU).

c cpp java

Last synced: 15 Jul 2025

https://github.com/georgecatalin/multi-threading-and-ipc-with-qt-5-cpp

Code practice associated with the Udemy course "Multi-Threading and IPC with Qt 5 C++" authored by Daniel Gakwaya.

cpp qt qt5 qthread-subclass udemy-course

Last synced: 16 May 2026

https://github.com/aeden/aoc2021

Advent of Code 2021, in C++

cpp

Last synced: 24 Oct 2025

https://github.com/blueskyson/ansi-escape-code-color

ANSI escape code color lookup

ansi-colors colors cpp python terminal

Last synced: 12 Apr 2026

https://github.com/canreader/sleakengine

Open source, modular 3D game engine built with C++23 supporting DirectX 11, DirectX 12, OpenGL, and Vulkan through a unified rendering interface. Features an ECS architecture, scene management, and cross-platform support.

3d-engine cmake cpp cross-platform directx entity-component-system game-engine graphics imgui opengl rendering-engine sdl3 vulkan

Last synced: 16 May 2026

https://github.com/defGameEngine/defGameEngine

defGameEngine is a cross-platform game engine. Available on Windows, Linux and (probably) MacOS. Requires C++20 or higher

cpp emscripten game game-dev game-development game-engine gles gles3 glfw glfw3 gui imgui imgui-glfw lua opengl opengl3 web

Last synced: 14 Jul 2025

https://github.com/whdhdyt21/sudoku

This repository contains two implementations of a Sudoku solver, each utilizing different methods for input.

cpp sudoku-generator sudoku-solution-finder sudoku-solver

Last synced: 09 Sep 2025

https://github.com/harfbuzz/kharfbuzz

HarfBuzz as a Linux kernel module

cpp kernel-module

Last synced: 26 Jun 2025

https://github.com/jiaqiluo/simple-card-game

A practice for stack and queue

cpp data-structures

Last synced: 21 Mar 2025

https://github.com/chasenut/sfml-continuous-collision-detection

SFML Collision System (Particle - Barrier)

collision cpp sfml simulation

Last synced: 22 Jul 2025

https://github.com/janspiry/multivariate_normal

Scipy.stats.multivariate_normal.pdf() implementation by C++ with OpenCV.

cpp gaussian multivariatenormal opencv

Last synced: 20 May 2026

https://github.com/ningenme/compro-library

競技プログラミングのライブラリ

competitive-programming cpp library

Last synced: 26 Aug 2025

https://github.com/dranikpg/opengl-glfw-starter

My OpenGL GLFW CMake starter pack

cmake cpp glfw opengl template

Last synced: 20 May 2026

https://github.com/chocochip101/algorithm

BOJ Solutions

algorithms cpp

Last synced: 14 Apr 2025

https://github.com/rvarago/cpppid

A composable library to implement contol loops in C++

control-engineering control-systems cpp cpp17 modern-cpp pid-controller

Last synced: 04 Apr 2025

https://github.com/neilkleistgao/zelda-external-assassin-plan

A simple game design for C++ class

cpp zelda-like

Last synced: 04 Apr 2025

https://github.com/coyorkdow/cfuture

a c++ promise future implementation with continuation [work in progress]

async concurrency cpp cpp14

Last synced: 30 Dec 2025

https://github.com/randomgamingdev/ezgl

A powerful graphics library designed to abstract away writing graphics code at 0 cost. Spend time building beautiful, lightway, easy to use, powerful graphics, not fighting the graphics API.

cpp cross-platform graphics graphics-engine graphics-programming multilib powerful simple

Last synced: 10 Jul 2025

https://github.com/junaidrahim/tictactoe

Was bored, Wrote the classic tic tac toe game in all the languages I could possibly write.

c cpp fun java python tictactoe

Last synced: 10 Apr 2026

https://github.com/loneicewolf/cryptography

Encryption implemented in various languages. like AES and Serpent, more coming.

aes c cascade-encryption cipher cpp cryptography openssl rijndael serpent

Last synced: 08 Mar 2026

https://github.com/samyam81/cryptography-lab

A comprehensive repository featuring practical implementations, tutorials, and resources for exploring cryptographic algorithms and protocols.

co-prime cpp cryptography-algorithms euclidean-algorithm extented-euclidean-algorithm go playfair-cipher railfence-cipher shift-cipher vigenere-cipher

Last synced: 17 May 2026

https://github.com/kimtth/console-tetris

🎲 Most simplest console based Tetris source code by C++

console-tetris cpp tetris tetris-source

Last synced: 18 Aug 2025

https://github.com/foolnotion/pratt-parser-calculator

Pratt operator precedence parser and expression calculator

cpp cpp17 expression-evaluator expression-parser pratt-parser precedence-parser

Last synced: 31 Oct 2025

https://github.com/colleagueriley/xdl

A single header file that dynamically loads the Xlib and GLX library. Written in/for ANSI C.

ansi-c c c89 cpp dymanic header-only public-domain rsgl single-header x11 xlib

Last synced: 21 Jun 2025

https://github.com/daddesign-projects/asynchronous-spdif-mixer

"Asynchronous SPDIF Mixer" synchronizes and mixes up to three asynchronous S/PDIF streams into a 48 kHz output. Running on an STM32H743 and developed in C++ with CubeIDE, it compensates for drift with interpolation. A custom KiCad-designed PCB hosts this real-time audio processing solution.

asynchronous cpp mixer pcb spdif stm32 stm32h7

Last synced: 06 May 2025

https://github.com/asakusarinne/megengine_cpp_training_example

Examples for using MegEngine cpp API for model training, which support Linux, Windows, Android, Linux_arm and IOS.

cpp deep-learning megengine mobile

Last synced: 03 Apr 2025

https://github.com/shucharjer/atom.utils

A headers-only util library in C++20, including reflection, structures, and some magic. | 一个仅有头文件的C++20基础工具库,包括反射、结构和一些魔法。

cpp cpp20 cpp20-library headers-only modern-cpp reflection utils

Last synced: 09 May 2025

https://github.com/joshuathadi/dsa--architect

This Respository of my DSA notes in Python and C++

cpp data-structures-and-algorithms python

Last synced: 14 Apr 2025

https://github.com/pradyuman7/hackerranksolutions

My Solutions to some of the HackerRank practice problems in Java and C++ (Python , C#)

cpp hackerrank hackerrank-solutions hackerranksolutions java problem-solving

Last synced: 19 May 2026

https://github.com/lekco1320/dsdisplay

使用EGE库可视化常用的数据结构(前序&中序构造二叉树、哈夫曼树的构造、平衡二叉树的构造与查询)。

cpp data-structures ege visualization

Last synced: 05 Mar 2025

https://github.com/lgope/c-programming-basic

Basic of C programming 🗽🚀

c cpp

Last synced: 21 May 2026

https://github.com/ryomendev/uav-resourceallocation-minor-project

project models an Unmanned Aerial Vehicle (UAV) resource allocation system to optimize the delivery of essential resources (medicine, food, and weapons) to various outposts.

algorithms cpp efficiency oops oops-in-cpp resource-allocation uav

Last synced: 17 Feb 2026

https://github.com/livealvi/opengl--mac-windows--header-file

Mac & Windows OpenGL Header file

cplusplus cpp opengl windows xcode

Last synced: 18 Apr 2026

https://github.com/dhananjayporwal/programming-notes

Collection of notes which I made at the time of learning various courses.

cpp cppprogrammingessentialsforbeginners dhananjay dhananjayporwal notes porwal programming-notes

Last synced: 13 Jul 2025

https://github.com/juhayna-zh/hydraw

Hydraw is a simple drawing software, as an easy example of Qt C++.

cpp drawing-app gui qpainter qt

Last synced: 21 May 2026

https://github.com/guilhermeisnotunix/clt

CLT (Command Line Timer) é um cronometro simples para uso na linha de comando (Terminal Unix-Based), feito em C++.

command-line cpp timer

Last synced: 23 Jul 2025

https://github.com/megatokio/z80emuf

emulation of a simple Z80 micro computer for testing or starting own project

cpp emulation qt z80

Last synced: 16 May 2026

https://github.com/tonitaga/calculator-application-cpp-qt

Calculator in C++ programming language using Qt framework. Uses Dijkstra's algorithm to translate an expression into Polish notation, allows graphing a function, calculating credit and deposit

algorithms cpp qt

Last synced: 18 May 2026

https://github.com/zannatul-naim/compiler-design-lab

CSE 3142 (Compiler Design Lab)

compiler-design cpp

Last synced: 01 Nov 2025

https://github.com/kockaadmiralac/sfm

Comparison of performance and accuracy of Structure from Motion algorithms.

computer-vision cpp opencv petnica

Last synced: 21 Dec 2025

https://github.com/rosekamallove/problem-solving

Concepts and Practice problems that I am solving while learning Data Structures and Algorithms

algorithm competitive-programming cpp data-structures

Last synced: 30 Mar 2025

https://github.com/aditya-a-garwal/mbed-hd44780lcd

A simple library to use 16x2 character LCDs with ARM MBed OS and ARM Cortex M Microcontrollers

arm c cortex-m cpp display embedded hd44780 hd44780-display lcd mbed mbed-os rtos

Last synced: 19 May 2026

https://github.com/brianferri/fmm-c--

collection of fast multiplication algorithms and matrix operations. It is written in C++ and is header only. It is designed to be used in other projects and rewritten to fit the needs of the project

algorithms calculus cpp data-structures fast-multiplication library math mathematics matrix-calculations matrix-multiplication matrix-operations

Last synced: 12 Jul 2025

https://github.com/juvoy/wradar

A simple cs2 webradar cheat

cheat counter cpp cs2 csgo minimap radar strike webradar

Last synced: 21 May 2026

https://github.com/zinikus/home-appliance-remote-control

Beginner-level project: Control home appliances remotely using your phone and an ESP8266/ESP32. This simple IoT setup lets you switch devices on/off from anywhere using Wi-Fi. Great starter for learning home automation!

artificial-intelligence beginner-friendly cpp iot-application robot robotics robotics-competition

Last synced: 18 May 2026

https://github.com/longluo/database-from-scratch

build a database from scratch

b-tree cpp database sql

Last synced: 05 May 2026

https://github.com/maxencebonamy/Brainfuck-Interpreter

Brainfuck is a programming language containing just 8 instructions, each a character. This software is an interpreter that lets you execute a program written in Brainfuck.

brainfuck brainfuck-interpreter cpp interpreter xmake

Last synced: 12 Mar 2025

https://github.com/alexpetul/paint

Mini paint program written with C++.

cpp oop paint winapi

Last synced: 22 Mar 2025

https://github.com/npaun/viz

GTFS visualizer (C++ backend for jsteelz/jviz)

cpp gtfs python visualizer

Last synced: 24 Apr 2026

https://github.com/maltsev-dev/unrealprojects

UE projects. 3 fully completed games based on free assets packs

cpp game-development ue5

Last synced: 30 Jan 2026

https://github.com/snowty/seccontrol

MFC ActiveX Control to monit the password and etc.

activex-control cpp

Last synced: 30 Mar 2025

https://github.com/nouraalgohary/grind-75-solutions

This GitHub repository features my solutions to Grind 75 questions, which I am approaching using multiple techniques and programming languages as per my plan.

blind-75 cpp problem-solving python

Last synced: 14 Feb 2026

https://github.com/avakar/bitflags

Tiny header-only library providing bitwise operators for enums in C++11

cpp cpp11 enums flags

Last synced: 12 Apr 2025

https://github.com/ziadasem/gc-cpp

A different implementation for garbage collection system in C++

cpp cpp17 garbage-collection garbage-collector modern-cpp

Last synced: 22 Mar 2025

https://github.com/haseeb-heaven/awesomecpp-libraries

Awesome Cpp libraries for various tasks Http Req,Parsers File/Event Mgr,Maths,Container etc

cpp cpp-containers cpp-course cpp-gpt cpp-http cpp-library cpp-math cpp-project cpp-rest cpp17 dataconvertor filemanager filesystemwatcher mathoperations

Last synced: 28 Mar 2025

https://github.com/ismailbarkani/gestion-des-fichiers

Une librairie qui aura besoin de gérer l’ensemble de données. Cette gestion sera bien sûr traitée à travers des fichier stocké.

cplusplus cpp cpp-library file-manager

Last synced: 10 Sep 2025

https://github.com/jgcmarins/graph-coloring

Graph coloring software that uses backtracking algorithm

backtracking-algorithm college-purpose cpp graph-coloring

Last synced: 15 Sep 2025

https://github.com/Prot-Security-Studio/Prot-Defender-Core

Prot Defender core code open source repository

cpp csharp defender dll machine-learning python python3 software windows

Last synced: 12 Sep 2025

https://github.com/allantargino/planetarium

Planets orbit simulation developed in C++ with OpenGL and Qt Creator.

cpp opengl qt qtcreator shaders

Last synced: 13 Apr 2025

https://github.com/hebiiro/al2_wav_saver

aviutl2用の出力プラグインです。音声のみを32bit floatまたは16bit shortのWAV形式で出力します。

aviutl2 cpp win32

Last synced: 20 Jul 2025

https://github.com/gembcior/stm32-cmake-f411xe

This project is an example how software for STM32 microcontroller can be developed using pure C++.

cmake cpp googletest stm32

Last synced: 26 Jun 2025

https://github.com/its-kumar/__cpp__

Programming in c++ language.

c-plus-plus cpp

Last synced: 20 May 2026

https://github.com/mickaelblet/args

Parse and store options from argc and argv

argparser argv argv-parser cpp cpp98 cpp98-compatible header-only-library

Last synced: 03 Feb 2026

https://github.com/mikaelvallenet/r-type

R-Type is a Epitech project which is a horizontally scrolling shooter arcade video game developed and released by Irem in 1987 and the first game in the R-Type series.

cpp ecs epitech game-development multiplayer-game network serialization tcp udp

Last synced: 21 Jun 2025

https://github.com/marlenemoraes/curso-mfp-aula01

Aula introdutória lecionada por mim no Curso de Iniciação em Programação Esportiva, realizada pela Maratona Feminina de Programação, no canal do YouTube @MaratonaSBC

bigonotation cpp marathon overflow

Last synced: 14 May 2025

https://github.com/realtristan/wingl

Win32 Graphics Library From Scratch in C

c cpp gl graphics win32

Last synced: 21 May 2026

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

C++ learning / review material

cpp

Last synced: 27 Jun 2025

https://github.com/benapetr/pixelengine

Open source Qt/C++ 2D game engine with native pixel manipulation support for games similar to Worms, or ScorchedEarth

2d cpp game-engine qt

Last synced: 18 Feb 2026

https://github.com/teiacare/teiacareinferenceclient

TeiaCareInferenceClient is a C++ inference client library that implements KServe protocol.

cpp cross-platform deep-learning grpc inference kserve machine-learning

Last synced: 25 Sep 2025

https://github.com/zang-langyan/eastwind_math

EastWind Math Library (C++ interface for BLAS and LAPACK)

blas cpp lapack linear-algebra

Last synced: 02 Aug 2025

https://github.com/rajan170/objectdetectionwithhaarclassifier

object detection for on-road traffic using OpenCV and Haar classifier.

ai cpp haar-cascade-classifier object-recognition python-3 self-driving-car vision

Last synced: 02 Feb 2026

https://github.com/arec1b0/hft_trading_system

High-frequency trading system with backtesting and risk management.

algorithms-trading backtesting cpp hft-trading risk-management

Last synced: 05 Nov 2025

https://github.com/truongd3/new_perl-like_language

New Simple Perl-Like Language by Truong Dang

cpp data-structures perl

Last synced: 17 May 2026

https://github.com/krishpranav/diamond-lang

diamond lang is an object-oriented programming language

c clang cpp function-programming http language networking object-orianted programming-language socket

Last synced: 17 Feb 2026

https://github.com/hmasum52/cse208-dsa-ii-sessional

Implementations of All the assignments of the course CSE-208-Data structure and algorithms-II in C++

cpp

Last synced: 12 Jul 2025

https://github.com/kiblelab/quoridouble

강화학습 기반 AI와 PvP 대전, 개선된 UX가 구현된 Quoridor 게임 앱

cmake cpp dart flutter gradle java socket-io spring-boot

Last synced: 17 Feb 2026

https://github.com/localspook/crc

A high performance C++ CRC library with all the bells and whistles.

cpp cpp20 crc header-only no-dependencies single-file

Last synced: 11 May 2025