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/rakesh9100/greeting-time

A project in C++ which fetch the time from the system and greet the user according to the time fetched.

cpp project

Last synced: 24 Oct 2025

https://github.com/spacey-sooty/frc-vision

Some FRC Vision code in C++ using Photonvision

cpp frc frc-vision vision

Last synced: 24 Oct 2025

https://github.com/netcorelink/libchttpx

A powerful, cross-platform HTTP server library in C/C++ for building full-featured web servers.

c cpp http netcorelink

Last synced: 23 Jan 2026

https://github.com/falconardente/car-controller_android-application

AVR-контроллер и android-приложение для выполнения закрытых поворотов и движения задним ходом на автомобиле.

android-application arduino automation automotive bluetooth bluetooth-low-energy cpp dagger2 iot

Last synced: 25 Jan 2026

https://github.com/mochabyte0x/chacha20

ChaCha20 encryption implemented in C/C++ (Header Only)

c chacha20 cpp encryption-algorithms

Last synced: 18 Apr 2026

https://github.com/flatcap/vim-cpp

⚙ Vim Plugin - Settings for editing code

c cpp plugin script vim

Last synced: 14 Apr 2026

https://github.com/awl-s/builtin-documentation

builtin documentation. This project showcases the usage of GCC/Clang built-in functions (__builtin_*) for performing low-level operations such as bit counting, memory manipulation, and overflow checking. Examples of function calls with explanations are provided. // Этот проект демонстрирует использование встроенных функций GCC/Clang (__builtin_*)

arithmetic-overflow bit-manipulation built-in-functions c c-programming clang compiler-optimizations cpp cpp-programming gcc low-level-programming memory-management

Last synced: 30 Apr 2026

https://github.com/kieubaduong/permutation-benchmarking-app

This repository benchmarks the performance of various permutation algorithms in C++. It includes implementations of Backtracking, DFS, Factorial, Heap's Algorithm, and Lexicographic Order.

algorithm benchmark cpp permutation

Last synced: 02 Apr 2026

https://github.com/marianpekar/ue5-fetch-art

An example project for 'Learn Working with APIs in Unreal Engine by Building a Virtual Art Gallery' tutorial.

blog-post cplusplus cpp tutorial ue5 unreal-engine unreal-engine-5

Last synced: 25 Oct 2025

https://github.com/przemekhasz/guardianeye

GuardianEye is a powerful network vulnerability scanner designed to identify open ports and potential security risks in target systems. It utilizes advanced port scanning techniques to discover exposed services and protocols.

cpp network-analysis security-tools

Last synced: 26 Oct 2025

https://github.com/bulatruslanovich/neo_snake

A classic Snake and Tetris game implemented in C++ using OOP principles.

cpp mvc ncurses oop qt6

Last synced: 16 Mar 2026

https://github.com/artifact-works/geomcpp

GeomCpp is a lightweight C++ library focused on providing fundamental geometric operations and algorithms. Offers simple and efficient API for working with basic geometric shapes, supports visualization.

cpp cpp20 cpp20-library geometry

Last synced: 27 Oct 2025

https://github.com/lnd3/bs

A tiny yet capable project generation system for c++

build-system cmake cpp lightweight tiny

Last synced: 27 Oct 2025

https://github.com/esraa-emary/rational-number-calculator

A command-line Rational Numbers Calculator that performs addition, subtraction, multiplication, and division on fractions and whole numbers. It simplifies results, validates inputs, and prevents division by zero. Ideal for quick rational arithmetic with automated simplification and error handling.

cpp problem-solving rational-number-calculator rational-numbers teamwork-projects

Last synced: 24 Jan 2026

https://github.com/storn5/vector

A simple 3D game written in C++ with graphics implemented from scratch in DirectX, OpenGL and Vulkan, inspired by X-Wing (1993), Elite (1984) and X4: Foundations

cpp cpp14 engine game

Last synced: 30 Jan 2026

