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/facumasino/tup-utn-frgp

Repositorio de ejercicios de la carrera Técnico Universitario en Programación.

algorithm algoritmos cpp diagramas diagramas-flujo programacion programming tup utn

Last synced: 15 Oct 2025

https://github.com/gunh0/vendig-machine

😃 Simple GUI C++ Program

cpp qtcreator

Last synced: 25 Mar 2025

https://github.com/samridhisainii/neetcode-150

Neetcode -150 Questions

algorithms cpp dsa neetcode practice

Last synced: 10 Oct 2025

https://github.com/michelerenzullo/blur_algorithms

Fastest algorithm for Gaussaian blur on CPU. Fast Fourier Convolution - Portable alternative to cv::blur and cv::GaussianBlur in the frequency domain - Documentation and refactoring in progress

blur convolution cpp fft fftw fourier frequency gaussian image-processing kernel opencv openmp padding pffft pocketfft time

Last synced: 20 Aug 2025

https://github.com/slyfryfrog/nuit

A modern cpp game framework with an OpenGL backend and demo projects.

cpp cpp23 opengl raycaster

Last synced: 14 Oct 2025

https://github.com/ohjurot/exceptionsplusplus

Easy advanced exception handling in a single templated C++ header file. C++ exception library

cpp exception exception-handling exceptions header-only linux templated templated-content windows

Last synced: 23 Oct 2025

https://github.com/offa/matcher

C++11 Hamcrest like Matcher implementation.

cpp cpp11 cpputest hamcrest

Last synced: 17 Oct 2025

https://github.com/matthaeusheer/sph-gl

An openGL render engine for 3D visualization of Gasoline SPH simulations.

cpp opengl sph

Last synced: 14 May 2026

https://github.com/krishgaur1354/login_and_registration

Login & Registration via C++ Program

cpp cpp20 login registration

Last synced: 21 Mar 2025

https://github.com/llnl/hdtopology

High-dimensional topological data analysis library for NDDAV

analysis cpp data-analysis data-viz high-dimensional-data topological-data-analysis visualization

Last synced: 29 Apr 2025

https://github.com/massimo-marino/bigint

C++17 implementation of arbitrary precision integer arithmetic

arbitrary-precision arbitrary-precision-integers bigint biginteger cpp cpp17 cpp1z googletest karatsuba

Last synced: 15 Mar 2026

https://github.com/halaway/qt-chess-engine

An interactive chess engine integrated into a Qt6.5 program designed for running as a native and browser-based GUI application, built with C++, CMake, Qt Creator, Emscripten, and compiled for WebAssembly.

cmake cpp emscripten qt webassembly

Last synced: 31 Jan 2026

https://github.com/auterion/mavsdk

API and library for MAVLink compatible systems written in C++17

cpp cpp17 hacktoberfest mavlink

Last synced: 14 Apr 2026

https://github.com/victornpb/multiplexed-7segments-display

Arduino sketch that provides multiplexing for a single or multiple 7 segments displays without extra hardware

7segment arduino-library arduino-sketch cpp multiplexer

Last synced: 25 Oct 2025

https://github.com/spaciouscoder78/unitconversion.hpp

A C++ library containing predefined unit conversion formulas to make your life easier

c cpp header-files unitconversion

Last synced: 07 Oct 2025

https://github.com/jdsherbert/audio-delay

Simple C++ implementation of a basic Delay technique. Includes an example usage case.

audio audio-effect audio-effects audio-processing cpp delay haas

Last synced: 27 Oct 2025

https://github.com/gunh0/algorithms

📝 Solutions for Algorithm Problems [C/C++]

algorithm beakjoon c cpp data-structures project-euler

Last synced: 12 Mar 2026

https://github.com/avitase/fast_frechet

Comparison of different (fast) discrete Fréchet distance implementations in C++ and CUDA.

benchmark cpp cuda frechet-distance simd

Last synced: 18 May 2026

https://github.com/mishanya00/they-are-gigabytes

They are Gigabytes [TAG] - is a future RTS 3D videogame.

3d-graphics cpp opengl video-game

Last synced: 16 May 2026

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/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/locusts-r-us/locusts

A polyglot library for adding locusts to your code

beam c cpp csharp deno elixir erlang fsharp go java javascript jvm kotlin nodejs python react rust svelte typescript vue

Last synced: 12 Apr 2025

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/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/iukkeopaa/gathering-various-sources

Collecting and organising informations or sources from all aspects.

algorithms cpp docker go java kubernetes linux mysql web

Last synced: 13 Apr 2025

https://github.com/vvzen/paintball-portraits

repo of the paintball gun installation for the "Echosystems" exhibition (September 2018, Goldsmiths)

arduino cpp echosystems goldsmiths installation-art openframeworks

Last synced: 16 May 2026

https://github.com/rxchit/barebone-os-raspi3

