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/drapegnik/merge_sort

:new_moon_with_face: Multithread merge sort on C++

bsu c-plus-plus cpp famcs labs mergesort mpi sort sorting-algorithms study

Last synced: 05 Apr 2025

https://github.com/juangburgos/qsingleinstance

Qt C++ library to check if another instance of an application is running. Disallow multiple application instances.

c-plus-plus cpp instances qt qt5

Last synced: 12 Apr 2025

https://github.com/hanilr/tff

Terminal File Finder Written In C++

cpp cpp17 file file-manager filesystem terminal-app

Last synced: 04 Apr 2025

https://github.com/soerlemans/acris

Acris is a compiler project for a systems programming language aimed at interoperability with multiple languages.

acris ast c cmake codegen compiler cpp cpp23 interoperability language lexer llvm python3 transpiler

Last synced: 02 Feb 2026

https://github.com/nateseymour/city

JIT Compiler Infrastructure

compiler cpp jit

Last synced: 14 Apr 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/ferhatgec/stringtools

Single header STL String tool library.

cpp dev file library single string tools

Last synced: 18 Feb 2026

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/shicpp

Fegeya SHiC++, extensible syntax highlighting engine for many programming languages.

cpp cpp17 engine syntax syntax-highlight syntax-highlighter

Last synced: 18 Feb 2026

https://github.com/ferhatgec/namegenplusplus

Name Generator library for C++ Developers

cli cpp gen name pseudo-random

Last synced: 18 Feb 2026

https://github.com/ferhatgec/mdth

Fegeya MDtH, Markdown to HTML converter. Written in C++17.

converter cpp cpp17 html markdown markdown-to-html parser tokens tool

Last synced: 14 Apr 2025

https://github.com/ferhatgec/inputplusplus

Fegeya Input++ is single header input library

cpp fegeya header input library single

Last synced: 18 Feb 2026

https://github.com/steve3003/mcts-cpp

C++ implementation of the Monte Carlo Tree Search algorithm

cpp mcts monte-carlo-tree-search

Last synced: 15 Sep 2025

https://github.com/leandrosimoes/notenumberremapperbyvelocityvtsplugin

VTS plugin to remap a midi note number to another based on the velocity

alesis cpp juce-framework midi plugin vts-plugin

Last synced: 28 Jun 2025

https://github.com/njroussel/natura

An infinite procedural world (OpenGL)

3d-world cpp glsl opengl procedural-generation

Last synced: 14 May 2025

https://github.com/oktomus/cpp-closest-point-on-mesh

Exemple of a closest point on mesh C++ implementation

cpp geometry-algorithms

Last synced: 25 Aug 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/ferhatgec/fsplusplus

Single header filesystem library for specific functionalities

cpp fegeya filesystem header library single

Last synced: 18 Feb 2026

https://github.com/ferhatgec/diffusion

Data Interchange Format for C++

cpp data data-interchange format fusion

Last synced: 18 Feb 2026

https://github.com/hhromic/e131-viewer

E1.31 (sACN) Xterm256 Console Viewer

c client console cpp e131 light-controller sacn viewer

Last synced: 14 Apr 2025

https://github.com/s4m-mo/language-runner-vscode

A VS Code extension that can run a variety of file types.

c cpp javascript language-runner nodejs python vbnet vscode vscode-extension

Last synced: 08 Apr 2026

https://github.com/pkprajapati7402/hangman-game-cpp

A simple C++ command-line implementation of the classic Hangman game. Guess the hidden word letter by letter before running out of attempts. This project provides an interactive and enjoyable way to practice basic programming concepts.

basic-programming cli command-line-game cpp fun-project hangman-game interactive oop word-game

Last synced: 13 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/kaplanz/cake

Just another C/C++ Makefile-based build system, aimed at providing quick and easy development

build-system c cpp make makefile

Last synced: 18 Feb 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: 25 Jun 2026

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/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/vndee/algo-templates

Algorithm templates for competitive programming contest.

acm-icpc algorithms codeforces competitive-programming cpp data-structures topcoder

Last synced: 13 Jul 2025

https://github.com/endstonemc/cpp-example-plugin

C++ example plugin for Endstone servers

