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/windowsnt/rgf

A single header open/save dialog box with local/googledrive/onedrive WinRT interface for Windows

cpp drive dropbox googledrive onedrive rest uwp win32

Last synced: 18 Aug 2025

https://github.com/qookei/tart

Asynchronous microcontroller library written in C++20.

async cpp hacktoberfest library microcontroller

Last synced: 15 Oct 2025

https://github.com/farid-karimi/pac-man

This project is a simplified version of Pac-Man with randomly generated maps, custom colors, and a leaderboard. It uses DFS for maze generation and BFS for ghost behavior. The visuals use ASCII art and Unicode characters, and progress is saved in a text file.

bfs cli cpp dfs game game-development pacman

Last synced: 29 Oct 2025

https://github.com/eslamdyab21/amrs-in-warehouse-systems

This repository is for our graduation project ‫‪AMRs‬‬ ‫‪in‬‬ ‫‪Warehouse‬‬ ‫‪Systems, A team in the Faculty of Engineering, Alexandria university , majored in Electronics and Communication.

arm arm-architecture astar-algorithm cpp dashboard-application embeded-systems multi-robot-path-planning mysql-database qr-code raspberry-pi warehouse

Last synced: 14 Apr 2025

https://github.com/Huy-DNA/DSA-SFINAE

Data structures & algorithms implemented in C++ with SFINAE

cpp dsa metaprogramming sfinae stl

Last synced: 14 Apr 2025

https://github.com/seb-jones/simple-ini-reader

Fast, Simple, Public Domain INI Reader written in C

c cpp cross-platform ini parser public-domain reader single-file

Last synced: 08 May 2025

https://github.com/configcat/cpp-sdk

ConfigCat SDK for C++. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

configcat cpp cpp-sdk feature-flags feature-management feature-toggles featureflags remote-config sdk

Last synced: 18 Jul 2025

https://github.com/3ur/simpsons-hit-run

Source code for Simpsons Hit & Run ported to Xbox UWP and with a cleaner structure & more features.

cplusplus cpp game game-development gamecode gamedev gamedevelopment games gaming port simpsons simpsons-hit-and-run uwp uwp-games xbox xboxseriess xboxseriesx

Last synced: 06 May 2025

https://github.com/ocfbnj/nesemulator

A cross-platform NES emulator in C++.

cpp emulator nes

Last synced: 30 Oct 2025

https://github.com/sdmg15/cli-table-cpp

Pretty unicode tables for the CLI with CPP

cli-table-cpp cmake cpp unicode

Last synced: 10 Jul 2025

https://github.com/ami-iit/reloc-cpp

Cross-platform CMake/C++ library to get the installation prefix of shared library in a relocatable way.

binreloc cmake cpp cxx relocatability relocatable relocation

Last synced: 22 Jun 2025

https://github.com/iartorias/noceg

NoCEG - Steamworks CEG DRM Resolver

ceg cpp drm patcher steam steamworks

Last synced: 14 Oct 2025

https://github.com/ullaskunder3/graphics.h-project-template

My vs code setup for graphics.h ( I know its old, have to learn because of university they use turbo 😶 vs code is better)

bgi-graphics cpp graphics-library vscode

Last synced: 12 Jun 2025

https://github.com/mlomb/onnx2code

Convert ONNX models to plain C++ code (without dependencies)

assembly cpp inference machine-learning onnx python

Last synced: 01 Apr 2025

https://github.com/jayantgoel001/hackerrank

Hacker Rank Solutions

c cpp hackerrank java javascript python

Last synced: 15 Mar 2026

https://github.com/russelmann/hole-filling-liepa

Implementation of coarse hole filling algorithm for triangle meshes by P. Liepa.

cpp hole-filling liepa mesh python

Last synced: 23 Feb 2026

https://github.com/mattkretz/virtest

header-only unit test framework

cpp cpp11 test-framework unit-testing

Last synced: 10 Apr 2025

https://github.com/krshrimali/cpp-file-manager

A C++ File Manager library, to load files in a directory with options to exclude extensions with patterns. Also available as cross platform binary.

cpp file-manager

Last synced: 25 Oct 2025

https://github.com/swag666baby/bomb

a fork bomb made in c++ and a lightweight zipbomb from the system function

cpp forkbomb malware zipbomb

Last synced: 11 Oct 2025

https://github.com/sotanakamura/winui3-without-midl

WinUI 3 with C++ and XAML but without MIDL

cpp windows winui3 without-midl

Last synced: 05 Mar 2026