https://github.com/tilens6/mega_utils

🥊 THE UNDISPUTED CHAMPION OF C++ UTILITIES! 💥 NO MAKEFILES. NO BLOAT. JUST PURE C++ POWER! 💨 FAST. SIMPLE. DROP-IN & CODE! 🔥 ONE SUBMODULE TO RULE THEM ALL! 🔔 IT’S TIME TO CODE LIKE A CHAMPION! 🚀

camera cpp keyboard mouse network network-programming particle-system particles sdl2 sdl2-sprites sprites timer utils

Last synced: 28 Oct 2025

https://github.com/cailloumajor/led-timing-board

Software to drive a RGB matrix based racing timing board

cpp python raspberrypi rgb-led-matrix

Last synced: 18 Apr 2026

https://github.com/fossillogic/fossil-strings

The Fossil String Library is a versatile, platform-independent library designed to provide robust string manipulation capabilities. It supports classic C strings, wide strings, and byte strings, offering a comprehensive solution for handling various string types in both C and C++ projects.

c cpp fossillogic meson mesonbuild ninja-build string-manipulation

Last synced: 24 Jan 2026

https://github.com/monomotion/flom

library to handle keyframed motion of robots

cpp cpp17 file flom format monomotion motion robot

Last synced: 06 Feb 2026

https://github.com/amoeba/arrow-cpp-conan-example

Example using conan to package and use libarrow

apache-arrow conan conan-io cpp

Last synced: 28 Jan 2026

https://github.com/blade-lang/kite

A package that helps to build C extensions for Blade as well as other C/C++ applications from a Blade script/project.

blade c clang cmake compiler cpp gcc mingw-w64 toolchain

Last synced: 28 Jan 2026

https://github.com/solareenlo/atcoder

AtCoder の問題を C++ で解いてみた :)

atcoder cpp

Last synced: 28 Jan 2026

https://github.com/yukebrillianth/opencv-object-tracking-with-distance-measurement

Object Tracking By Color With Distance Measurement By Polynomial Regression

computer-vision cpp distance-measures opencv

Last synced: 18 Apr 2026

https://github.com/shuygena/ft_containers

:building_construction: STL containers in C++

42 42projects containerclasses cplusplus cpp cpp98 map stack vector

Last synced: 06 Feb 2026

https://github.com/khivus/levy-c-curve

Program that draws Levy C curve up to 15 iterations. Made in Visual Studio 2019 with C++ Windows Forms.

cpp windows-forms windowsforms windowsforms-applications

Last synced: 29 Jan 2026

https://github.com/sebsikora/void_thread_pool

An ultra-simple thread pool implementation for running void() functions in multiple worker threads

concurrency cplusplus-11 cpp multithreading thread-pool threading threadpool worker-threads

Last synced: 16 Mar 2026

https://github.com/chihebabiza/my-cpp-stack-array

A lightweight, template-based stack class built on top of the `clsMyQueueArr` class, which in turn uses a custom dynamic array (`clsDynamicArray`). This class provides basic stack behavior (LIFO – Last In, First Out) by inserting new elements at the beginning of the internal array.

cpp cpp-library data-structures oop stack

Last synced: 16 Mar 2026

https://github.com/platinumfrog/atrv_jr_qt

An interface for ATRV-JR with Ros2 and Qt5

cpp qt5 ros2-humble

Last synced: 06 Feb 2026

https://github.com/halaway/qtframeworkgui

A simple Qt6.5 program for creating both native and browser based GUI applications, built with CMake, Qt Creator, and Emscripten.

browser cmake cpp emscripten qt widgets

Last synced: 29 Jan 2026

https://github.com/casualbot/imgui-cmake-template

Template repository for quickly getting C++ up and running with ImGui

cmake cplusplus cpp imgui template vcpkg

Last synced: 30 Jan 2026

https://github.com/442442/442open

442公开仓库

cmake cpp customwidgets qt qt5 qt6

