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/pirate-emperor/ue5vc-perforce

UE5VC-Perforce integrates Perforce version control with Unreal Engine 5, enabling seamless collaboration on game development projects across multiple devices. It streamlines asset management, supports branching and merging, and enhances team productivity.

asset-management automation-scripts configuration-automation cpp multi-device-app-development p4v perforce python ue5 version-control

Last synced: 17 Feb 2026

https://github.com/savenkovigor/cppfronttemplate

Simple conan/cmake/cpp template project

cmake conan cpp cppfront

Last synced: 05 Jan 2026

https://github.com/demonstrandum/playground

C++ Starting point for windowed applications using GLFW with BGFX including ImGui to get started. Builds cross-platform with Bazel.

bazel bgfx cpp freetype glfw imgui linalg

Last synced: 29 Apr 2026

https://github.com/thomastrapp/recursive-variant

A serializable recursive variant for JSON-like data

cereal cpp json recursive serialization variant

Last synced: 18 Apr 2026

https://github.com/theshobhitsingh/data_structures_and_algorithms

This is my first GitHub repository, dedicated to documenting my learning journey and sharing implementations of data structures and algorithms.

algorithms c cpp data-structures java javascript python typescript

Last synced: 06 Mar 2026

https://github.com/pieroboseta/piero-ende-coder

A powerful encryption and decryption tool that combines the Vigenère cipher, XOR encryption, and Base64 encoding to secure messages. This tool allows users to encode and decode messages using a secret key, ensuring an extra layer of security.

algorithm base64 cipher cpp cryptography data-conversion data-encoding decoder decryption encoder encryption hashing string-manipulation text-processing

Last synced: 26 Feb 2026

https://github.com/lioneljouin/ggj22

Global Game Jam 2022 - https://github.com/Empheon/GGJ21

cpp games ggj2022 globalgamejam pirates sheep ue4 unreal-engine-4 unrealengine windows

Last synced: 18 Apr 2026

https://github.com/shilza/qtprettytimemanager

Time manager that can notify by pleasant sound

cpp manager qt5

Last synced: 28 Apr 2026

https://github.com/jfalcou/nucog

High-Level DSEL for designing C++ numerical code

cpp cpp17 dsl hpc numerical-calculations

Last synced: 17 Oct 2025

https://github.com/tw1ddle/geometrize-lib-fuzzing

Fuzz testing harness for Geometrize, a library for geometrizing images into geometric primitives

art cpp cpp-library geometrize geometry geometry-processing hill-climbing

Last synced: 07 Feb 2026

https://github.com/tower-online/tower-main

A MMORPG game server for Tower Online written in C++

boost-asio cpp game-server mmo

Last synced: 27 Jan 2026

https://github.com/pakerwreah/rninspector

React Native bridge for the Inspector project

android cpp cross-platform debug debugging flipper inspect ios jni mobile ndk react-native stetho

Last synced: 16 Mar 2025

https://github.com/tjeufoolen/filesyncservice

Custom service written in c++ that demonstrates the concepts of file synchronization

client cloud cpp file server sync

Last synced: 08 Oct 2025

https://github.com/kotleni/glengine

Cpp 3d OpenGL game engine. Early WIP.

cpp engine glsl opengl render sdl2

Last synced: 24 Feb 2026

https://github.com/demorgan104/dat

Technology development platform for the modern C/C++ developer

artifactory bazel c conan cpp devops embedded-systems prototyping

Last synced: 13 Oct 2025

https://github.com/killerasus/adaptive_shooter

The game developed as an implementation of the dynamic difficulty adaptivity algorithm described in my M.Sc. dissertation.

c-plus-plus clanlib cmake cpp game lua machine-learning

Last synced: 15 Feb 2026

https://github.com/mubeen-channa/cpp_first_semester_learning

🚀 My C++ learning journey from the first semester! Explore my progress, assignments, and projects as I dive into the world of coding with C++. Feel free to learn and grow with me! 💻✨ #Cplusplus #LearningToCode

cpp cpp-examples cpp-learning cpp-programs first-semester mubeen-chana mubeenchanna semester-1

Last synced: 11 Oct 2025

https://github.com/xasworks/notos

Public repository of the Notos robot project of the Kolleg St. Thomas robotics group, 2016/2017