bedrock bedrock-dedicated-server cplusplus cpp minecraft plugin

Last synced: 14 Apr 2025

https://github.com/weliveindetail/blog

Sporadic details on compilers, code and tooling from the world of LLVM

cpp jit lldb llvm native orc remote

Last synced: 12 Apr 2025

https://github.com/mohitmishra786/my-codeforces-solution

This repo is just made to store my solution.

codeforces-solutions competitive-programming cpp python

Last synced: 19 May 2026

https://github.com/amanoteam/glibc_preload

An execve() wrapper that allows executing binaries using a glibc installed in a non-standard location.

c cpp execve glibc ldpreload

Last synced: 14 May 2025

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

These are the programs that will help you to get started with C++

cpp hacktoberfest hacktoberfest2022

Last synced: 19 Mar 2025

https://github.com/JingOS-team/controlkit

controlkit plugins to build user interfaces based on the KDE UX guidelines

cpp qml

Last synced: 13 Apr 2025

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/m3y54m/library-with-cmake

Creating a shared or static library using cmake

c cmake cpp shared-library static-library

Last synced: 17 May 2026

https://github.com/illud/crono

Crono is a desktop app that allows you to have all your games, apps in one place and track the time used.

cpp desktop qt qtcreator

Last synced: 15 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/afondiel/cs-courses

This is a list of Computer Science free courses and resources available on Github and internet.

ai algorithms compter-vision computer-science computer-science-courses cpp data-science free-courses machine-learning python rust software-engineering

Last synced: 22 Jul 2025

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

Virtual Pets for Windows

cpp opengl virtualpet

Last synced: 24 Jun 2025

https://github.com/ankitsultana/parallel-df

An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)

cpp document-frequency openmp openmp-parallelization

Last synced: 03 Feb 2026

https://github.com/alin00r/car-racing-game

A 2D Racing game that You can race with other cars developed using OpenGL and C++

car-game codeblocks computer-graphics cpp game-development opengl racing-game

Last synced: 06 Apr 2025

https://github.com/hawashra/problemsolving

here I add some of the problems I solved.

competitive-programming cpp problem-solving

Last synced: 08 Mar 2026

https://github.com/choaib-elmadi/getting-started-with-ros

Learn the Robot Operating System (ROS), including both ROS1 Noetic and ROS2 Humble, installation and essential commands.

cpp debian-linux linux python robot robot-operating-system robotics ros ros1 ros1-noetic ros2 ros2-humble ubuntu

Last synced: 31 Oct 2025

https://github.com/chaoses-ib/coursemanager-assignment

教务管理系统(课设)

ado-net cpp csharp mfc sqlite wpf

Last synced: 24 Dec 2025

https://github.com/educ8s/cpp-analog-clock-with-raylib

An analog clock project using C++ and raylib, showcasing OOP concepts and dynamic graphics.

analog-clock cpp raylib raylib-cpp raylib-project

Last synced: 18 Feb 2026

https://github.com/jomarkow/Audio-to-MIDI

Real time Audio to MIDI converter. Convert your sound into an editable music document.

arduino audio audio-processing cpp fft midi music stft teensy teensy40

Last synced: 16 Mar 2025

https://github.com/basemax/banksystemcli

A tiny and CLI program for Bank system with 2 different user access using C.

banking-applications cpp

Last synced: 11 Jun 2025

https://github.com/prariecomamile/electronic-system-control

Thanks to this project you can do system control on arduino

arduino arduino-ide arduino-uno cpp electronics python python3

Last synced: 13 May 2025

https://github.com/axel7083/nixie-clock

Custom firmware adding support for BLE and Wifi to the EleksTube IPS Nixie Tube Digital Clock.

arduino bluetooth clock cpp

Last synced: 31 Oct 2025

https://github.com/tylerburdsall/lazy-cartesian-product

.hpp library to efficiently generate combinations using the Lazy Cartesian Product algorithm

cartesian cartesian-product combinations cpp cross-join distinct generate generation hpp hpp-library lazy random stl unique

Last synced: 02 Jul 2025

https://github.com/pecas-dev/mypong

PONG recreated in C++ by me using Raylib

cpp pong-game raylib

