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/scidian/drop

Easy to use, no code, drag n' drop, 2.5D game engine. Written in C++ utilizing Qt, OpenGL and Chipmunk Physics.

chipmunk-physics-engine cpp drag-and-drop easy-to-use game game-engine opengl qt

Last synced: 01 Apr 2025

https://github.com/teddy-van-jerry/water_filling

This is a C++ command line app to optimize the water filling problem with plotting support.

convex-optimization cpp

Last synced: 13 Jul 2025

https://github.com/alirezasaadatmand/shooter-game

A game written in Python, JavaScript, Go and C++, mostly inspired by the "Chris Courses" YouTube channel

canvas canvas-game cpp game go golang javascript pygame python raylib shooter shooter-game

Last synced: 11 Jun 2025

https://github.com/danielaraldiedu/flappy-bird

Trabalho de desenvolvimento do jogo Flappy Bird em C++.

c cpp flappy-bird

Last synced: 12 Jun 2025

https://github.com/tkostadinov004/introduction_to_programming_pract_fmi

Материали за курса "Увод в програмирането - практикум" за зимен семестър на 2024 / 2025 година

cpp introduction-to-programming

Last synced: 28 Feb 2025

https://github.com/yushulx/qt-qml-qr-code-scanner

Multiple barcode QR code scanner built with Qt6 and Dynamsoft Barcode Reader

android barcode cpp datamatrix ios pdf417 qml qrcode qt qt6 windows

Last synced: 03 Feb 2026

https://github.com/abdallahhemdan/maze-generator

🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)

cpp disjoint-set maze-algorithms maze-creation maze-game maze-generator union-find-set

Last synced: 23 Apr 2025

https://github.com/gjbex/defensive_programming_and_debugging

This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.

bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing

Last synced: 13 Jul 2025

https://github.com/yumetodo/string_split

STLのstringをchain method風味にsplitする

chain cpp cpp-library string string-split

Last synced: 23 Apr 2025

https://github.com/sonodima/wmipp

WMI++ takes away the pain from interfacing with the Windows Management Instrumentation from C++

cpp library windows wmi

Last synced: 23 Apr 2025

https://github.com/erio-harrison/write-you-an-autopilot-sys

Implement an autonomous driving system step by step

cpp ros2 rviz

Last synced: 12 Apr 2025

https://github.com/ashwaniydv/my-lsm-tree-cpp

Log-structured Key-Value storage engine written in C++

bitcask cpp database db storage-engine wal write-ahead-logging

Last synced: 23 Apr 2025

https://github.com/gbmhunter/cpptemplate

A template repository to quick-start C++ development.

codecov coverage cplusplus cpp cpp14 example gtest jumpstart quickstart repository template travis-ci

Last synced: 23 Apr 2025

https://github.com/amiremohamadi/rw

A minimal library to parse and work with binary stored files in C++ (read and write lib)

cplusplus cpp file parser read reader write

Last synced: 23 Apr 2025

https://github.com/shlomnissan/texture-packer

🖼 Spritesheet generator using rectangle bin packing algorithm

bin-packing cpp cpp17 game-2d texture-atlas texture-packer

Last synced: 12 Apr 2025

https://github.com/thatsabhishek/coding_ninjas-intro_to_cpp

This repo includes all C++ problems for Coding Ninjas Introduction to C++ Course.

coding codingninja-solution codingninjas codingninjasfundamental codingninjaspractice cpp patterns programming

Last synced: 11 Apr 2025

https://github.com/lawrencewarren/komo2

KoMo2 is an ARM emulator GUI program for Linux, written in C++ using the GTKMM library. It allows users to control the operation of an emulated ARM processor, while viewing the memory and register values of your loaded ARM assembly program.

arm c cpp emulation gtkmm gui linux nottingham nottinghamuni

Last synced: 11 Mar 2026

https://github.com/dup4/learning-cpp

Some demos in the process of learning C++

cpp learnging

Last synced: 24 Apr 2025

https://github.com/deathkiller/cx-compiler

Cx Compiler: Experimental compiler for modified C language to i386 DOS executables

compiler cpp dos i386 x86

Last synced: 09 Jun 2026

https://github.com/miere43/notification-filter

SKSE plugin that allows hiding notifications based on customizable rules.

commonlibsse cpp mod modding skse skse-plugin skse64 skse64-plugin skyrim-se skyrim-special-edition

Last synced: 09 Jun 2026

https://github.com/hacke-rc/c_practice_programs

A collection of c programs that I made while learning C Language and still learning and updating to this day :)

c cpp practice-programming practice-project

Last synced: 03 May 2026

