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/codingkoopa/mk8studio

A Mario Kart 8 texture exporter/injector. Mirror of: https://gitlab.com/CodingKoopa/mk8studio

cpp editor mk8 qt

Last synced: 18 Jun 2025

https://github.com/ferhatgec/zahlen.cpp

Zahlen[dot]cpp, C++ implementation of Zahlen CLI file manager.

cli command-line cpp cpp-cli cpp20 file file-manager zahlen

Last synced: 18 Feb 2026

https://github.com/ferhatgec/pls

Fegeya Please (or Pls), simple & cross-platform package searcher.

cpp cpp17 cross-platform installer manager package pls searcher simple

Last synced: 24 Jul 2025

https://github.com/shiponcs/tcp-server-client-cpp

Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style

cpp network server-client tcp-socket

Last synced: 02 Sep 2025

https://github.com/ashaduri/demo-libraries-multiple

A cmake project that demonstrates how to use static and dynamic libraries in a C++ project.

cmake cplusplus cpp demo dll dynamic library shared shared-library static

Last synced: 07 May 2025

https://github.com/siyovush-hamidov/hamming-codes-8-4

🔐 This project implements the Hamming Code 8-to-4 algorithm for error detection and correction during information transmission, capable of handling one mistake

cpp cryptography

Last synced: 14 Apr 2025

https://github.com/dibyadyutidas/cpp

c++ programs

cpp opp programming

Last synced: 17 Jun 2025

https://github.com/andreiavrammsd/polymap

Map with infinite levels and multiple types for keys and values.

cpp map polymorphic recursion tree

Last synced: 07 May 2025

https://github.com/grazianobolla/monke-engine

Simple and Fast 2D Game Engine based on OpenGL and C++

cpp game-engine opengl

Last synced: 19 Mar 2025

https://github.com/viral32111/gm_regex

Lua Patterns are rubbish, Regular Expressions are the standard.

cpp cpp11 dll garrysmod glua lua module regex visual-studio

Last synced: 21 Jul 2025

https://github.com/echo-devim/simba

SMB lightweight client for Linux based on libdsm

cpp file-server file-share gtk libdsm samba smb

Last synced: 04 Apr 2025

https://github.com/mubeen-channa/atm-machine-cpp-project

This is my C++ ATM Machine 1st semester project. This project is build from scratch using C++.

contributions-welcome cpp cpp-project first-semester-project mubeen-channa mubeenchanna open-source

Last synced: 16 Jul 2025

https://github.com/rikard-helgegren/leverage_analysis_tool

Analyst tool for portfolio construction. How can levereged certificates be used to increase returns in a portfolio while keeping the risk as low as possible. Use the tool and find out.

cpp data-analysis investment kivy-framework python3

Last synced: 12 Apr 2025

https://github.com/tajiknomi/BrowserCredExtractor_windows

Extract stored password(s) and important file(s) from various browser (i.e. Chrome, Brave, Edge, Opera)

brave browser browser-security chrome cpp cybersecurity dpapi edge offsec windows

Last synced: 18 Jul 2025

https://github.com/vhpx/vacation-house-exchanger

A prototype airbnb-like application built as a final project for the Software Engineering Design course at RMIT University.

cpp project

Last synced: 12 Apr 2025

https://github.com/pony-hpp/explodeforexplode

An OpenGL destruction simulator game (in progress).

2d 2d-game 2d-graphics cpp cpp-game cpp17 opengl opengl-game simulator simulator-game

Last synced: 09 Sep 2025

https://github.com/xreedev/automated-solar-panel

This project aims to increase efficiency of solar panels by adjusting its tilt based on the calculated sun's position in the sky ,without a LDR.This was done as part of my BTech mini project.

arduino arduino-library btech btech-project btech-projects cpp css esp32 html js json ktu solar-panels solpos

Last synced: 11 Apr 2025

https://github.com/ikhsan3adi/ddp_dump

Kodingan matkul Dasar-dasar Pemrograman

algoritma c cpp dasar-pemrograman js kuliah program ts

Last synced: 14 Jul 2025

https://github.com/whoabhisheksah/email-classification

CS299 B.Tech Project (k-type of e-mail classification)