Last synced: 04 Mar 2025

https://github.com/jchiefelk/node-quandl

Stock Analytics Platform built with the following stack; Node, C++, Express, React.

c-plus-plus coinbase-api cpp flux node-addon node-js reactjs

Last synced: 07 Apr 2026

https://github.com/not-nik/cpp-stalin

A C++ standard library implementation

cpp cpp11 cpp14 cpp17 cpp20 cpp23 standard-library stl

Last synced: 12 Apr 2025

https://github.com/praydog/alan-wake-2-mod-loader

A mod loader for Alan Wake 2 using loose file loading

alan-wake-2 cmkr cpp modding reverse-engineering

Last synced: 30 Apr 2025

https://github.com/ergus/gpukalmanfilter

Kalman Filter test code using C, C++, Cuda and OpenCL.

cpp cuda gpgpu kalman-filter makefile opencl performance vectorization

Last synced: 28 Oct 2025

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/kassane/Standalone-Server

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

cpp zig-package

Last synced: 06 May 2025

https://github.com/supercmmetry/bitio

A simple and fast bitio library for c++

benchmark bitio cpp filesystem io memory-buffers read-write

Last synced: 02 Apr 2025

https://github.com/luisenmarroquin/cpp-actions

GitHub Actions to build C and C++ on Windows, macOS and Linux

c c-plus-plus cpp docker dockerfile gcc github-actions shell

Last synced: 13 Apr 2025

https://github.com/martin-olivier/klondike

A Klondike game written in C++

cpp klondike sfml solitaire

Last synced: 07 May 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/cjdb/doge

An open source game engine leveraging C++17, Concepts TS, Ranges TS, OpenGL 4.3, Vulkan, and SYCL.

concepts-ts cpp cpp-17 doge game-engine game-engine-development game-engine-prototype opengl ranges-ts sycl vulkan

Last synced: 19 Apr 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/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/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/georgesittas/remote-file-transfer

Multi-threaded file transferring app, based on the client-server model

client-server cpp file-sharing linux pthread sockets tcp-ip

Last synced: 09 Sep 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/dulikvor/sweetpy

:cake: Extend python using C++14 and beyond with ease.

connectivity cpp cpp11 cpp14 python python3 python37

Last synced: 16 Feb 2026

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

A repo for OpenGL Code.

cpp glut opengl

Last synced: 01 May 2025

https://github.com/jingwood/raygen-renderer

A simple cross-platform ray tracing engine for 3D graphics rendering.

3d cpp cross-platform engine graphics path-tracing ray ray-tracing raytracer renderer rendering tracing

Last synced: 19 Mar 2025

https://github.com/sowinskibraeden/level-editor

My own terminal text editor written in c++.

cpp terminal text-editor

Last synced: 16 Jun 2025

https://github.com/astrodynamic/game-of-life-in-qt-qml

Game of Life is a cellular automaton where cells evolve based on simple rules. It demonstrates emergent behavior and can simulate complex patterns and systems.

algorithms cell classic-game cpp cpp17 game primitive qml qt qt6 qt6-gui tableview

Last synced: 07 Jul 2025

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

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

camera cpp opencv

Last synced: 19 May 2026

https://github.com/stars-sea/dynamicdesktop

基于 WinUI3 的动态桌面设置程序

beautifier cpp desktop winui3

Last synced: 16 Feb 2026

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/gustavz/robosoccer_championship

Winner Team C++ Code of TUM Robosoccer Championship 2016

code cpp opencv robosoccer tum turtlebot

Last synced: 12 Apr 2025

https://github.com/zenseact/zmbt-framework

Zenseact Model-based Testing Framework

cpp model-based-testing unit-testing-framework

Last synced: 17 Jan 2026

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

Library for DSP6951 DSP Radio IC.

arduino arduino-library cpp dsp radio

Last synced: 16 May 2026

https://github.com/genyleap/cell

G E N Y L E A P ™ Cell is an incredibly innovative and revolutionary cross-platform software engine written in modern C++ which enables you to build super high-end products.

application booster cplusplus cpp cross-platform desktop engine exclusive framework library mobile project-core software system wasm web

Last synced: 12 Apr 2025