https://github.com/aw-junaid/cpp-or-c

Master C++ (or C) programming: data structures, algorithms, system design, and performance optimization. Includes examples and best practices for all levels.

c cpp

Last synced: 14 Apr 2025

https://github.com/qninhdt/cybrion

Cybrion - A voxel game written in C++ using SDL2 and modern OpenGL

cpp game gamedev glsl minecraft-clone modern-cpp opengl voxel voxel-engine voxel-game

Last synced: 19 Jun 2026

https://github.com/getiot/cpp-courses

C++ 基础教程配套代码

cpp stl tutorial-code

Last synced: 13 May 2026

https://github.com/hxndev/implementing-a-dns-server

DNS stands for Domain Name System. We have implemented DNS in this project. The basic task of DNS is to resolve a destination name hosted against some IP Address.

c cache code cpp dns dns-server implement ip-address project proxy routing server

Last synced: 05 May 2026

https://github.com/yhisaki/plotly.cpp

📈 plotly.cpp: A C++ plotting library for expressive, interactive, real-time and streaming data visualization

animation cpp physics-simuation plot plotly plots real-time robotics scatter-plot visualisation

Last synced: 14 May 2026

https://github.com/haikelfazzani/dard

⭐ Dard is french educational programming language, it is designed as an instrument for learning 💻

c clang cpp french language programming-language tdd

Last synced: 14 May 2026

https://github.com/dagronf/libuuidpp

A simple C++ UUID class wrapping libuuid

cpp libuuid linux macos unix uuid

Last synced: 11 Sep 2025

https://github.com/luisrjbr/analise-credito-cpp

Sistema criado para reforçar meus aprendizados na turma C++ Master Class.

cplusplus cpp cpp11 cpp17 cpp20 cpp23

Last synced: 21 Aug 2025

https://github.com/fkromer/testability-patterns-cpp

"Design for Testability" pattern examples in C++ (cmake, gtest).

cmake cpp design-for-testability gtest

Last synced: 27 Jun 2025

https://github.com/abdallahhemdan/mini-projects

💎 My implementation of some small projects as an application of different Languages and technologies ..

animations circuits cpp electrical-engineering loop-analysis python tic-tac-toe y-delta-transformation

Last synced: 13 Mar 2025

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

🔢 A Simple Sudoku Solver Using Recursive Backtracking technique..

backtracking backtracking-algorithm cpp sudoku-solver

Last synced: 22 Jul 2025

https://github.com/rbourgeois33/heat-equation-hpc-tools

Simple use case of the Kokkos, MPI and PDI libraries for solving the linear heat equation on a 2D cartesian mesh with periodic boundary condition.

cpp finite-difference hdf5-library kokkos-kernels mpi-applications

Last synced: 06 Mar 2026

https://github.com/winterrdog/fast_entropy_calc

Calculate the Shannon entropy of the provided file.

av-evasion cplusplus cpp entropy fast information-security shannon-entropy

Last synced: 23 Aug 2025

https://github.com/rebelhere/social-network-application

Welcome to the Social Network Application repository! This project is a console-based application designed to simulate a social network environment. Users can interact with the application through the console, performing various actions such as posting updates, liking posts, commenting, and exploring content shared by friends and liked pages.

console-app cpp object-oriented-programming social social-media

Last synced: 23 Aug 2025

https://github.com/terroo/hexter

Get the syntax of a hexadecimal color for the terminal (ANSI RGB)

ansi ansi-colors cli command-line cpp cpp20 hexadecimal rgb

Last synced: 29 Jul 2025

https://github.com/nicknaso/simdb

Mirror repository for SimDB a A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store

cpp database key-value performance

Last synced: 10 Apr 2026

https://github.com/jonpalmisc/emake

Easy wrapper around CMake's CLI

autotools c cli cmake cpp

Last synced: 14 May 2025

https://github.com/fluxer/katie

C++ toolkit derived from the Qt 4.8 framework

c-plus-plus cpp qt4 toolkit

Last synced: 20 Feb 2026

https://github.com/pkestene/tsp

traveling salesman problem solved with different programing models

cea cpp cuda kokkos nvidia-gpu openacc openmp performance-portability stdpar sycl

Last synced: 19 Aug 2025

https://github.com/tembleking/cchan

A C++17 header-based library that implements Go-like channels.

channels concurrency concurrency-patterns concurrent-programming cpp cpp-library cpp17 golang library mit mit-license

Last synced: 18 Aug 2025

https://github.com/xaizek/dit

Command-line task keeper.

cpp cpp11 task-manager tasks todo todolist