Last synced: 25 Feb 2026

https://github.com/hugodonotexit/libgraph

A graphing library for C++

cpp cpp17 graph lib library mathematical-modelling

Last synced: 30 Jan 2026

https://github.com/mikhailkhorokhorin/yandex-handbook-algorithms

Solutions for yandex education handbook "Основы алгоритмов".

algorithms cpp handbook python yandex

Last synced: 30 Jan 2026

https://github.com/tmaklin/tigz

Parallel gzip decompression and compression using libdeflate and rapidgzip.

compression cpp cpp17 decompression gzip libdeflate parallel rapidgzip zlib zlib-ng

Last synced: 30 Jan 2026

https://github.com/sbooth/cxxringbuffer

A lock-free SPSC ring buffer.

cpp cpp20 lock-free ring-buffer

Last synced: 30 Jan 2026

https://github.com/mlund/tafelmusik

C++ library for playing C64 SID music on macOS

c64 commodore-64 cpp emulation music-player

Last synced: 15 Apr 2026

https://github.com/ryanbritodev/samepyeco

Nosso projeto desenvolve um gerador sustentável que usa pastilhas Peltier para converter o calor do sol em eletricidade, reaproveitando a diferença de temperatura entre reservatórios de água quente e fria. Com monitoramento em tempo real via IoT, oferecemos uma solução limpa e eficiente para gerar energia, sem combustíveis fósseis.

arduinojson cpp dallas-temperature ds18b20 esp32 http ipgeolocation lcd-i2c onewire peltier wokwi

Last synced: 30 Jan 2026

https://github.com/ygor-sena/42cursus-cpp-piscine

The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.

42 42cursus 42saopaulo 42school 42sp cpp cpp98 cpp98-compatible ecole42 oop oop-in-cpp oop-principles

Last synced: 30 Jan 2026

https://github.com/dpieve/cellular-automaton

Each cell takes the color of its neighboring cells

cellular-automaton cmake cpp imgui imgui-sfml sfml

Last synced: 30 Jan 2026

https://github.com/waheedsarem/dotandboxes

Dots and Boxes is a two-player strategy game built in C++ with graphical user interface powered by SFML. The objective is to outsmart your opponent by connecting dots with lines to complete and claim the most boxes.

cplusplus cpp dots-and-boxes game game-development sfml

Last synced: 31 Jan 2026

https://github.com/sebastianmusic/nvimclipboardsyncdaemoncpp

Daemon to synchronize system and neovim clipboard between local and remote machine

clipboard cpp daemon neovim nvim ssh

Last synced: 18 Apr 2026

https://github.com/jgsogo/talk-meetup-bcn-2019

Meetup BCN - December 2019

conan cpp meetup talk

Last synced: 31 Jan 2026

https://github.com/djaus2/sensorblazor_arduino

Mirrors SensorBlazor repository .NET Core Console apps in that Arduino Sketches send Sensor data to Azure IoT Hub via the SensorBlazor service.

arduino azure azure-iothub blazor blazor-webassembly cpp iothub sketch

Last synced: 15 Apr 2026

https://github.com/gamowy/colorswap

Clone of a popular android game written in C++

cpp sfml university-project

Last synced: 25 Feb 2026

https://github.com/krisfur/paclook

A universal interactive package CLI search tool.

cli cpp interactive-search package-installer terminal-based

Last synced: 31 Jan 2026

https://github.com/krisluczka/better-than-python

Prettier-like program that does the unpretty.

cpp fun prettier

Last synced: 07 Feb 2026

https://github.com/nelbok/display

A little display to show off

cmake cpp qml qt qtquick

Last synced: 31 Jan 2026

https://github.com/arapelle/cmtk

This CMake ToolKit (CMTK) provides helping CMake functions to manage simple C++ CMake projects easily.

cmake cpp

Last synced: 31 Jan 2026

https://github.com/arapelle/arba-wgen

A C++ library providing functions generating random words.

