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/uts58/retro-2d-space-shooter

Retro 2D Space Shooter: Dive into classic arcade action with this space shooter game, optimized for 1080p monitors. Built using C++, OpenGL, and the immersive IrrKlang Audio Driver

2d-game arcade audio-driver classic-game cmake collision-detection cpp game-development gaming irrklang opengl retro space-shooter visual-studio

Last synced: 27 Apr 2026

https://github.com/jaytwolab/useoldqt5inqt6

Use old Qt5 in Qt6 :kr: Qt6에서 구형 Qt5 사용하기

cpp qt qt5 qt6

Last synced: 27 Apr 2026

https://github.com/sungj921028/rt-chat-room

A real time chat room with server and client design, supplies a lot of implementations.

c chatroom client-server communication cpp network streaming

Last synced: 28 Apr 2026

https://github.com/bocaletto-luca/obstacle-avoiding-robot

Obstacle-Avoiding-Robot - A two-wheel differential drive rover that roams autonomously, uses an HC-SR04 ultrasonic sensor to detect obstacles ahead, and an MPU-6050 IMU to monitor tilt (prevent tipping). On obstacle detection it stops, reverses, turns randomly left or right, then resumes. If it tilts beyond a safety angle, it immediately halts.

arduino bocaletto-luca cpp obstacle obstacle-robot openhardware opensource robot standalone

Last synced: 28 Apr 2026

https://github.com/gargakshit/invaders

Yet another i8080 space invaders emulator

cmake cpp imgui intel8080 invaders opengl space-invaders

Last synced: 28 Apr 2026

https://github.com/ohjurot/jni-hpp

A Basic header only lib and jar that helps you connecting C++ and Java using JNI

cpp header-only jar java jni

Last synced: 28 Apr 2026

https://github.com/psiace/meco

Just Another C/C++ project template built with Meson.

c cpp meson template-project

Last synced: 28 Apr 2026

https://github.com/t-88/learn-opengl

following learnopengl.com website tutorial to learnopengl duh and graphics dev

cpp learnopengl opengl

Last synced: 28 Apr 2026

https://github.com/shahab-esfandiar/bachelor-kntu-geomatic-engineering-codes

My Codes & Projects in Bachelor’s KNTU Geomatic Engineering

cpp geospatial matlab postgis python

Last synced: 28 Apr 2026

https://github.com/iricartb/rpc-gateway-sockets

Ivan Ricart Borges - Use of sockets to emulate a basic RPC service in order to execute remote commands on a Windows server regardless of architectures.

c-sharp cpp rpc-client rpc-server sockets visual-studio

Last synced: 28 Apr 2026

https://github.com/flagarde/caenlibs

Libraries for CAEN hardwares.

cpp hardware libraries

Last synced: 28 Apr 2026

https://github.com/siris2314/tfcpp

TensorFlow Clone build in C++(Currently WiP)

cpp cpp-library cpp-programming deep-learning machine-learning tensorflow

Last synced: 28 Apr 2026

https://github.com/kojobailey/japi-xfbin-merger

A C++ plugin for JoJoAPI that allows the merging of XFBIN data for mods that are more compatible with each other and easier to create.

api asbr cpp cpp23 dll japi jojoapi modding plugin

Last synced: 28 Apr 2026

https://github.com/astrodynamic/barleybreak-in-qt-qml

BarleyBreak: Classic English game implemented in Qt6 Quick. Move tiles to solve the puzzle. Enjoy the nostalgic gameplay!

barley-break classic-game cmake cpp cpp17 game makefile nostalgia puzzle-game qml qt qt6 qt6-gui

Last synced: 29 Apr 2026

https://github.com/leocelente/basic_cuda

My CUDA source files while learning

cpp cuda gpgpu

Last synced: 29 Apr 2026

https://github.com/lucacasamentigamedev/arkanoid

Simple Arkanoid clone project made with C++ and raylib

arkanoid cpp raylib

Last synced: 29 Apr 2026

https://github.com/dumitory-dev/cpp-vigenere-decryptor

cpp vigenere decryptor

c cmake cpp decryption

Last synced: 29 Apr 2026

https://github.com/federicomariamassari/udacity-sfend

Udacity Sensor Fusion Engineer Nanodegree projects.

cpp opencv pcl udacity-sensor-fusion-nanodegree

Last synced: 29 Apr 2026

https://github.com/omrawaley/arduboy-particle-system-customizer-demo

This is a program for the 8-bit gaming platform, the Arduboy, where you can customize the settings of my AB-Particles particle system in real-time, and try out different combinations to get your desired particle affect.