chrome-extension cpp js machine-learning python

Last synced: 10 Jul 2025

https://github.com/havrak/uav-project

Building a UAV as part of my final year on high school, now my hobby project

camera cpp drone raspberry-pi rpi0 uav

Last synced: 13 Apr 2025

https://github.com/jayesh-27/virtual-pets

Virtual Pets for Windows

cpp opengl virtualpet

Last synced: 24 Jun 2025

https://github.com/farout101/arduino-arcadebox-16x16-dot-matrix-diaplay

This is a prototype for something big

arduino-uno cpp

Last synced: 03 Mar 2025

https://github.com/swordlordcodingcrew/dang

Dainty Animations 'N Gears - Game Framework for the 32Blit and PicoSystem handheld open game consoles

2d 32blit aseprite cpp dang game-development game-framework gamedev picosystem tiled-map-editor

Last synced: 21 Jun 2025

https://github.com/gmitch215/cmdfx

🎮 A Game Engine for your Terminal

c cmake cmdfx cpp game game-engine library

Last synced: 12 Apr 2025

https://github.com/terenstare/sortviz

A sorting visualizer written in C++20

cpp cpp20 sdl2 sorting-algorithms visualization

Last synced: 12 Apr 2025

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

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

c cpp esp-idf esp32 esp32-s3 pmic

Last synced: 11 Jul 2025

https://github.com/aditya-a-garwal/agfilesystemscanner

A nifty command line tool to scan and search through the filesystem and get the sizes of directories

cpp filesystem filesystem-library std

Last synced: 17 Feb 2026

https://github.com/arsenic-atg/cp-setup

Automation to make my pc ready for competitive programming

automation competitive-programming cplusplus cpp python

Last synced: 11 Jul 2025

https://github.com/bl33h/3dmodelloader

A program that uses SDL2 and glm to load, render, and rotate the lines of 3D models from OBJ files for display.

3d cpp display glm gnu linux loader obj-files sdl2 spaceship

Last synced: 10 Jul 2025

https://github.com/ilyachalov/learncpp-com-examples

Примеры с сайта www.learncpp.com, посвященного изучению языка программирования C++

cpp examples learning russian

Last synced: 19 Jul 2025

https://github.com/elfaz19/double-linked-list-by-c--

📚 Student Management System 🎓 A C++ doubly linked list project to manage student records. Features: insert, delete, search, display, and demo mode. Perfect for learning dynamic data structures! 🚀 Happy Coding! ✨

cpp dsa dsa-algorithm dsa-practice

Last synced: 11 Jul 2025

https://github.com/progbits/smldbg

A small, dependency free debugger.

cpp debugger educational

Last synced: 08 May 2025

https://github.com/maxoodf/tgnews