A simple OS that prints "Hello World", for RaspberryPi 3

c cpp kernel os qemu raspberry-pi-3

Last synced: 11 May 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/virtyaluk/coursera-competitive-programming-core-skills

My progress doing Coursera Competitive Programmer's Core Skills.

competitive-programming coursera cpp programming-languages

Last synced: 22 Jun 2025

https://github.com/massimo-marino/active-class

A C++17 implementation of an active class: an active class generates a thread and controls it using functional objects passed by the client application

active-class cpp cpp17 cpp1z functional-objects googletest multithreading multithreading-library thread

Last synced: 11 Feb 2026

https://github.com/sameetasadullah/braille-translator

A Braille Translator in C++ using Microsoft Visual Studio

braille-translator cpp microsoft-visual-studio

Last synced: 11 Jul 2025

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/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/vishalyadav0987/dsa-27-03-24

DSA Problem Solving.

cpp

Last synced: 17 Feb 2026

https://github.com/hebiiro/al2_wav_saver

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

aviutl2 cpp win32

Last synced: 20 Jul 2025

https://github.com/JayTwoLab/URLDownload.Michael.Dunn

Using Internet Explorer to download files (codeproject)

codeproject cpp download mfc url visualcpp visualstudio

Last synced: 17 Jul 2025

https://github.com/faris771/opencv_task

Task2 in my software engineering internship, the Idea of this task is to get hands on Image processing using OpenCV in C++ Language. In this task, we are required to build a Live Web cam filters.

cpp image-processing opencv

Last synced: 15 May 2026

https://github.com/oskhar/Swift-Crack

Tools for hacking and security wordlist management. Python and C++ utilities, keyword-based list generation, and efficient handling of large datasets.

aircrack-ng-tutorial cpp filter python python3 wifi-hacking wordlist

Last synced: 18 Jul 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/neon-software-dev/wired

The Wired game and render engine

cpp game-engine gamedev vulkan

Last synced: 19 Jul 2025

https://github.com/kid0h/discordfontchanger

A simple tool made for easily changing Discord's font

cpp discord

Last synced: 17 May 2026

https://github.com/mark194/qplotmarker

**QPlotMarker** – an interactive marker for **QChart** (Qt). Supports color and orientation (vertical/horizontal) changes, snaps to data points, and displays intersection coordinates.

chart cpp cpp17 data-plotting data-visualization interactive-graphs markers plotting qplotmarker qt qt5 qt5-chart qt6 qt6-app qtcharts realtime-plotting scientific-plotting svg

Last synced: 08 May 2025

https://github.com/saketkothari/cpp-programs

A repository of all my C++ programs

cplusplus cpp cpp-programming

Last synced: 21 Mar 2025

https://github.com/klappdev/grunwald

Qt qml dictionary application

cmake cpp cpp20 qml qt

Last synced: 17 May 2026

https://github.com/basemax/baconipsumdesktop

Bacon Ipsum Desktop is a simple desktop app that generates bacon ipsum text. It's built with C++ powered by Qt and QML. It's a simple app that we built to show how to build a desktop app with Qt. It's a great way to learn how to build a desktop app with Qt.

bacon-ipsum bacon-ipsum-json-api cpp desktop-app desktop-application gui ipsum-generator qml qt

Last synced: 17 May 2026

https://github.com/illescasdaniel/everythinglibs

Improve your productivity with these useful and small C++ libraries.

cpp everything libraries

Last synced: 21 Mar 2025

https://github.com/basemax/pq-calculator

P,Q-formula calculator program using C++ (highest performance, i128 support)

cpp p-q p-quality pq

Last synced: 03 Apr 2025

https://github.com/yud0uhu/chocottoos

ATtiny85とATmega328Pで動くRTOSのサンプルソースコードです。

atmega328p attiny85 c cpp

Last synced: 17 May 2026

https://github.com/kar-dim/qt-strongpasswordgenerator

Simple application that suggests a strong password, GUI written in Qt (Widgets)

cpp qt

Last synced: 17 Feb 2026

https://github.com/callumc34/audioplusplus

C++ open source audio playback & recording with file support.

audio audio-player cmake cpp library open-source

Last synced: 18 Dec 2025

https://github.com/x4raynixx/rx-scripting

RX is a lightweight scripting language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.

cpp csharp javascript language nextjs programming programminglanguage python

Last synced: 08 May 2025

https://github.com/jrob774/block-fever

My second ever finished game.

2d block block-fever cpp cpp17 emscripten game sdl sdl2 simple

Last synced: 13 Apr 2025

https://github.com/1001bit/goodgameengine

SFML based game engine

2d cpp game-development game-engine sfml

Last synced: 31 Jul 2025

https://github.com/rnburn/lua-bridge-tracer

Provides an implementation of the Lua OpenTracing API on top of the C++ API