https://github.com/ylab-hi/pxblat

PxBLAT: An Efficient and Ergonomic Python Binding Library for BLAT

alignment bioinformatics blat c cpp pybind11 python sequence-analysis

Last synced: 14 Jan 2026

https://github.com/harry-hopkinson/universal-no-recoil

🎯 A highly customisable lightweight recoil tool for FPS games.

cpp fps fps-game gaming

Last synced: 12 Mar 2026

https://github.com/gershnik/intrusive_shared_ptr

Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters

c-plus-plus-17 c-plus-plus-20 cplusplus cplusplus-17 cplusplus-20 cpp cpp17 cpp20 header-only no-dependencies reference-count reference-counting weak-reference

Last synced: 13 Mar 2026

https://github.com/developer239/robot-cpp

Mouse, keyboard and display automation.

cmake control cpp keyboard macos mouse record replay windows

Last synced: 10 Apr 2025

https://github.com/sandsmark/unfuckify

makes c++ code using `auto` readable, i. e. unfucks it. I think this is what the kids call "opinionated"

clean-code codestyle cpp cpp11 cpp14 cpp17 lambdas libclang lint linter readability tidy

Last synced: 12 Apr 2025

https://github.com/arduino/cpp-test-action

A GitHub Actions action for testing C/C++ projects

c c-plus-plus ci cmake continuous-integration coverage cpp github-actions unit-testing

Last synced: 09 Oct 2025

https://github.com/vasumahesh1/azura

Repository for real time rendering engine and tools for C++

cpp d3d12 macos real-time rendering vulkan windows

Last synced: 23 Jan 2026

https://github.com/m-fatah/hot_reloading_with_cmake

An example to demonstrate how to implement hot reloading for a game engine and integrate it with CMake.

c cmake cpp game-development game-engine gamedev hot-reload

Last synced: 04 Jul 2025

https://github.com/mortennobel/topologyoptimization

A simple Topology Optimization (based on the 99-line Matlab code by Ole Sigmund)

cpp cpp11

Last synced: 24 Apr 2025

https://github.com/zhenye-na/lintcode

👨‍💻 This repository contains the solutions and explanations to the algorithm problems on LintCode. All are written in Python/Java/C++ and implemented by myself.

algorithms coding-interviews cpp java lintcode lintcode-problems-practice python

Last synced: 09 Oct 2025

https://github.com/rdbo/x-inject

GUI Library injector for Windows and Linux

c code-injection cpp dear-imgui dll-injection gui library-injection linux windows

Last synced: 10 Apr 2025

https://github.com/pockerman/bitrl

Environments and various utilities for reinforcement learning with C++

cpp gymnasium-environment openai-gym ray reinforcement-learning reinforcement-learning-environments webots-robot-simulator

Last synced: 03 Feb 2026

https://github.com/redblobgames/cpp-traverse

C++ Serialization library focusing on extensibility, both of input/output formats and of data types

cpp serialization

Last synced: 22 Mar 2025

https://github.com/blandalpha/bluey_gallery

FluentUI styled Qt / QML / C++ App. A Bluey database gallery.

bluey cpp database gallery gui qml qt6

Last synced: 29 Oct 2025

https://github.com/stecman/unicode-input-panel

A human interface device to input any Unicode character

cpp embedded firmware pi-pico pico

Last synced: 29 Oct 2025

https://github.com/soblin/slam

『SLAM入門 ロボットの自己位置推定と地図構築の技術』の実装レポジトリ

clang-format cmake cpp robotis slam travis-ci

Last synced: 11 Sep 2025

https://github.com/jdsherbert/unreal-engine-async-load-tool

Asynchronous Loading tool for Unreal Engine allowing soft loading of objects freely or with a callback.

async asynchronous asyncloader callback-functions cpp loading module unreal-engine unreal-engine-5

Last synced: 15 Jul 2025

https://github.com/dickreuter/pokerequitycalculator

C++ implementation of a poker equity calculator as montecarlo simulation

cpp cpp17 montecarlo-simulation poker poker-evaluator

Last synced: 15 Jul 2025

https://github.com/takeyamayuki/restuino

A library, firmware to handle arduino GPIO via REST API.

arduino bootloader cpp esp32 esp8266 http iot iot-platform platformio rest-api

Last synced: 14 Jul 2025

https://github.com/chuigda-wasteland/Safe_stl

A safe version of STL

cpp cpp11 cpp14 safe stl

Last synced: 30 Dec 2025

https://github.com/utilforever/corailed