avr cpp diy eclipse kst line-following openscad robocup robot robotics

Last synced: 24 Apr 2026

https://github.com/maipa01/mstd

mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.

bsd-3-clause cpp cpp-library cpp20 cross-platform data-structures function-type-traits header-only macros macros-cpp open-source ordered-map ordered-set overflow-detection standard-library-extension string-utilities terminal-utilities utility-library

Last synced: 27 Apr 2026

https://github.com/uriegel/registry-changes-detector

Node.js addon to detect changes in Windows Registry

cpp electron nodejs windows

Last synced: 21 Jan 2026

https://github.com/jamesgeorge007/c-graphics-car-animation

This is an example to show the various methods available in the C graphics library

c computer-graphics cpp graphics-library

Last synced: 30 Apr 2026

https://github.com/marcpinet/connect4-ai

🤖 A simple and extensible Connect4 with graphical user interface where you can play against an AI.

ai cmake connect-four cpp minimax-alpha-beta-pruning sfml

Last synced: 25 Feb 2026

https://github.com/jspanchu/pic

This is a particle in cell code for simulating the two stream instability in 1-D

cpp cxx particle-in-cell plasma-simulation

Last synced: 07 Jun 2026

https://github.com/joanstinson/spaceinvaders

A Space Invaders remake using SDL and C++ done in one week.

cplusplus-11 cpp game-engine-2d mvc-architecture object-pooling sdl2 space-invaders

Last synced: 09 Feb 2026

https://github.com/diegopacheco/servers-benchmark

🚀 Servers Benchmark: Simple POC to benchmark servers and languages.

benchmark bun clojure cpp deno elixr-lang go graalvm haskell java java-21 julia nim nodejs performance python ruby rust v zig

Last synced: 02 Mar 2026

https://github.com/sameetasadullah/cpu-scheduling-simulator

C++ program to simulate different Operating system scheduling algorithms i.e, FCFS, RR, SJF using dup/dup2, fork, exec, and inter-process communication primitives

cpp dup dup2 exec fcfs-scheduling fork inter-process-communication linux named-pipes rr-scheduling sjf-scheduling ubuntu

Last synced: 15 Apr 2026

https://github.com/rkskekzzz/42seoul

📘 42Seoul 에서 공부한 내용을 정리한 repo 입니다:)

42 42born2code 42seoul c cpp

Last synced: 18 May 2026

https://github.com/liavbarsheshet/union-find

Generic Union Find Based on up root tree written in c++.

cpp data-structures union-find unionfind

Last synced: 23 Feb 2026

https://github.com/ikhsan3adi/c-snake-game

🐍Permainan Snake Berbasis Console/Terminal Menggunakan Bahasa C.

c console-game cpp curses makefile snake snake-game snakegame terminal-app terminal-based terminal-game tugas-besar

Last synced: 10 Feb 2026

https://github.com/atennop1/arkanoidwithoutanengine

Project for learning C++ through making game without an engine

cpp game game-development gamedev no-engine oop sdl2

Last synced: 09 Feb 2026

https://github.com/arwenterpstra/algorithms

Different algorithms for different purposes, written in multiple languages

algorithms c cpp csharp java javascript lua python rust

Last synced: 09 Feb 2026

https://github.com/drichardson/vim-cpp

C++ quality of life plugin for Vim

clang-format cplusplus cpp vim vim-plugin

Last synced: 20 Apr 2026

https://github.com/sleepy-monax/hevadea-raylib

:world_map: Hevadea is a game about exploring a randomly generated world.

cpp game-development raylib roguelike

Last synced: 29 Apr 2026

https://github.com/subugt/nfs-autopilot

autopilot project still in development

autopilot cpp cpp20 needforspeedmostwanted

Last synced: 13 Feb 2026

https://github.com/roshan-raj/computer-graphic-project-on-working-of-blockchain

Computer Graphic Project for the working of Blockchain.

cpp glut opengl

Last synced: 21 Apr 2026

https://github.com/mr-mrf-dev/mr-minesweeper

🧨 Minesweeper Game in C Programming Language.

c cpp minesweeper terminal-game terminal-games

Last synced: 27 Feb 2026

https://github.com/axodox/greenscan

Tool to create 3D models using Kinect.

3d-scanning cpp directx-11 kinect wpf

