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/rbourgeat/scop

Basic GPU rendering with Vulkan (MacOS/Linux)

42born2code 42cursus 42projects 42school cpp linux macos scope vulkan

Last synced: 22 Feb 2026

https://github.com/ferhatgec/typecode

TypeCode, create unique code that introduce yourself.

cpp introduce library single-header typecode unique yourself

Last synced: 13 Jun 2025

https://github.com/yappy/qol

社会人のQOLを高める

cpp directx directx-11 lua

Last synced: 26 Jan 2026

https://github.com/mrizaln/glfw-cpp

C++ GLFW wrapper with multi-window and multithreading in mind

cpp glfw multithreading opengl

Last synced: 14 Mar 2026

https://github.com/ahmed605/win-vcmp-dotnet

A modified version of vcmp-dotnet (.NET plugin for Vice City: Multiplayer) to support Windows and with some fixes and improvements.

cpp csharp dll dotnet grand-theft-auto gta gtavc multiplayer plugin vcmp vice-city windows

Last synced: 12 Apr 2026

https://github.com/yuulis/lifegame

Life Game made by OpenSiv3D.

cpp lifegame opensiv3d

Last synced: 01 Apr 2025

https://github.com/0x0c/value_bag

Put a value into the bag and take it functionally.

cpp

Last synced: 08 Oct 2025

https://github.com/stepantita/interview-prep

This repository contains C++ solutions for various LeetCode problems, categorized into multiple sections by topics

algorithm-challenges algorithms c-plus-plus cpp data-structures leetcode leetcode-solutions problem-solving programming programming-exercises

Last synced: 17 Jan 2026

https://github.com/jsoulier/voxel_raytracer

Voxel Raytracer using SDL3 GPU with compute shaders

3d compute-shader compute-shaders cpp example examples gpu hlsl raytracer raytracing sdl sdl3 shaders

Last synced: 07 Sep 2025

https://github.com/luncliff/grpc-worknote

personal experiments with grpc(v1.25+) for C++

cmake codegen cpp cpp20 grpc korean

Last synced: 25 Apr 2025

https://github.com/andowna9/tekno-baserri

Farm management system, including its parking.

c console cpp farm libcurl parking qt xml

Last synced: 04 Jan 2026

https://github.com/csiro-hydroinformatics/wila

A C++ framework to couple optimisation tools and simulation models

cpp metaheuristics optimisation

Last synced: 21 Jan 2026

https://github.com/tamim-saad/cses-problem-set-solutions

Solutions to the CSES Problem Set with clean, optimized code. Designed to help competitive programmers improve their problem-solving skills. Contributions are welcome—don’t forget to star!

competitive-coding competitive-programming competitive-programming-contests cpp cses cses-dp-section cses-editorial cses-introductory-problems cses-problem-set cses-problem-set-solution cses-problemset cses-solutions cses-submissions problem-set problem-solving

Last synced: 18 Oct 2025

https://github.com/mohammed-3tef/data_structure_and_algorithms

A Collection of Algorithm & Data Structure Problems using C++.

algorithms bst clean-code cpp data-structures linked-list oop queue sorting-algorithms stack tree

Last synced: 01 Jul 2025

https://github.com/dotbunny/nexus

NEXUS Framework

cpp ue5 unreal-engine unreal-engine-5

Last synced: 21 Jan 2026

https://github.com/doniaskima/learncpp

Learning algorithms and data structures can significantly improve your programming skills, enabling you to write more efficient and optimized code, leading to better performance and maintainability of your software.

algorithms cpp data-structures

Last synced: 15 Mar 2025

https://github.com/loki-astari/thorsioutil

Utilities for handling IO in C++

cpp formatting io printf

Last synced: 04 Feb 2026

https://github.com/tttapa/batmat

Fast linear algebra routines for batches of small matrices.

cpp linear-algebra simd

Last synced: 03 Mar 2026

https://github.com/gjoacorp/blossom

An OpenGL-based rendering engine written in C++.

cpp entt game-engine graphics-programming opengl rendering-engine

Last synced: 05 Mar 2026

https://github.com/phamduylong/footballrecord

Program to save football game records

console-application cpp

Last synced: 12 Oct 2025

https://github.com/zreechxnn/pianika-iot

Arduino-based digital piano with physical buttons.

arduino buzzer cpp esp iot

Last synced: 07 Feb 2026

https://github.com/mariam-badr-mb/route-cipher