cmake cpp cpp20 cpp20-library library random random-words

Last synced: 31 Jan 2026

https://github.com/arapelle/arba-strn

A C++ library providing short trivially comparable string classes whose hash are trivially computable.

cmake cpp cpp20 cpp20-library hash library string

Last synced: 31 Jan 2026

https://github.com/mayerdev/uefi-tools

Tools for UEFI-development

c cpp gnu-efi posix-efi posix-uefi uefi

Last synced: 31 Jan 2026

https://github.com/macmade/srpxx

C++ implementation of the Secure Remote Password protocol (SRP) - RFC 5054.

authentication cplusplus cpp openssl rfc-5054 secure-remote-password srp srp-6a ssl

Last synced: 31 Jan 2026

https://github.com/caiotaavares/zbuffer

Z-Buffer 3D Rendering Application, a powerful tool for rendering three-dimensional objects with the efficiency and precision of the Z-Buffer algorithm.

cpp qt5 zbuffer

Last synced: 31 Jan 2026

https://github.com/luiz-marcio-faria-de-aquino-viana/dlxwin

Simulador DLX Windows - "Algoritmos de Despacho de Instruções em Máquinas Super Escalares" - Projeto de Graduação em Engenharia Elétrica com Ênfase em Engenharia de Sistemas e Computação (UERJ em 1997)

assembler borland-cpp cpp dlx owl2

Last synced: 28 Apr 2026

https://github.com/mabdusshakur/send-text-with-discord-webhook-cpp

Simple C++ Application to send Text to Discord channel with webhook using

cpp discord discordwebhook webhook

Last synced: 15 Apr 2026

https://github.com/nishitbaria/pps-2-oops-c-

Solution of Lab manual of PPS2(C++)

cpp

Last synced: 12 Feb 2026

https://github.com/uwriegel/node-dotnet-bridge

Accessing dotnet core assemblies from node.js

cpp dotnet node-module nodejs

Last synced: 15 Apr 2026

https://github.com/questiowo/buddhabrot

C++ buddhabrot fractal rendering program that uses the OpenGL and OpenCL libraries

buddhabrot c c99 cplusplus cplusplus-11 cpp cpp11 fractal fractal-algorithms fractal-rendering fractals gpu gpu-acceleration opencl opencl-kernels opengl

Last synced: 01 Feb 2026

https://github.com/garrywhitehead/yave

Vulkan Cross-platform 3D engine

3d-engine 3d-graphics conan cpp graphics vulkan

Last synced: 07 Feb 2026

https://github.com/sahil-kale/basilisk-actuator-control-lib

Hardware-agnostic library enabling field oriented control of of PMSM and BLDC Motors

cpp embedded foc motor-control real-time

Last synced: 01 Feb 2026

https://github.com/hangxingliu/how-to-use-libclang

:notebook: A Repository About How To Use libclang

cpp libclang qt

Last synced: 15 Apr 2026

https://github.com/pothosware/soapyvolkconverters

A Soapy support module that registers type converters implemented in VOLK

avx avx2 converter cpp sdr simd soapy soapysdr sse sse2 sse3 volk

Last synced: 25 Feb 2026

https://github.com/tahashieenavaz/c-programming-gravity

Hard coded gravity with c++ and graphics.h library.

c c-animation cpp graphics

Last synced: 15 Apr 2026

https://github.com/ocl-org/src

The super-project of modularized Ne.org

core cpp fix library modular ocl tproc

Last synced: 25 Feb 2026

https://github.com/ryoga-exe/cp-library

📈 Library and Code snippets for competitive programming

codesnippets competitive-programming cpp library snippets

Last synced: 01 Feb 2026

https://github.com/karnkaul/cpp17

C++17 skeleton project featuring GitHub CI integration using CMake 3.15+, g++ 8, clang 8 and ninja 1.8+

automated-ci ci ci-integration clang cmake cpp cpp17 github-workflow lld llvm ninja