Last synced: 14 Apr 2025

https://github.com/yeaseen/graphicsopengl

Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done

camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation

Last synced: 25 Jun 2025

https://github.com/wichert/pybind11-example

Example showing pybind11 with virtual functions

cpp cpp11 example-project pybind11 python

Last synced: 10 Sep 2025

https://github.com/huy-dna/nonvariadic-printf

An implementation of printf + A preprocessor to pass the code through before compiling

cpp implementation makefile printf python3 speculative

Last synced: 24 Feb 2025

https://github.com/polfeliu/ccg

C/C++ Code Generation

c codegen codegeneration cpp framework

Last synced: 05 Oct 2025

https://github.com/creosb/nft-art-gallery

Cross-Platform Multiplayer NFT Art Gallery on Unreal Engine

art artgallery binance cpp eos game multiplayer nft opensea steam unreal-engine unreal-engine-4

Last synced: 15 Sep 2025

https://github.com/yutkin/jopus

Simple, fast and efficient Python wrapper for libopusfile.

audio cpp cython libopus opus opusfile python wrapper

Last synced: 05 Apr 2025

https://github.com/ethiy/proj.city

Project city 3D models. [Prototype]

cgal city-models cpp gdal geographic-data

Last synced: 14 Aug 2025

https://github.com/ngdream/stringer

change a text to strings for programming language don't forgot to hit a :star:

cpp engine java python string stringer

Last synced: 14 Apr 2025

https://github.com/dsc712/concepts_of_java

A repository having java programs implementing important concepts in java programming language along with a competitive section , containing codes of successful submissions of different online coding platforms .

c cpp java

Last synced: 16 Aug 2025

https://github.com/iamazeem/beginnings