Route Cipher is a transposition cipher that arranges the message into a grid and then reads it in a spiral order, starting from the outer boundary towards the center. The encryption and decryption are based on a secret key (number of columns), which determines the size of the grid.

cplusplus-20 cpp

Last synced: 26 Jan 2026

https://github.com/chasenut/booker

Booker is a rental (like Booking.com), made using C++ and Qt QML

app booking cpp desktop qml rental store webassembly

Last synced: 01 Mar 2026

https://github.com/softtechmx/lib-cpp-geometria

biblioteca de código abierto diseñada para proporcionar a los desarrolladores y matemáticos una herramienta eficiente y fácil de usar para realizar operaciones matemáticas complejas relacionadas con la geometría. Diseñada con un enfoque en la simplicidad, la flexibilidad y el rendimiento.

cpp cpp17 geometry library

Last synced: 08 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/kezhengjie/simplelog

You just need to log,so why bother?header-only,single and tiny cpp log lib here!

cpp cross-platform easy-to-use header-only log logging logging-lib logging-library out-of-the-box simple-api thread-safe tiny

Last synced: 16 Oct 2025

https://github.com/andr3w03/kgv_uts_turing-a

Ujian Tengah Semester Mata Kuliah Komputer Grafik dan Visualisasi

c cpp desktop-application glew glfw opengl visual-studio

Last synced: 09 May 2026

https://github.com/yottaawesome/onyx32

An experimental C++ Win32 DLL-based framework.

cpp cpp20 dll win32 win32api

Last synced: 22 Feb 2026

https://github.com/chokobole/protobuf_bytes

Now don't worry about copy when using protobuf!

bazel-support cpp cpp-library cpp14 cpp14-library move protobuf protobuf-bytes

Last synced: 08 Oct 2025

https://github.com/techsolomon/cs202-project

C++ final project for CS 202 (Spring 2021) at UAF.

computer-science cpp cs202 group-project uaf

Last synced: 17 Jan 2026

https://github.com/merteldem1r/algostruct

AlgoStruct - Mastering DSA with C & C++ Data Structures and Algorithms, Essential Concepts like Pointers, OOP, Structures, Memory Allocation etc. with well explained comment lines and Readme files. Implementing all Data Structures from scratch and their Algorithms.

algorithms c computer-science cpp data-structures leetcode

Last synced: 08 Oct 2025

https://github.com/Hcolda/QChatServer

A lightweight chat software server (WIP)

chat chat-app chat-application chatapp chatroom cpp cpp23 server

Last synced: 06 Oct 2025

https://github.com/w2874382167/lane-detection

在大一上学期时,完成编程作业,选题为利用OpenCV进行车道线的检测

cpp detection opencv

Last synced: 27 Jan 2026

https://github.com/terroo/bible-tui

Get Bible Verses via Command Line

bible-verse cli cpp cpp20 jesus-christ-is-lord tui

Last synced: 02 Jul 2025

https://github.com/matubu/webserv

A simple web server written in c++

cpp server web webserver

Last synced: 11 Oct 2025

https://github.com/pakerwreah/cppstd

Personal standard library (for fun)

cpp standard-library stdlib stdlib-replacement study-project

Last synced: 16 Mar 2025

https://github.com/andezion/tanks

An improved retro variant of the tanks!

clion-ide cpp retrogaming sfml-game sfml-game-development tanks-game

Last synced: 10 Jan 2026

https://github.com/humansinput/txneko

My XNeko-like game written in C++.

cat cpp fun linux macos meow txlib txlin

Last synced: 16 May 2025

https://github.com/namberino/vilang

The Vietnamese Programming Language

cpp interpreter programming-language vietnamese

Last synced: 03 Feb 2026

https://github.com/shmuelie/ziopp

Zio++ provides a simple, powerful, cross-platform filesystem abstraction for C++ with many built-ins filesystems.

c-plus-plus cpp filesystem filesystem-api vfs

Last synced: 22 May 2026

https://github.com/developer239/vite-react-wasm-cpp-emscripten-cmake

TypeScript & React boilerplate with C++ WASM module for native features or performance boost.

cmake cpp emscripten javascript react typescript vite wasm

Last synced: 13 Apr 2026

https://github.com/seigtm/directoryfileslist

Implementation of the C++ function that returns a list of files in a certain directory by a given mask (file extension). It's my homework task on the subject "Information security".

cpp cpp-examples directory file file-list files files-list filesystem list-files std-library

Last synced: 20 Apr 2025