arduboy arduino cpp customizer demo particle-physics particle-system particles

Last synced: 29 Apr 2026

https://github.com/lefttwixwand/bbq

BBQ is a simple transfer protocol, based on TCP/IP, supporting server push notifications.

cpp protocol socket tcp-client tcp-ip tcp-server tcp-socket

Last synced: 29 Apr 2026

https://github.com/jamesql/opendetection

Open source detection software using computer vision & OpenCV (WIP)

computer-vision cpp detection face-recognition how-to mit-license object-detection open-source opencv opencv2

Last synced: 29 Apr 2026

https://github.com/nick-lehmann/db-benchmark

Benchmark of different storage layouts for DB systems

benchmark cpp db

Last synced: 29 Apr 2026

https://github.com/jonathas/bouncing-ball

Programa C/C++ que usa OpenGL para simular um círculo se movimentando. Conforme o círculo se choca contra as paredes internas da janela, ele desvia a sua trajetória.

cpp opengl practice university

Last synced: 29 Apr 2026

https://github.com/jabarkass/roomdemonstrationopengl

C++ OpenGL App of Room Demonstration.

cpp glew glfw3 glm opengl visual-studio

Last synced: 29 Apr 2026

https://github.com/bocaletto-luca/precision-digital-thermostat

Precision-Digital-Thermostat - A three-zone thermostat that reads three DS18B20 temperature probes, displays each zone’s real-time temperature and setpoint on an OLED screen, and drives three relay outputs for heating/cooling. Users navigate zones and adjust setpoints via three push-buttons. By Bocaletto Luca.

arduino bocaletto-luca cpp openhardware opensource precision-digital-thermostat standalone thermostat thermostat-controller thermostat-digital

Last synced: 30 Apr 2026

https://github.com/pinam45/uscp

Unicost Set Covering Problem

cpp cpp17 latex masc memetic-algorithms rwls uscp

Last synced: 30 Apr 2026

https://github.com/landiluigi746/nova

Nova is a lightweight game development framework written in C++20 using OpenGL 3.3. It's designed to make building games easier and more user-friendly.

cpp game-2d game-development game-framework opengl opengl3

Last synced: 30 Apr 2026

https://github.com/nnamanx/tank-robot-pathfinding-using-a-star-and-greedy-search

This project showcases a tank robot that can autonomously navigate a 5x5 grid, avoid obstacles, and determine the most optimal path using two different search algorithms.

a-star-algorithm artificial-intelligence cpp greedy-algorithm robotics tank-robot

Last synced: 30 Apr 2026

https://github.com/toriomg/opengl

For now, this OpenGL repository is meant to support my learning, and in theory, to eventually develop a 3D modeling program.

cpp glfw3 imgui-glfw opengl opengl3 stb-image

Last synced: 30 Apr 2026

https://github.com/inventwithdean/physicsbasedspheremovement

An approach to pure physics based sphere movement in Unreal Engine.

cpp game-development physics-based unreal-engine-5

Last synced: 08 Jun 2026

https://github.com/grachale/cipher_tga_files

Implementation of functions for a program that can encrypt and decrypt a TGA image file.

cipher cpp openssl tga-image

Last synced: 08 Jun 2026

https://github.com/mbfakourii/carbot-arduino

Car robot with socket to Android with WeMos or NodeMCU

android ardiuno carbot cpp esp8266 java nodemcu nodemcu-arduino nodemcu-esp8266 wemos

Last synced: 01 May 2026

https://github.com/spacebody/cs205-c-cpp

The lab codes for course CS 205 C/C++

c cpp

Last synced: 01 May 2026

https://github.com/csy214-beep/stickersmanager2

Windows10/11Offline Stickers Manager

cpp qt6 stickers stickers-apps stickers-manager windows

Last synced: 01 May 2026

https://github.com/solareenlo/vimrc-c-cpp

My .vimrc for c and cpp

c cpp vim vimrc

Last synced: 01 May 2026

https://github.com/blagojeblagojevic/arduino-bluetooth-controlled-car-using-arduino-platform

Arduino Bluetooth controlled car using arduino platform

arduino arduino-ide arduino-uno c car cpp

Last synced: 01 May 2026

https://github.com/novoselov-ab/cozyos

Simple educational i386 OS

cpp kernel libc os

Last synced: 08 Jun 2026

https://github.com/astrodynamic/monitoringsystem

Implementation of a monitoring system program to collect and log system metrics, send notifications, and provide a user interface.

agents cmake configuration-file cpp cpp17 dynamic-library email-notification kernel logging makefile makefiles metrics monitoring-automation monitoring-system notifications qml qt qt6 system-information telegram-bot