Some C/C++ stuff from my early days! [2003 - '04]

borland-cpp c cpp old-stuff projects text-based user-interface

Last synced: 15 Aug 2025

https://github.com/tylerjw/fp

Functional Programming extensions to C++ for ROS projects.

cpp fp ros

Last synced: 13 Apr 2025

https://github.com/h2337/cppdataloader

cppdataloader is a batching and caching library for C++17

batch batching cache caching cpp cpp17 dataloader

Last synced: 13 Aug 2025

https://github.com/joanstinson/hackandslash

A simple hack and slash game using SDL and C++ with some design patterns and doxygen documentation.

cplusplus-11 cpp design-patterns doxygen-documentation game game-development game-engine-2d sdl2

Last synced: 21 May 2026

https://github.com/richhaar/autosar-crc

JavaScript NPM package for 8 bit, 16bit, 32bit and 64 bit CRC functions as specified by the AUTOSAR standard, written with C++

autosar cpp cpp17 crc crc16 crc32 crc64 crc8 javascript node-addon node-addon-api nodejs

Last synced: 13 Apr 2025

https://github.com/hhromic/e131-mqtt-bridge

E1.31 (sACN) to MQTT Bridging Server written in C

bridge c cpp e131 light-controller mqtt sacn server

Last synced: 04 Jan 2026

https://github.com/briancairl/zen

A functional/railway-oriented programming library for C++17

cpp cpp17 cpp20 functional-programming header-only multithreading railway-oriented-programming

Last synced: 22 Aug 2025

https://github.com/pinto0309/tinyyolo

Challenge the marginal performance of YoloV2 + Neural Compute Stick + RaspberryPi YoloV2+Neural Compute Stick(NCS)+Raspberry Piの限界性能に挑戦

cpp deeplearning movidius neural-compute-stick opencv opengl python raspberrypi tinyyolo yolov2

Last synced: 13 Sep 2025

https://github.com/raffaeletranfaglia/llvm-middle-end-optimizations

Machine independent passes to optimise LLVM intermediate representation.

cpp llvm llvm-ir llvm-pass optimization

Last synced: 12 Apr 2025

https://github.com/nawaz1991/timedeventqueue

TimedEventQueue is a C++17 template class for managing and scheduling events based on their associated timestamps.

cpp event priority-queue timed-events

Last synced: 21 Apr 2025

https://github.com/0opsdev/farquhar-engine

Farquhar Engine is a Open Source c++ game engine created for the prepose of learning opengl

3d 3d-graphics cpp game-development game-engine gamedev glfw3 opengl raster rasterization

Last synced: 10 Apr 2025

https://github.com/minaminao/competitive-programming

My submissions to online judges and algorithms for competitive programming

competitive-programming cpp online-judges rust

Last synced: 28 Apr 2025

https://github.com/smjsgaming/demangler

An Itanium ABI symbol demangler

assembly cpp itanium itanium-abi parser symbol

Last synced: 08 Apr 2025

https://github.com/llnl/bindee

Fast C++-Python bindings for simple cases.

c-plus-plus clang clang-tooling cpp pybind11 python python-bindings

Last synced: 29 Apr 2025

https://github.com/hypertextassassin0273/swift_store_management-oop_project

C++ language based generic management project which covers all the basic & some advance concepts of OOP & C++11, using DevC++ Compiler

cplusplus cplusplus-11 cpp cpp-project cpp11 easy-project management-project management-system oop oop-project open-source open-source-code open-source-project university-project

Last synced: 10 Apr 2025

https://github.com/derunelabs/enola

library to perform some tensor operation for deep and machine learning

algorithms cpp cpp17 opencl tensor

Last synced: 03 Sep 2025

https://github.com/dominiklohmann/wahl

A type-safe argument parser for modern C++.

cli command-line cpp

Last synced: 24 Mar 2025

https://github.com/morgancaron/cpputils

C++ Utilities Library for compilers or various projects

compiler cpp cpp20 cpp23 cpputils logger parser parser-combinators parser-generator utility-library

Last synced: 12 May 2025

https://github.com/hoangtien2k3/leetcode-solutions

LeetCode , Dev LeetCode ep1 #odleets code Java/C/C++/Java/Kotlin ..., expand your knowledge and prepare for technical interviews, algorithms.

algorithms-and-data-structures c cpp java kotlin

Last synced: 21 Apr 2025

https://github.com/garvit-joshi/kompiler

A package for auto compiling C++ files as soon as they are saved.

cpp python

Last synced: 12 Mar 2026

https://github.com/end2endzone/rapidassist

RapidAssist is a lite cross-platform library that assist you with the most c++ repetitive tasks.

cpp cpp98 cross-platform quick repetitive

Last synced: 10 Apr 2025

https://github.com/skysign/wsapt

알고리즘 문제 풀이

codingtest cpp java problem-solving problemsolving python

Last synced: 02 Jul 2025

https://github.com/yeaseen/syscallimplementationos

A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal

bin-file cpp creating-command-line-in-linux linux-command system-calls

Last synced: 07 May 2025

https://github.com/mattgodbolt/ce-behind-the-scenes

Slides for a "Behind the Scenes" presentation

compiler cpp devops explorer

Last synced: 24 Mar 2025

https://github.com/pirate/assembly-repl

A REPL for raw ASM assembly, LLVM IR, C++, C, Objective C on macOS/Linux ARM64/AMD64. Useful for learning assembly, optimizing LLMV output, debugging memory, etc.

arm arm64 assembly c c-language clang cpp learning llvm llvm-clang llvm-ir macos objective-c repl x64-assembly x86-64

Last synced: 31 May 2026

https://github.com/tsnsoft/codeblocks_blank_prject-linux

Простейший пример программы с "пустым окном" на wxWidgets в C++ CodeBlocks (linux)

codeblocks cpp example linux wxwidgets

Last synced: 10 Oct 2025

https://github.com/madladsquad/untitledruntimelibraryloader

A cross platform runtime shared object loader(windows and unix)

c cpp library library-loader unix utility utility-library windows

Last synced: 11 Apr 2025

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

{Epitech} C++ Pool

cpp cpppool epitech

Last synced: 07 May 2025

https://github.com/axnjr/snn_be_pro

A state of the art AI framework for no/low-code (visually - drag & drop) building, testing, deploying, integrating latest deep learning models with privacy & security compliance using ollama, as a final year project!

ai cplusplus cpp cuda deep-neural-networks kernel-driver ml mlops python

Last synced: 06 Oct 2025

https://github.com/pc2/custonn2

This repository deals with the use of an Open-source FPGA Plugin to execute Neural Networks on multiple Intel Stratix 10 FPGAs.

cpp fpga googlenet open-source opencl-kernels openvino-inference-engine openvino-toolkit plugin resnet-50

Last synced: 22 Apr 2025

https://github.com/andy-messer/mipt-cpp

Задачи выполненные по курсу ООП C++.

classes cpp mipt-homeworks structures

Last synced: 09 Apr 2025

https://github.com/megatokio/z80

Configurable & fast Z80 CPU emulation written in c++

cpp emulation z80

Last synced: 08 Oct 2025

https://github.com/renarddev/renjack

Renard Injector (PE section injector with hooks)

cpp injector pe reverse-engineering

Last synced: 05 Oct 2025

https://github.com/artemvlas/veretino

Folder integrity checker

checksums cpp crypto data digest folder hash integrity qt

Last synced: 05 Feb 2026