Last synced: 15 Apr 2026

https://github.com/till-tietz/gsdmm

GSDMM Short Text Clustering via Dirichlet Mixture Models

cpp r rcpp text-analytics text-clustering

Last synced: 26 Feb 2026

https://github.com/imd10/cs341-rainy-day

A computer graphics project simulating interactive rain, dynamic water waves, and a scenic environment with a floating boat, mountains, trees, and clouds. Built with OpenGL for real-time rendering and user interaction.

computer-graphics cpp graphics interactive opengl

Last synced: 02 Feb 2026

https://github.com/tzcnt/tmc-asio

Asio integration for the TooManyCooks runtime

asio coroutines cpp cpp20

Last synced: 02 Feb 2026

https://github.com/llefranc/42_cpp_piscine

School project: learn C++ language through different little exercices.

42 42born2code 42paris 42school cpp cpp-piscine cpp-pool cpp98

Last synced: 07 Feb 2026

https://github.com/tomasajt/prog-solutions

My solutions for programming sites/contests/competitions

apl atcoder codeforces cpp cses leetcode onlinejudge rosalind spoj

Last synced: 17 Mar 2026

https://github.com/blueskyson/parallel-programming-2021-homework

PARALLEL PROGRAMMING IN C FOR MULTIPROCESSOR

c cpp mpi openmp pthreads

Last synced: 30 Apr 2026

https://github.com/nextpointer/dsa-journey

In this repo i share all my journey with DSA

algorithms cpp dsa

Last synced: 26 Feb 2026

https://github.com/budd9442/midnight-dash

A raylib based endless runner game

cpp endless-runner libcurl raylib-cpp

Last synced: 07 Feb 2026

https://github.com/freecx/post-brainfuck

Код к статье о Brainfuck

blog-post c cpp go rust

Last synced: 15 Apr 2026

https://github.com/astrodynamic/l4networkquests

NetworkQuests explores TCP/UDP with FlatBuffers in C++, focusing on socket programming, data transmission optimization, and efficient serialization, managed with CMake.

asyncronous client-server cmake cmake-presets code-generation cpp cpp20 deserialization flatbuffers l4 learning network network-protocols osi serialization tcp tcp-socket udp udp-socket

Last synced: 08 Feb 2026

https://github.com/sourcemeta-research/noa

A set of re-usable utilities for Sourcemeta projects

build-system cmake cpp

Last synced: 08 Feb 2026

https://github.com/origox/energy-meter

Read metrics from energy meter via han port P1

cpp energy-monitor hanport

Last synced: 08 Feb 2026

https://github.com/nopangel/gameengine

This is a Game Engine

cpp cs gameengine js-ts python

Last synced: 30 Apr 2026

https://github.com/iaomw/meshcan

Play with Mesh

cpp geometry opengl

Last synced: 15 Apr 2026

https://github.com/luke-zhang-04/sorting-algorithms

Sorting algorithms in Python 3, Golang, TypeScript 3, and C++ 11

cpp golang javascript python3 sorting-algorithms typescript

Last synced: 08 Feb 2026

https://github.com/raymondcm/strawberrydata

Tool suite for fast multi-camera strawberry data collection project. The standards document houses cross compatibility/purpose implementation details.

camera cpp data intel multi-camera

Last synced: 08 Feb 2026

https://github.com/jeslie0/cmake-practice

A place for me to practice CMake and Nix together

cmake cpp nix

Last synced: 15 Apr 2026

https://github.com/rhazra-003/leetcode_practice

Collection of LeetCode and GFG questions I solved for my placement preparation!

cpp cpp14 gfg gfg-solutions leetcode leetcode-cpp leetcode-python leetcode-solutions python3 sql stl

Last synced: 15 Apr 2026

https://github.com/fireplank/cpp-chess-bot

A chess bot I made using mostly C++ and a little Python

chess chess-engine cpp engine python python3

Last synced: 15 Apr 2026