Last synced: 01 May 2026

https://github.com/jguida941/homebrew-linkedlist

🍺 Homebrew formula for my C++ Linked List project. Demonstrates software packaging and distribution with brew.

brew cli cpp devops homebrew linked-list package-manager software-distribution

Last synced: 01 May 2026

https://github.com/rna3210d/qt-webengineview-browser

Qt browser with some random stuff

cpp qt5 qtcreator qwebengineview

Last synced: 02 May 2026

https://github.com/simhani1/boj

알고리즘 풀이

algorithm cpp java

Last synced: 02 May 2026

https://github.com/sr1jan/competitiveprogramming

My solutions to the competitive programming problems from various contests

competitive-programming competitive-programming-contests cpp

Last synced: 08 Jun 2026

https://github.com/liu-yucheng/mycpplearning

Personal C-Plus-Plus Learner's Program Collection

cpp gnu-gplv3 gpl3 gplv3 learning

Last synced: 08 Jun 2026

https://github.com/marcuspy827/null-log-library

Simple log library for Qt that mainly optimizes the look and feel of your log.

ansi-color cmake cpp log qt qt-framework qt5 qt6

Last synced: 02 May 2026

https://github.com/pixelomer/shijima-nx

Shimeji desktop pet runner for Nintendo Switch

cpp desktop-pet homebrew nintendo-switch overlay

Last synced: 02 May 2026

https://github.com/dzejkop/pastel

Wanna embed a .bmp in your C++ program? Or maybe a .dll? Get PaSTeL!

cpp python

Last synced: 02 May 2026

https://github.com/guibrandt/perfhash

Header-only perfect hash container class implemented in modern C++

cpp data-structure header-only perfect-hash

Last synced: 09 Jun 2026

https://github.com/bergercookie/catkin_ws

Container repo for packages needed to run multi-robot graphSLAM

ansible cmake cpp python ros

Last synced: 02 May 2026

https://github.com/blueokiris/acbs

An easy to use build-system for C

acbs build c compile cpp language system

Last synced: 02 May 2026

https://github.com/vladoosit/snake-3d-c-with-opengl-for-windows

Simple game (snake) on C++. This project is well suited for learning OOP principe

cpp game glut oop oop-principles opengl snake-game

Last synced: 02 May 2026

https://github.com/danielsio/pacman-game

Built as part of a Kirsh Amir's C++ & OOP course at The Academic Collage Of Tel-Aviv.

bfs-algorithm cpp game oop-principles

Last synced: 02 May 2026

https://github.com/anatoly-semenov/krakend-cpp

Proxy http requests for users and payments services by KrakenD

cpp gateway-proxy grpc http krakend

Last synced: 03 May 2026

https://github.com/rursprung/opencvtest

Example of how to use OpenCV in C++ with VCPkg

cmake cpp example opencv vcpkg

Last synced: 03 May 2026

https://github.com/its-alex/voxel-engine

🎮 Voxel engine made with GLFW and OpenGL

cpp glew glfw3 map opengl voxel

Last synced: 03 May 2026

https://github.com/brainstone/truncateableprimes

A C++ program that calculates left and right truncatable primes

cpp cpp14 gradle mathematical-modelling mathematics prime-numbers

Last synced: 03 May 2026

https://github.com/ndxdeveloper/developpement-avec-qt6

Tutoriel complet sur le développement d'applications avec Qt6, couvrant tous les aspects depuis les bases jusqu'aux techniques avancées. Guide détaillé avec exemples pratiques, idéal pour débutants et développeurs expérimentés.

best-practices cmake cpp cross-platform database desktop-applications development-guide gui mobile-development multimedia multithreading mvc networking performance-optimization qml qt qt6 tutorial widgets

Last synced: 03 May 2026

https://github.com/aaronmcleancs/tslim-data-simulator

t:slim X2 Insulin Pump Simulator in Qt C++

cpp qt simulation software-engineering

Last synced: 03 May 2026

https://github.com/956mb/tx4

Tesla dashcam and sentry clips viewer. Made with Qt.

cpp qt tesla windows

Last synced: 03 May 2026

https://github.com/mathcale/esp32-dht22-sensor

Integrating the DHT22 sensor to an ESP32 board

arduino cpp dht22 esp32 platformio

Last synced: 03 May 2026

https://github.com/kylesmith19091/lightweight-cpp-logging

A lightweight cpp rich text logging library

cli cpp logging progress-bar rich-text terminal

Last synced: 03 May 2026

https://github.com/htotoo/meshmqttmappp