Last synced: 10 May 2026

https://github.com/dkxce/detect-virtual-machine

Console Application to Detect Virtual Machine

cpp csharp delphi detect dkxce hyper-v pascal virtual virtualization vm vmware wmi

Last synced: 04 Mar 2026

https://github.com/pachadotdev/cpp11eigen

The idea is to pass matrices/vectors from R to C++, write pure C++/Eigen code for the computation, and then export the result back to R with the proper data structures.

cpp cpp11 eigen hacktoberfest linear-algebra rstats

Last synced: 10 Apr 2025

https://github.com/michaelkim/15puzzle

A C++ solver for the generalized 15-Puzzle

15-puzzle cpp ida-star-algorithm

Last synced: 14 Oct 2025

https://github.com/milosz275/leetcode

Repository for my solutions to Leetcode problems. Each task is documented and docs are automatically deployed.

c cpp doxygen leetcode leetcode-solutions python sphinx

Last synced: 14 Oct 2025

https://github.com/llnl/mpi-stages

MPI library that supports serializing (and checkpointing) its state

checkpoint cpp mpi

Last synced: 29 Apr 2025

https://github.com/zakariaelbouzkri/class-ganerator

this project is script that i used to generate classes in othodox canonical form

cpp orthodox-canonical-class python3 scripting

Last synced: 28 Apr 2025

https://github.com/Muslim-Programmers/QuranApp-Windows

Quran Application Windows Source Code

cpp islamic qt5 quran-app windows

Last synced: 12 Feb 2026

https://github.com/nyuuuukie/json-parser

A simple JSON parser for C++ projects based on C++98

cpp cpp98 cpp98-compatible json parser

Last synced: 12 Feb 2026

https://github.com/ptahmose/mexlibczi

read and write CZI-documents from MATLAB and Octave

cpp czi-documents matlab microscopy octave zeiss zeiss-czi-files

Last synced: 24 Feb 2026

https://github.com/mortennobel/opengl_4.3_vs_2010_freeglut

A simple OpenGL 3.2 example using MSVS 2010 and freeglut

cpp cpp11 graphics-programming

Last synced: 16 May 2026

https://github.com/foxoman/hacky

Hacky is a High Contrast QtCreator Syntax color theme based on OneDark Pro Theme. Good to work with at night light. and focus more on the code than the soundings.

color-scheme cpp qt qtcreator style theme

Last synced: 29 Apr 2026

https://github.com/jn513/esp32-l298-control

Functions for controlling the L298 H Bridge in an easy way using ESP32

cpp esp32 esp32-arduino ino l298 l298n

Last synced: 29 Apr 2026

https://github.com/lebrancconvas/shape-of-moral

Project doing on OpenGL with C++.

cpp glfw graphics-programming opengl xcode

Last synced: 16 Apr 2026

https://github.com/alexf2/ImageResizer

IE6 ActiveX control for uploading and resizing images at the same time

activex asp-net atl component-object-model cpp gdiplus internet-explorer ocx visual-studio

Last synced: 11 Mar 2025

https://github.com/lethal-guitar/saucermapviewer

Map viewer and asset exporter for Attack of the Saucerman

cpp cpp17 game-development opengl reverse-engineering

Last synced: 05 Mar 2026

https://github.com/soumwadeep/soumwadeep

Short Bio Data Of Myself

cpp html-css-javascript php python

Last synced: 13 Apr 2026

https://github.com/darxisr/allodslauncher

Allods Online 4.0.02.42 launcher. Pls use this source code for study purposes only. The author is't responsible for your actions.

allods allodsonline client cpp launcher mmorpg

Last synced: 05 May 2025

https://github.com/notapenguin0/titan

Flexible terrain generator library/framework/idk for C++

cpp cpp17 graphics procedural-generation terrain-editor terrain-generation terrain-rendering

Last synced: 23 Apr 2025

https://github.com/oliverlee/bazel_clang_format

Run clang-format on Bazel C++ targets

bazel clang-format cpp

Last synced: 23 Jan 2026

https://github.com/ar-ray-code/depthai-core-template

depthai&C++ configure Template

cpp depthai

Last synced: 26 Mar 2025

https://github.com/neyn/neyson

Lightweight C++11 JSON Library

cmake cpp cpp11 cxx cxx11 json json-library json-parser lightweight parser