Telegram Data Clustering Contest (Bossy Gnu's submission )

cpp document-clustering document-embedding document-similarity nlp nlp-machine-learning telegram word2vec

Last synced: 03 Apr 2025

https://github.com/flipcoder/mx

C++ coroutine await, yield, channels, i/o events (single header + link to boost)

await concurrency coroutines cpp cpp11 iomultiplexing threads yield

Last synced: 08 May 2025

https://github.com/amitsuthar69/rockpaperscissors

TicTacToe in C++ | my very first repository

cpp

Last synced: 23 Jun 2025

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

C++ uPClient for vsomeip (SOME/IP)

cpp up-transport uprotocol vsomeip

Last synced: 07 Mar 2026

https://github.com/amirhoseinmasoumi/onnx-cuda-inference

A C++ project for running CUDA-accelerated ONNX model inference, using ONNX Runtime and OpenCV for image segmentation tasks.

cpp cuda inference onnxruntime onnxruntime-gpu opencv segmentation

Last synced: 12 Apr 2025

https://github.com/kataglyphis/kataglyphis-renderer

🚀 C++23 based renderer with Vulkan/OpenGL support. Serves as playground for me to test new CMake/C++/Vulkan/... features.🚀

cmake cpp opengl path-tracing physically-based-rendering rendering vulkan

Last synced: 08 May 2025

https://github.com/lackhole/plotting-for-opencv

Plotting for OpenCV (C++)

cpp graph image math opencv plot plotting

Last synced: 16 Jul 2025

https://github.com/nurodev/xmake-scaffold

🌱 Minimal Xmake C++ Project Template

c cpp portfolio template template-project template-repository xmake

Last synced: 08 May 2025

https://github.com/rokhan/gocpp

Quick and dirty experimentations to parse go code and generate equivalent c++ code

compiler cpp golang

Last synced: 20 Mar 2025

https://github.com/rajput-hemant/data-structures-and-algorithms

Implementations and Problems of various Data Structures and Algorithms in JAVA, Python, C++ and Rust.

algorithm algorithms cpp data-structures dsa java python rust rust-data-stuctures rust-lang

Last synced: 15 Jul 2025

https://github.com/sahilll94/standard-template-library-in-cpp

A repository where the operation and how does the containers in C++ rich library Standard Template Library (STL) works.

cpp stl stl-algorithms stl-containers

Last synced: 13 Apr 2025

https://github.com/vittorioromeo/cppcon2016

Repository for my `cppcon2016` talk: "Implementing static control flow in C++14"

control-flow cpp cpp11 cpp14 cpp17 cppcon presentation slides

Last synced: 03 Apr 2025

https://github.com/dalae37/dl-engine-directx11

DirectX11 Based 2D/3D Rendering Framework

cpp directx11 framework rendering-engine

Last synced: 14 Jul 2025

https://github.com/s1ink/visionserver

A C++ vision processing library designed for raspberry pi deployment on an FRC robot

cpp cscore frc ml networktables opencv raspberry-pi tensorflow-lite vision wpilib

Last synced: 25 Jun 2025

https://github.com/stdbug/argparse

Single-header C++ command line argument parser

argument-parser c-plus-plus c-plus-plus-17 cpp cpp17 option-parser

Last synced: 20 Jul 2025

https://github.com/rpotter12/data-structure

basic syntax and data structure programs of different languages

algorithms c cpp data-structures hacktoberfest hacktoberfest2019 java languages python rust sort stack syntax tree

Last synced: 11 Apr 2025

https://github.com/pkprajapati7402/sudoku-solver

A C++ program to solve Sudoku puzzles using backtracking. Input a 9x9 grid with empty cells represented by 0s, and the solver will find the solution if it exists. Includes sample images for input format and solved output.

algorithms backtracking cpp grid problem-solving puzzle-solver recursion sudoku-solver

Last synced: 13 Apr 2025

https://github.com/astrodynamic/dna_analazer-algorithms-for-working-with-text-in-cpp

This project implements substring search and sequence alignment algorithms for molecular sequences analysis. It includes the Rabin-Karp algorithm for substring search and the Needleman-Wunsch algorithm for sequence alignment. Developed in C++17, the code follows Google Style and includes a Makefile for building and testing the program.

algorithms analayze cmake cmakelists console-application console-applications cpp cpp17 dna dna-sequences hashing learning makefile rabin-karp-algorithm regex reusable testing text-algorithms text-summarization

Last synced: 20 Sep 2025

https://github.com/tajiknomi/remote_administrative_console

Command and Control (C2) Framework for remotely managing multiple clients. It allows for issuing commands, manipulating filesystems, executing shell, uploading/downloading data and gathering details about the connected systems

cpp filemanager hacking-tool offsec pentest-tool pentesting qt rat red-team remote-access-tool remote-administrative-tool

Last synced: 29 Oct 2025

https://github.com/kassane/Standalone-Server

Asio standalone C++ HTTP/S Server (uses zig build-system)

cpp zig-package

Last synced: 06 May 2025

https://github.com/christianparpart/compose

Functional Programming in C++14

cpp cpp11 cpp14 functional-programming library

Last synced: 10 Sep 2025

https://github.com/atennop1/genesis

Simple 2D game engine written in C++ using SDL2 and OOP

cpp game-development game-engine game-engine-2d gamedev oop sdl2

Last synced: 18 Jul 2025

https://github.com/delu-u/aoc

I lost my previous AoC code. Let's remake it with a different language each year!

advent-of-code aoc c cpp csharp go haskell javascript kotlin python ruby rust

Last synced: 13 Apr 2025

https://github.com/kartikcode/data-structures-algorithms

Contains the implementation of various data structures and algorithms. The go-to resource for all your technical interviews and CP contests.

algorithms algorithms-datastructures cp-contests cpp data-structures hacktoberfest hacktoberfest2021 java

Last synced: 13 Apr 2025

https://github.com/cashtann/fileexplorer

File explorer in Qt QML and C++

cpp fileexplorer filesystem qml qt

Last synced: 18 Jun 2025

https://github.com/tremus/figmaboundsheader

Figma plugin for generating a c friendly Bounds.h file with the dimensions of all selected nodes

c cpp figma figma-plugin gui

Last synced: 11 Apr 2025

https://github.com/sajed-zarrinpour/modern-cpp--class-materials

Notes on modern c++ programing.

cmake cpp education google-test

Last synced: 16 Apr 2025

https://github.com/phoemur/cxmaze

A maze game in C++ with lib ncurses, just an exercise

cplusplus cpp game ncurses ncurses-library

Last synced: 17 Mar 2025

https://github.com/pk8868/atari-msc

ATARI Logo Interpreter for Motorola Science Cup 2021 (4th place)

cpp cpp20 imgui sfml

Last synced: 18 Mar 2025

https://github.com/scyth3-c/gl-pincel

a pincel with anchor points, you can draw arbitrarily or with anchos poins polygons

brush cpp cpp17 drawing linux makefile opengl

Last synced: 25 Jan 2026

https://github.com/adam-mcdaniel/regex-engine

A Regex📋 implementation in C++ using Thompson's NFA algorithm

cpp cpp98-compatible header-only regex regex-engine regex-match text-processing

Last synced: 11 Apr 2025

https://github.com/calkoe/arduinoos

A simple library for saving and modify your applications settings

arduino cpp management utility

Last synced: 30 Apr 2025

https://github.com/zompi2/cppcorosample

My understanding of C++20 coroutines with sample code.

coroutines cpp cpp20 documentation

Last synced: 25 Jan 2026

https://github.com/zhanghuanchong/eatnum

:1234: Cocos2d-x 3.0 game with C++ 11

cocos2d cpp cpp11 game

Last synced: 10 Apr 2025

https://github.com/styulenev/qt-cpp-examples

Examples of test programs C++/Qt/QML

cpp cpp-library qml qt

Last synced: 06 Jul 2025

https://github.com/liubang/playground

Personal Learning Playground

bazel cpp go java monorepo php rust

Last synced: 17 Jan 2026

https://github.com/keshav2010/protoanimator

A Small keyframe based animator tool for designing rough 2D sprite-based animations quickly for presentation purposes.

animation animation-tools cpp keyframe-animation qt4

Last synced: 21 Feb 2025

https://github.com/veresdavid/opencv-calculator

A virtual calculator controlled by hand gestures. (https://youtu.be/RnA-b2uEvak)

camera cpp opencv

Last synced: 07 Sep 2025

https://github.com/manraj29/logic_gates

C++ code for Logic-Gates Concept.

cpp logic-gates object-oriented-programming txt-files

Last synced: 03 Mar 2025

https://github.com/zpnst/wordly

A simple console game

console-application console-game cpp oop

Last synced: 13 Apr 2025

https://github.com/syedzawwarahmed/computer-graphics

A repo for OpenGL Code.

cpp glut opengl

Last synced: 01 May 2025

https://github.com/phoemur/flappy

Flappy Bird Clone made with C++14 and SDL2

cpp cpp14 flappy-bird flappy-bird-clone flappybird sdl2 sdl2-image sdl2-library

Last synced: 17 Mar 2025

https://github.com/n1ko23/wintaskman

WIP: Qt6 based program trying recreate the iconic WinXP/Vista/7 task manager

cpp linux qt6 task-manager ui

Last synced: 10 Apr 2025

https://github.com/jdsherbert/audio-procedural-reverb

Simple C++ implementation of a basic Procedural Reverb algorithm. Includes an example usage case with a simulated sinusoidal signal.

audio audio-effect audio-effects audio-processing cpp delay procedural reverb reverberation sine sine-wave sinewave

Last synced: 02 Apr 2025