cpp lua opentracing

Last synced: 17 May 2026

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/bm777/switch-pointer

Usage of pointer in C++ and switch function

cpp oriented-object-programming pointers switch

Last synced: 22 Jun 2026

https://github.com/faris771/cpu_simulator

Task1 in my software engineering internship at Imagry, the Idea of this task is to get hands on C++ Language, and designing concepts.

cpp

Last synced: 28 Mar 2025

https://github.com/funnydman/knowledge-base

Notes on various topics collected through years

cpp django nasm-assembly postgresql python radare2 redis ssh

Last synced: 09 Apr 2026

https://github.com/saeidemadi/simple_logger

simple qt logger for log QDebug outputs

cpp debug debugging log logger qdebug qt qt6

Last synced: 07 Mar 2026

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

A practice for stack and queue

cpp data-structures

Last synced: 21 Mar 2025

https://github.com/justcabbage/clog

Logging System for C++20 Applications

cpp logger logging

Last synced: 23 Jun 2026

https://github.com/justcabbage/arraysorting

Visualised Array Sorting in SFML and C++

array cpp render sfml sorting

Last synced: 21 Mar 2025

https://github.com/guhwanbae/rxwayland

C++ Reactive Extensions(RxCpp) adaptor for libwayland

cpp libweston rx rxcpp wayland wayland-library weston

Last synced: 11 Mar 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/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/ferhatgec/cairo4cpp

cairo4cpp, header-only C++ wrapper around libcairo.

cairo cpp cpp20 header-only

Last synced: 21 Jul 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/merendamattia/fdi

FdI - Fondamenti di Informatica presso l'Università degli Studi di Parma (9 CFU).

c cpp

Last synced: 18 May 2026

https://github.com/thomasms/ceeduko

A Sudoku solver in C++

cpp sudoku sudoku-solver

Last synced: 29 Mar 2025

https://github.com/theolepage/directx-2d-framework

A simple framework to make C++ DirectX 2D applications.

cpp directx directx-11

Last synced: 21 Jul 2025

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

https://github.com/georgecatalin/qr_code_generator

A simple program to produce QR Codes from command line that supports as parameters the string to encode, the name of the .bmp file to generate (including its path) and its size version.

cplusplus cpp qr qr-codes qrcode qrcode-generator

Last synced: 14 Jun 2025

https://github.com/maskedsyntax/minesweeper

Terminal based Minesweeper game in C++

cpp game minesweeper recursion-problem terminal

Last synced: 18 May 2026

https://github.com/drazenzadravec/tools

Contains C++, C, .Net, TypeScript and Python tools and samples

ai artificial-intelligence cpp csharp javascript math mathjs mcp mcp-client mcp-server python sympy tools typescript

Last synced: 07 Sep 2025

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/longluo/database-from-scratch

build a database from scratch

b-tree cpp database sql

Last synced: 05 May 2026

https://github.com/nuatlas/furrballs

Furrballs: A C++17 Offset-Based Caching solution

caching cpp cpp17 memory-management

Last synced: 25 Jan 2026

https://github.com/coord-e/gt20l16j1y

GT20L16J1Y Japanese Font ROM Driver Library for Arduino

arduino arduino-library cpp japanese

Last synced: 18 May 2026

https://github.com/hongfz16/shadowcompiler

Project for Computer Network(2) -- Compiler Part

c compiler cpp llvm-ir

Last synced: 17 May 2026

https://github.com/sdctools/censusprotection

Methods and tools for Census protection (Target Record Swapping and Cell Key Method)

census cpp muargus r tauargus

Last synced: 17 Jan 2026

https://github.com/0xSafkat20/Hello_Compiler

Compiler Design Lab Code

code compiler cpp

Last synced: 29 Apr 2025

https://github.com/italocobains/capivara-runtime-javascript

Criando javascript runtime com base no video do @ErickWendel

cc cpp javascript libuv v8-javascript-engine

Last synced: 18 May 2026

https://github.com/jonathas/opengl-clock

A clock developed with C++ and OpenGL

clock cpp opengl practice university

Last synced: 18 May 2026

https://github.com/openrfsense/orfs-sensor

OpenRFSense radio data retrieval and processing software

avro cpp rtl-sdr

Last synced: 05 Apr 2025

https://github.com/druxorey/ucv-project-redscape

Project Redscape is an exciting text-based card game, developed in C++ for TheGame.cpp.

cpp gamejam ucv

Last synced: 18 Feb 2026

https://github.com/yufree/magiceyer

Creat Autostereograms in R

cpp magiceye r

Last synced: 18 May 2026

https://github.com/annndruha/distribution-of-secondary-particles-in-tissue-equivalent-materials

MSU Diploma - Distribution of secondary particles in tissue-equivalent materials

cmake cpp diploma geant4 particle-physics vscode

Last synced: 21 Jul 2025