C++ based meshmap for low memory environments, like VPSes

cpp meshtastic mqtt

Last synced: 03 May 2026

https://github.com/dadavidtseng/daemonwindows

A multi-window action game that turns the Windows desktop into a shrinking battlefield

bullet-hell cpp daemon-engine dx11 multiple-windows multiwindow shooting-game

Last synced: 03 May 2026

https://github.com/dadavidtseng/daemonchess

DaemonChess is a sophisticated turn-based 3D chess simulator built with modern graphics technology and the custom Daemon Engine.

blinn-phong chess cpp dx11 obj obj-format obj-loader tcp turn-based-game

Last synced: 03 May 2026

https://github.com/mwmorale/fibonacci-for-fun

Welcome to fibonacci-for-fun! Here, I show off some of my Java skills and C++ skills and Python skills! I am replicating the sacred "Fibonacci Sequence" with all 3 of the mentioned languages using recursion... that's right - recursion.

comparative-analysis compare-files cpp java python recursion recursive recursive-algorithm

Last synced: 03 May 2026

https://github.com/adia-dev/piksy

🚀 Piksy is a work-in-progress sprite sheet editor and animation tool, perfect for game devs and digital artists looking to streamline their 2D workflow! 🎨

2d-art animation-tool cpp frame-extraction game-development opencv piksy pixel-art sdl2 sprite-sheet

Last synced: 04 May 2026

https://github.com/gf712/prostruct

Protein structure library for C++ and Python

bioinformatics cpp protein-structure-analysis python swig

Last synced: 04 May 2026

https://github.com/rohanrhu/catcrypt

Simple RSA public key encryption library for C/C++.

c cpp encryption public-key-cryptography public-key-infrastructure rsa

Last synced: 04 May 2026

https://github.com/parkertomatoes/json-print

A printf-like JSON serializer with compile-time validation

cpp json print

Last synced: 04 May 2026

https://github.com/rose-mtz/noise

A coherent noise visualizer/generator.

cpp opengl perlin-noise

Last synced: 04 May 2026

https://github.com/allenvox/cxx-primer

Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book

cpp cxx

Last synced: 09 Jun 2026

https://github.com/asm717/cpp_intensive

coding in C++ now, not in C anymore!

cpp intensive

Last synced: 09 Jun 2026

https://github.com/MisterVVP/a2a-cpp

C++20 SDK for the Agent2Agent (A2A) Protocol: build A2A clients and servers with REST, JSON-RPC, gRPC/protobuf, streaming, auth hooks, CMake, vcpkg.

a2a a2a-agent a2a-client a2a-protocol a2a-server agent-to-agent agentic-ai agents ai ai-agents cmake cpp multi-agent-systems multiagent-systems sdk

Last synced: 09 Jun 2026

https://github.com/lim-james/allure

Lightweight engine using ECS

computer-graphics cpp engine game-engine opengl

Last synced: 04 May 2026

https://github.com/shimpe/animated_lsystem

simple qt based animated L system

cpp lsystem qgraphicsview qt qt5

Last synced: 04 May 2026

https://github.com/dhi13man/indiaskill_mobilerobotics_robot

Advanced Object-Oriented code to run a 4-wheel hybrid autonomous/Bluetooth-Serial-Controlled robot to perform tasks given across the various levels of IndiaSkills Mobile Robotics Event, 2021.

arduino bluetooth cplusplus cpp hardware iot object-oriented-programming robotics robotics-competition

Last synced: 04 May 2026

https://github.com/dhruvsrikanth/fastconv

Distributed and serial implementations of the 2D Convolution operation in c++ and CUDA.

convolution-filters cpp cuda gpu-programming high-performance-computing hpc image-editor image-processing nvidia parallel-programming

Last synced: 04 May 2026

https://github.com/mathunder/tse_hand_project

This repository is a school assignment. The goal of this exercise is to create a game that captures the hand of the user and creates a 3D model of it.

cpp opencv opengl qtcreator

Last synced: 04 May 2026

https://github.com/callocgd/gd-decomp-deploy

A Portable Tool for creating a Geometry Dash Decompilation Environment using the available geode-bindings.

asyncio cpp geode-sdk geometry-dash installer reverse-engineering

Last synced: 05 May 2026

https://github.com/liulilittle/libasio

Can be used to replace the socket (UDP/IP) part of the Visual C# language.

c cpp csharp ppp socket socket-io tcp udp vpn

Last synced: 05 May 2026

https://github.com/jdibenes/utilities

Miscellaneous utility programs.

c cpp windows

Last synced: 05 May 2026