https://github.com/kaleharshavardhan07/multi_thread_file_downloader

This project is a C++ multithreaded file downloader that utilizes the cURL library to download a large file in parts concurrently. Each part is downloaded by a separate thread, and the parts are then merged to form the complete file.

cpp multithreading

Last synced: 08 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/mariam-badr-mb/rational-calculater

A lightweight console-based calculator that performs arithmetic operations on rational numbers (fractions). It allows users to add, subtract, multiply, and divide fractions while ensuring proper input validation and error handling.

cplusplus-20 cpp

Last synced: 27 Jan 2026

https://github.com/jibsen/aocpp2018

Advent of Code 2018 solutions in C++17

advent-of-code-2018 cpp

Last synced: 31 Mar 2025

https://github.com/natsalete/ed1-iftm-ads

Este repositório contém as atividades de lista realizados durante a disciplina de Estrutura de Dados I (ED I) no 3º período do curso Superior de Tecnologia em Análise e Desenvolvimento de Sistemas - IFTM.

cpp estrutura-de-dados list

Last synced: 08 Oct 2025

https://github.com/pancho7532/alienswarm-sdk

Untouched Alien Swarm SDK for modern systems (CMake edition)

cmake cpp game source-engine source-sdk

Last synced: 07 Apr 2025

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

Neetcode -150 Questions

algorithms cpp dsa neetcode practice

Last synced: 10 Oct 2025

https://github.com/gowthertg/cpp-module-06

This module is designed to help you understand the different casts in CPP.

cpp imperative-programming object-oriented-programming rigor

Last synced: 17 Mar 2025

https://github.com/madladsquad/uvkbuildtool

The universal file generator, build and release tool for the UntitledImGuiFramework & most web applications by MadLadSquad

build-automation build-files build-system build-tool cmake cpp deployment packaging template

Last synced: 11 Apr 2025

https://github.com/georgecatalin/qt-widgets-for-beginners-with-cplusplus

Course work associated with the Udemy.com course "Qt Widgets for Beginners with C++" , authored by Bryan Cairns.

cplusplus cpp qt qt5 qtcreator qtwidgets udemy-course

Last synced: 19 May 2026

https://github.com/jaytwolab/json-downloader

File Downloader for Windows Console using json data. :kr: json 자료를 사용하는 윈도우즈 콘솔용 파일 다운로더

cpp curl json libcurl visualcpp visualstudio

Last synced: 03 May 2026

https://github.com/threeal/volume-cpp

a cross-platform audio volume control library in C++

audio cmake cpp cpp-library cross-platform library open-source volume volume-control

Last synced: 07 Oct 2025

https://github.com/torchcs-mc/logger

TorchCS Logger is an extension of spdlog. It is generally used for console applications, such as bots or server software

cmake cpp spdlog torchcs torchcs-logger wrapper

Last synced: 01 Jul 2025

https://github.com/kornerr/cpp-callback-script

A C++ application with Lua scripting support to do callbacks

callback cpp lua script sol2

Last synced: 18 Apr 2026

https://github.com/speedycraftah/speedy-db

A database written in C++ which supports JSON querying and TCP encryption.

cpp database json

Last synced: 25 Sep 2025

https://github.com/salma-mamdoh/text_editor-program

Our project for Structured Programming Course taken during fall 2022 semester

cpp filesystem problem-solving structure-programing

Last synced: 19 Jan 2026

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/bamx23/mobileoptimized

Sample project for MobileOptimized'19. iOS crash handling and stuff

2019 c cpp crash-reporting ios mobileoptimized moconf objc objcective-c swift

Last synced: 13 Apr 2026

https://github.com/congard/solgen

C++ code generator for creating Lua bindings using sol2 library

code-generation cpp cpp20 lua lua-bindings sol2

Last synced: 08 Oct 2025

https://github.com/gilzoide/file2c

Python script that generates C source files with global variables embedding binary/text file contents, with easy integration for CMake projects

bin2c c cmake cmake-module cpp embed-file source-code-generation source-code-generator source-generation source-generator

Last synced: 13 Apr 2026

https://github.com/zdrzalikprzemyslaw/console-chess

Console text-based implementation of Chess in C++

chess cli console console-application console-chess console-gui cpp cpp11 game

Last synced: 10 Jun 2026

https://github.com/andeaseme/ft_retro

Shoot 'em up terminal game in the style of Gradius and Raiden

cpp game ncurses ncurses-library shoot-em-up shootemup shooter terminal terminal-game