Unrailed! simulator using C++ with some reinforcement learning and Unrailed! AI using Python with OpenCV

cplusplus cpp cpp17 python python-api python3 reinforcement-learning rl rl-environment simulator-game unrailed

Last synced: 03 Nov 2025

https://github.com/kdahlhaus/easy-erg

An easy to use C++ wrapper for the Concept 2 Software Development Kit for interfacing with their rowing ergometer.

concept-2 cpp ergometer rowing wrapper-library

Last synced: 07 May 2025

https://github.com/zhengtianzuo/camel_filetransferexamples

双峰驼 __ 高性能可靠UDP数据传输P2P通讯框架

cplusplus cpp

Last synced: 14 Apr 2025

https://github.com/stefanhamminga/saturating

C++ header only library for saturation arithmetic functions and always saturating types.

arithmetic cpp library saturating-functions saturation saturation-arithmetic template

Last synced: 12 Apr 2025

https://github.com/pbotros/river

A high-throughput, structured streaming framework built atop Redis Streams. C++, Python, and MATLAB support.

cpp iot matlab parquet python redis stream-processing streaming

Last synced: 11 Mar 2026

https://github.com/akhilam512/qmlrenderer

A Qt/C++ library to render QML to video clips

cpp opengl qml qt qt-quick qt5 rendering

Last synced: 20 Jun 2025

https://github.com/phanxuanquang/object-oriented-programming-uit

Tất cả bài thực hành môn Lập trình hướng đối tượng - Trường Đại học Công nghệ Thông tin

cpp oop uit vietnam vnu

Last synced: 07 May 2025

https://github.com/smv1999/custom-header-files-cpp

A Collection of Custom Utility Header Files written in C++

cpp data-structures hacktoberfest hacktoberfest2021 header-files programming utility-library

Last synced: 12 Apr 2025

https://github.com/easternjournalist/diffnum

A light-weighted and flexible C++ differentiable programming library. Just replace float and double with it, and it does Auto-Grad for you...

autograd cpp cuda-toolkit

Last synced: 07 May 2025

https://github.com/coletrammer/iros

Operating System focused on asynchronicity, minimalism, and performance.

c-plus-plus cpp kernel operating-system os osdev posix

Last synced: 14 Jul 2025

https://github.com/zziz/sm

Sparse Matrix - Simple implementation of Sparse Matrix Operations in C++.

cpp linear-algebra mathematics matrix sparse-matrix templated

Last synced: 09 Jul 2025

https://github.com/DanielMartensson/OpenSourceLogger

Data acquisition software with STM32-PLC. Collect measurement, analyze CAN-messages and send SAE-J1939 messages to other ECUs.

c cpp data-aquisition imgui opengl stm32

Last synced: 08 May 2025

https://github.com/srilakshmikanthanp/libfiglet

Use this library to Generate large text out of ordinary text akin to popular program FIGlet with C++ Easily!

cpp figlet

Last synced: 23 Apr 2025

https://github.com/endiliey/territoryboss

:video_game: Minimalistic third person shooter game

cpp game gamedevelopment unreal-engine-4

Last synced: 13 Oct 2025

https://github.com/vincentkims49/mobile-nutrition-app

Mobile Nutrition is an applicatiion that aims at keeping track of nutrients that the user consumes. It does so by allowing the user to select meals for the day and then gives the amount of nutrients present in the selecte meals. It also provide recipes for the selecte meals to the user.

cpp dart flutter java objective-c

Last synced: 28 Feb 2026

https://github.com/freyxfi/allinhacktoberfest

AllInHacktoberfest Was Created in 2022 and Now going on It has several catagories Which Include Linux/Cybersecurity/webDev/Game Development

c collaborate cpp game hacktober hacktoberfest hacktoberfest-2023 hacktoberfest-2023-accepted hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023 html py python python3

Last synced: 09 Apr 2025

https://github.com/sameerxjod55/cs2-cheat

A repository containing a collection of cheat sheets and reference materials for Computer Science students. Includes helpful tips, tricks, and resources to support learning and understanding complex concepts in CS2 courses.

cheat counter-strike cpp cs2 dll esp external hack imgui internal kernel-driver open-source source2 windows

Last synced: 01 Mar 2026

https://github.com/sachinl0har/contact-management

Contacts management system PhoneBook in C++

contact-management-system cpp phonebook

Last synced: 28 Jul 2025

https://github.com/praydog/vtable-monitor

tool for monitoring x64 MSVC vtable calls