Last synced: 14 Jun 2025

https://github.com/sam-k0/gml-modding-sdk

Make your game easily moddable from C++ DLLs

cpp game-maker-studio game-modding gamemaker gml modding

Last synced: 13 Oct 2025

https://github.com/nano-bot01/tic-tac-toe-game

A Console based Application for multiplayer Tic Tac Toe game.

ankit-nainwal cpp game games tic-tac-toe tictactoe

Last synced: 07 Sep 2025

https://github.com/btframework/droneremoteid

The samples show how to use the Bluetooth and WiFi Frameworks to receive and decode Drone Remote ID

asd bluetooth cbuilder cpp csharp delphi dri drone droneremoteid faa net netframework remoteid wifi

Last synced: 28 Apr 2025

https://github.com/tricktux/file-audit-system

:eyes: File monitoring software that will log file access to configured directories on the system.

auditd cpp linux-kernel

Last synced: 27 Apr 2026

https://github.com/sbeyer/commonsat

a common C++11 SAT solver interface for different SAT solvers

c-plus-plus c-plus-plus-11 cpp cpp-library cpp11 formula header-only library sat sat-solver satsolver

Last synced: 05 Feb 2026

https://github.com/abdullah-sheikh/hacktoberfest2021

beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨

c cpp hacktoberfest hacktoberfest2021 java programming python

Last synced: 07 Sep 2025

https://github.com/basemax/checknumber

Check the number and calculate the gcd and lcm and perfect.

cpp fibonacci number number-converter number-theory numbers

Last synced: 03 Apr 2025

https://github.com/danieldidiobalsamo/concurrent_execution_models

Rust / C++ Implementation of the three execution models used in concurrent programming

boost cpp dining-philosophers-problem fibers producer-consumer-problem readers-writers-problem rust

Last synced: 02 Mar 2026

https://github.com/isaka-james/server

My Nerd HTTP/1.1 C++ web server made from scratch.

cpp server

Last synced: 24 Jan 2026

https://github.com/the0cp/bing-wallpaper-gui

A GUI version of Bing Backgrounds Getter based on Qt for Linux. Get Bing wallpapers automatically.

bing bing-image bing-wallpaper cpp desktop linux qt qt-gui

Last synced: 06 Sep 2025

https://github.com/cuixing158/visual-based-odometry-estimation1-cpp

Stitching and fusion of on-board surround view BEV real world image sequences, odometer estimation and output of large pixel map

algorithms bev cpp odometry-estimation opencv orb pose-optimization visual-features

Last synced: 06 Jul 2025

https://github.com/arshdeepsahni/cpp

CPP

code cpp

Last synced: 01 Apr 2025

https://github.com/kanish-v15/c-plus-plus-fundamentals

Basic C++ programs

cpp

Last synced: 26 Jul 2025

https://github.com/erikengervall/fast-find-in-files

Node.js library written in C++ for text in file search

cpp javascript native-module nodejs typescript

Last synced: 27 Apr 2025

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

Pervod, a image communicator.

boost cpp cpp-library cpp11 image-communicator

Last synced: 05 Apr 2025

https://github.com/macmade/id3v2

C++ library for ID3v2 tag parsing

cplusplus cpp id3 id3v2 parsing tag tags

Last synced: 19 Apr 2025

https://github.com/jbaldwin/libchain

Easy to use std::string enhancements.

cpp cpp17 cpp17-library modern-cpp string string-manipulation

Last synced: 06 Mar 2025

https://github.com/prakharjadaun/cpp-learn-with-me

A repository which can help you to learn and understand basic concepts of C++

cpp interview-preparation learn-cpp

Last synced: 07 May 2025

https://github.com/rutujar/cppcheck-c-cpp-demo

cppcheck is a static analysis tool that detect the bug in c and cpp.

c cpp cppcheck qmake travis-ci

Last synced: 14 Jul 2025

https://github.com/venratech/source-codes-by-venratech

A repository full of GDI effects. All protected with a GPL 3.0 license.

cpp cpplearining effects gdi learning-cpp source-code

Last synced: 12 Feb 2026

https://github.com/vp817/cppbinarystream

binarystream made in cpp

binary-manipulation binary-stream cpp cpp17

Last synced: 20 Jul 2025