Last synced: 08 May 2026

https://github.com/9inefold/exicpp

C++ wrapper for the Efficient XML Interchange (EXI) processor

cpp cpp17 exi xml

Last synced: 23 Feb 2026

https://github.com/ivanfon/phy2d

A small, simple 2D rigid body physics library for C++.

cpp header-only physics

Last synced: 14 Oct 2025

https://github.com/toshikinakamura0412/a_star_ros

ROS implementation of A* search algorithm

astar astar-algorithm cpp robotics ros ros-noetic search-algorithm

Last synced: 10 Mar 2026

https://github.com/madladsquad/untitledtemplatingengine

A templating engine powered by a lisp-like language

c cpp library templating templating-engine templating-language

Last synced: 17 Mar 2026

https://github.com/catalogm/node-xapian

xapian bindings for node using n-api

cpp full-text-search javascript n-api node xapian xapian-indexing

Last synced: 11 Feb 2026

https://github.com/muhammedmagdyy/acpc-kickoff-2022

Solutions for ACPC Kickoff 2022

algorithms cpp data-structures

Last synced: 18 Mar 2026

https://github.com/virxec/rocketsim-py

Python bindings for the RocketSim project

autocxx cpp pyo3 python rust

Last synced: 11 Mar 2025

https://github.com/ferhatgec/mammapia

mammapia, script to piacli transpiler

cpp cpp17 mammapia piacli script transpiler

Last synced: 18 Feb 2026

https://github.com/amanoteam/venti

A GCC cross-compiler targeting DragonFly BSD

c cpp cross-compiler dragonflybsd gcc

Last synced: 13 Apr 2026

https://github.com/raamyy/console-phonebook

A simple PhoneBook which i made as a small project using C++

console-application cpp data-structures structured-programming-approach

Last synced: 14 Oct 2025

https://github.com/mgorshkov/scipy

Scientific methods on top of NP library.

cplusplus cpp math mathematics scipy statistics

Last synced: 02 Apr 2026

https://github.com/ychaaby/pico-space-2d-video-game

Pico Space: The Cosmic Adventure in a Pixelated Universe

cocos2d cocos2d-x cpp game game-development opp oriented-object-programming

Last synced: 14 Jul 2025

https://github.com/kar-dim/icsd-pkcrypto_algorithms

Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).

cpp cpp20 gmp public-key-cryptography

Last synced: 17 Oct 2025

https://github.com/tillkuhn/moodboard

ESP32 MoodBoard C++ Sourcecode for Arduino IDE

arduino c cpp esp32

Last synced: 11 Apr 2026

https://github.com/ucpp/sge

A simple game engine project built with DirectX 12, featuring several milestones to learn and implement rendering techniques.

cpp directx directx12 rendering

Last synced: 05 Sep 2025

https://github.com/compscidr/non-blocking-sockets

Non blocking tcp and modbus sockets

cpp libmodbus modbus sockets tcp

Last synced: 09 Jun 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/jibsen/aocpp2019

Advent of Code 2019 solutions in C++17

advent-of-code-2019 cpp

Last synced: 31 Mar 2025

https://github.com/aleff-github/stupid-sort

My stupid sort version (:

cpp stupid-sort

Last synced: 12 Jun 2025

https://github.com/nihilantropy/cpp

c++ 42school project

42school coding cpp project

Last synced: 05 Jul 2025

https://github.com/gmpsankalpa/hello-world

This repository contains "Hello, World!" programs written in 20 different programming languages.

assembly cpp csharp css go html java javascript kotlin matlab objective-c perl php python r ruby scala sql swift typescript

Last synced: 04 Apr 2026

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

Similar to Jest Snapshot, but implemented in C++.

cpp snapshot unittest

Last synced: 22 Jun 2026

https://github.com/sebe324/image-processing

A demonstration of various image processing algorithms using OpenCV

algorithms cpp opencv

Last synced: 02 May 2026

https://github.com/cxwx/cxcpptools

Some cpp tools for neovim

cpp neovim neovim-plugin

Last synced: 27 Jun 2026

https://github.com/cedrickchee/tensorflow-community-builds

TensorFlow prebuilt binary (Python wheels) from source by the community.

binary cpp python tensorflow wheel

Last synced: 29 Apr 2026

https://github.com/ocl-foss/ocl

🍯 A modularized set of libraries to write high-performance C++ applications.

core cpp fix library modular ocl tproc

Last synced: 03 May 2026