binary-instrumentation cpp msvc reverse-engineering rtti vtable windows

Last synced: 15 Apr 2025

https://github.com/franckrj/respawnirc

Interface de client IRC pour les forums de JVC.

cpp qt

Last synced: 01 Aug 2025

https://github.com/stellar-group/blaze_cuda

WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze

blaze cpp cpp14 cuda gpu hpc linear-algebra metaprogramming

Last synced: 30 Apr 2025

https://github.com/aarjaneiro/qtlean

A Qt GUI interface and build system for QuantConnect's Lean

algorithms algotrading c-sharp cpp finance lean options python quantconnect quantitative-finance stock trading-bot

Last synced: 31 Jan 2026

https://github.com/kaethchen/musicrpc

All-In-One Discord Music RPC for Apple Music, iTunes, Spotify, TIDAL, Deezer and foobar2000.

apple-music cpp deezer discord discord-game-sdk discord-rpc foobar2000 itunes macos objective-c objective-cpp spotify tidal

Last synced: 27 Apr 2025

https://github.com/copperspice/cs_designer

Program used by developers to create a graphical interface .ui file

cpp ui-design

Last synced: 28 Jan 2026

https://github.com/m-mizutani/dns-gazer

DNS passive monitoring tool

cpp dns fluentd libpcap packet-sniffer security

Last synced: 27 Apr 2025

https://github.com/yinguobing/yolov5-trt

YOLO v5 inference with TensorRT (C++)

cpp cuda nvidia opencv tensorrt yolov5

Last synced: 09 Oct 2025

https://github.com/rageworx/libsrcnn

Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.

c cpp gcc gpp imaging mingw-w64 no-opencv resolution super super-resolution

Last synced: 28 Apr 2025

https://github.com/git-afsantos/bonsai

Simplified interface for syntax trees and program models.

abstract-syntax-tree ast cpp parsing python static-analysis

Last synced: 13 Sep 2025

https://github.com/wolfterro/projetos-em-cpp

Pequenos projetos e testes simples em linguagem C++

c-plus-plus cpp projetos testes

Last synced: 04 Sep 2025

https://github.com/enansari/hsu-programming-competitions

My university's programming competitions in bachelor's degree with answers | مسابقات برنامه نویسی دانشگاه حکیم سبزواری

cpp force hakim-sabzevari-university hsu python university

Last synced: 27 Apr 2025

https://github.com/pucklaj/dynareadout

High-Performance C/C++ library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck)

binout c cae cpp d3plot dyna keyfile ls-dyna

Last synced: 26 Apr 2025

https://github.com/lioncash/cppcheck-configs

Configuration files that allow cppcheck to provide better static analysis results

c cpp cppcheck static-analysis

Last synced: 11 Apr 2025

https://github.com/lchsk/knight-general

Turn-based strategy game in 72 hours for Ludum Dare 42

cpp game game-dev game-jam ludum-dare ludum-dare-42 turn-based turn-based-strategy

Last synced: 23 Oct 2025

https://github.com/mukeshmithrakumar/hackerranksolutions

My HackerRank Solutions for Python, Java, C, C++, Shell, SQL, JavaScript and Interview Preparation Kit

bash c cpp data-science hackerrank hackerrank-solutions interview-preparation interview-questions java javascript linux-shell machine-learning python python3 shell software sql

Last synced: 09 Jul 2025

https://github.com/rrk567301/Encore

All-In-One Discord Music RPC for Apple Music, iTunes, Spotify, TIDAL, Deezer and foobar2000.

apple-music cpp deezer discord discord-game-sdk discord-rpc foobar2000 itunes macos objective-c objective-cpp spotify tidal

Last synced: 31 Oct 2025

https://github.com/andresweitzel/ejercicios_resueltos_cpp

Ejercicios Resueltos en C++ acerca de Vectores, Matrices, Estruc. Datos, Punteros, Pilas, Colas, POO, etc.

colas cpp filesystem funciones listas matrices pilas poo punteros vectores

Last synced: 15 Jun 2025

https://github.com/yig/gmu-cs425

A guide to making a game engine from scratch in modern C++

cpp cpp17 cross-platform game game-engine

Last synced: 10 Apr 2025

https://github.com/fateshelled/rknpu2_ros

ROS 2 Inference sample for using Rockchip NPU.

cpp deeplearning npu rockchip ros2

Last synced: 19 Mar 2025

https://github.com/fengjungle/qt_project

This is a repository containing Qt_Project created by FengJungle

cpp qt5

Last synced: 11 Apr 2025