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/antonioberna/roma

Runtime Optimization and Memory Analysis

assembly c cpp rust

Last synced: 27 Feb 2026

https://github.com/wijez/code-by-me

algorithm learning process with C++

algorithms cpp

Last synced: 16 Feb 2026

https://github.com/hugodonotexit/cbudgie

C-like but simpler and still smart, like Budgie

cbudgie cpp interpreter new-language programming programming-language

Last synced: 11 Feb 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/1357310795/lottie2apng

Convert your lottie animation to APNG format!

apng apngasm converter cpp csharp lottie png wpf

Last synced: 12 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/gpavanb1/fine

Fast (Inverse) n-th Exponents - Based on the Quake 3 Algorithm

cpp fast-exponentiation numerical-methods quake3

Last synced: 12 Feb 2026

https://github.com/tortillazhawaii/rr_sort

Various sorting implementations using distributed and parallel methods

bazel cpp cuda java openmp spark threads

Last synced: 14 Apr 2026

https://github.com/nic-obert/branchless_programming

Proof of concept programming using only truly branchless operations.

branchless challenge cpp proof-of-concept

Last synced: 14 Oct 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/creosb/oburrun

Endless Run template on Unreal Engine C++

cpp endless-runner gamdev temple-run unreal-engine unreal-engine-5 unreal-template

Last synced: 06 Feb 2026

https://github.com/rodrigobarbaedu/color-ball-robot-tracker

Este proyecto implementa un robot autónomo utilizando Raspberry Pi, Elegoo Smart Robot Car V4, Python y OpenCV para evitar obstáculos, reconocer y seguir pelotas de colores.

arduino arduino-uno c cpp elegoo-robot-car esp32s3-camera-tft opencv python raspberry-pi

Last synced: 12 Feb 2026

https://github.com/cricksmaidiene/algorithms_repository

:books: A list of program implementations of common data structures and algorithms in Java, Python, C or C++

algorithms c cpp cryptographic-algorithms java network-algorithms python

Last synced: 18 Apr 2026

https://github.com/nicknaso/marmot-db

A high performance, shared memory, lock free, key-value store for Node.js

binding cpp db javascrit key-value native-module nodejs

Last synced: 17 Apr 2026

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/bbariskilic/opengl-playground

This repository contains OpenGL samples. All samples were written by me solely with the C++ Language and used SDL2, OpenGL libraries.

cpp opengl playground samples sdl2 vscode

Last synced: 15 Apr 2026

https://github.com/umutsevdi/lled

A Lightweight Lua editor written with ImGUI that can modify itself at runtime.

cplusplus cplusplus-17 cpp imgui lua lua-library luac

Last synced: 18 Jan 2026

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/orestudio/orestudio

Graphical wrapper over Acadia's Open Source Risk Engine (ORE).

cpp cpp20 qt qt6 qt6-gui quantitative-finance quantlib

Last synced: 18 Apr 2026

https://github.com/andreacasalino/xml-parser

Light C++ parser for xml file. You can both import or create from 0 xml structure.

cpp export export-xml handler import import-xml json nlohmann xml

Last synced: 27 Jan 2026

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/diogocarrola/leetcode75

The 75 most frequent LeetCode questions in coding interviews, curated by industry experts. The only resource you need for coding interviews.

algorithms c coding-challenges cpp data-structures interview-preparation javascript leetcode python

Last synced: 06 Oct 2025

https://github.com/ferhatgec/ffetch

ffetch - fetch fetch (uses curl4cpp)

cpp cpp17 curl curl4cpp fegeya fetch libcurl

Last synced: 19 Feb 2026

https://github.com/codernayeem/poly_eq_finder

Find Polynomial equation from inputs and outputs.

cpp polynomial polynomial-equation python

Last synced: 18 Apr 2026

https://github.com/ababyprogrammer/professional-language

C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.

c c-programming cpp csharp

Last synced: 05 Feb 2026

https://github.com/nohomey/fmi-introduction-to-programming-course

A place for my homeworks and other materials related to the Introduction to Programming course in FMI

cpp cpp11 fmi homework

Last synced: 06 Oct 2025

https://github.com/cjee21/iexplorercommand-examples

Examples of implementing IExplorerCommand Windows File Explorer context menu shell extension

cplusplus cpp cppwinrt dynamic-link-library file-explorer-context-menu visual-studio windows windows-10 windows-11 windows-shell-extension

Last synced: 06 Feb 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/johancdev/r-type

🛸 Creation of the famous R-Type game in C++ using the SFML library, you can play it on network. This project has been done with 4 other students and is part of my 3rd year at Epitech.

conan cpp ecs network sfml

Last synced: 24 Feb 2026

https://github.com/niallb98/asteroids

A project aiming to imitate the classic video game Asteroids using the SFML library in C++

asteroids cpp game game-development sfml

Last synced: 10 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/nbdy/modulepp

cpp module framework

cpp modular modularity modulepp shared-library

Last synced: 28 Mar 2025

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/nilostolte/opengl-glsl

Examples (OpenGL and GLSL shaders) and complete OpenGL installation with w64devkit development kit, glad and glfw3 binaries and Ninja building tool for Windows 64 C/C++

c cpp glfw glfw3 glsl glsl-shaders graphics ninja-build opengl shadertoy shadertoy-compatibility w64devkit win64 windows windows-10

Last synced: 24 Feb 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/smirnovlad/messenger

Desktop client-server messenger written in C++, Qt

authorization chat client-server cmake conan cpp messenger qt5 sockets sqlite tcp-client tcp-server

Last synced: 28 Feb 2026

https://github.com/vardan2009/kitelang

hobby programming language compiler written in C++

assembly cmake compiler compilers cpp lowlevel programming-language x86 x86-64

Last synced: 28 Feb 2026

https://github.com/hasibul442/computer-graphics-project-town-view-

this is the computer graphics project work with glut, c++, and code blocks. Here I am use "Rotation, Movement, Fan, Circle, Polygon, Translation, Special key, Sound, keyboard control".

c-plus-plus code-blocks cpp glut glut-project

Last synced: 13 Mar 2026

https://github.com/eldment/lin-q

📈 为 C++ 打造的高性能、纯头文件 LINQ 风格查询库 📦 High-performance, header-only, LINQ-style query library for C++

cpp cpp17 header-only high-performance library linq linq-style mordern-cpp powerful

Last synced: 06 Sep 2025

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/yobeonline/io1-money

A c++ class to hold money amounts.

accounting cpp cpp20 currency money

Last synced: 03 Apr 2026

https://github.com/ngdream/heart

easy to use and performent c++ web microframework

cef cpp framework heart http lib microframework mongoose request server ui visual-studio web websites

Last synced: 16 Apr 2026

https://github.com/tomashevskyi-vladyslav/parser_for_css_and_html

CSSParser is a C++ CSS parser and selector that can read complete CSS stylesheets or individual CSS lines and map the rules to a custom node tree provided by the implementing library/application.

c-plus-plus cpp css-parser development library

Last synced: 02 Apr 2026

https://github.com/tlaceby/rawkit

Rawkit is a Go/C++ library for working with RAW image files. It provides a simple interface for loading, processing, and analyzing RAW images from various camera manufacturers, along with histogram generation and metadata extraction.

cgo-bindings cpp exif-data-extraction golang image-processing libraw raw

Last synced: 06 Feb 2026

https://github.com/zjx-kimi/found-program-error

用于对拍程序

code cpp debug oi

Last synced: 26 Mar 2025

https://github.com/qc20/tromino

Tromino is an engaging, pocket-sized interpretation of the classic Tetris game, designed for the Arduino Uno with an LCD shield. This project explores the intersection of physical computing, game design, and user interaction in constrained environments.

arduino arduino-uno cpp embedded-systems game-development hci interaction-design lcd-display lcd16x2 microcontroller physical-computing puzzle-game retro-gaming tetris tromino user-experience user-interface

Last synced: 26 Apr 2026

https://github.com/belhoussine/research-mutations-sars-cov-2-proteome

An academic research project that I worked on with a team of researchers in the United States.The goal was to explore how amino acid mutations affect the stability of the main protease of the COVID-19 proteome.

bioinformatics covid19 cpp mutations pdb promute research sdm shell substitution

Last synced: 19 Apr 2026

https://github.com/massimo-marino/iocolor

A C++17 implementation that adds color capabilities to streams

colored-iostream colored-stream cpp cpp17 cpp1z io iostream streams

Last synced: 17 Mar 2026

https://github.com/soraxas/plotmsg-cpp

Create plots in C++ with message sending

asynchronous-plotting cpp message-passing plotly plotting protobuf

Last synced: 13 Jun 2026

https://github.com/andezion/wizardrage

Fierce battles will reveal the best mage!

clion cpp cpp11 game-development middle-earth sfml sfml-game

Last synced: 13 Mar 2026

https://github.com/marcuwynu23/toolmaker

C/C++ Simple Dynamic library project for commandline tool creation and shell automation

automation bash batch cmd commandline cpp dll-maker dynamic shell tool-maker windows-cmd

Last synced: 17 Apr 2026

https://github.com/kassane/sanitizers-zig

LLVM sanitizers for zig-toolchain

cpp cpp-libraries llvm-sanitizer zig zig-package

Last synced: 24 Oct 2025

https://github.com/erroujioussama/samurai_fight

Welcome to the RPG Game project repository! This project was developed as part of a C++ programming course, utilizing various tools and libraries to create a functional and engaging role-playing game (RPG).

cpp game-development sdl2

Last synced: 07 Feb 2026

https://github.com/devtanish/leetcode-cpp

Dealing with problem solving in C++ daily

cpp leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 12 Oct 2025

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

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

cpp detection opencv

Last synced: 27 Jan 2026

https://github.com/deepsyx/text-resume-analyzer

(C++) Creates a short resume based on text

cpp intersection naive-algorithm nlp sentence

Last synced: 24 Oct 2025

https://github.com/bakirgracic/bih-registration-plates

Registration Plates of Bosnia and Herzegovina

bosnia cpp registration-plate

Last synced: 07 Feb 2026

https://github.com/ashmod/asu_sheets-solutions

(FOE) ASU [CSE131s]/[CSE231s] Sheets + Solutions

college-assignments cpp java sheets solutions

Last synced: 07 Feb 2026

https://github.com/minarox/wsc-plugin

Bi-directionnal communication between WebSocket server and Rocket League

bakkesmod cpp rocket-league websocket

Last synced: 25 Feb 2026

https://github.com/bacpack-system/packager

BringAuto Packager - a simple way how to build and maintain our dependencies with almost zero learning curve and out-of-the box integration into our workflows.

bacpack-system c cmake cmakelib cpp cxx docker packager

Last synced: 12 Mar 2026

https://github.com/sorrowfeng/spline_library

解析样条曲线

cpp qt

Last synced: 03 Jun 2026

https://github.com/tajiknomi/clienthttp_linux

Linux based client interacting with REST/JSON HTTP server for system information retrieval, file management, remote command execution, data transfer, and automated task scheduling etc

client-http client-side cmake cpp filemanager hacking-tool linux-app linux-client linux-rat linux-shell offsec rat red-team remote-access-tool remote-administrative-tool remote-desktop

Last synced: 06 Feb 2026

https://github.com/erthium/ascii-art

Project for converting image frames into ASCII art, with hopes to make real-time video conversion work

ascii ascii-art cpp image-processing sfml

Last synced: 23 Feb 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/gabin221/classinitiator

ClassInitiator is a script designed to simplify the process of creating C++ class files with basic content. It takes one or more filenames as arguments and generates corresponding .cpp and .h files with predefined content suitable for class initialization.

class-declaration class-initialization classinitiator constructor content-generation convenience cpp destructor generate-files private protected public script shell-script terminal

Last synced: 04 Mar 2026

https://github.com/timothy-liuxf/bgp_platform

bgp_platform - BGP outage detection experimental platform

autotools bgp-monitor cpp cpp17 m4 outage-analytics

Last synced: 01 Feb 2026

https://github.com/helynranta/game-template

this is template repo for my game projects

cpp gamedev handmade

Last synced: 05 Oct 2025

https://github.com/fitsumhelina/comptative_programing_problames

The Collection of My solved Leetcode and Homework Problames | In Random languages

class cpp homework java javascript js leetcode-solutions python

Last synced: 18 Apr 2026

https://github.com/jackeylea/glffmpeg

GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream.

capture cpp ffmpeg ffmpeg-libraries ffmpeg7 opengl presagis prime vega vegaprime visual-studio visualstudio2022

Last synced: 08 Feb 2026

https://github.com/rarakira/cpp-modules

Introduction to object oriented programming with C++, 42 curriculum

21school cpp cpp98 ecole42 oop oop-in-cpp

Last synced: 08 Feb 2026

https://github.com/gaeqs/neon

A C++20 graphics engine

cpp graphics-engine

Last synced: 04 Mar 2026

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

Все решенные мною задачи по алгоритмам за long long time

algorithms cpp mipt-homeworks

Last synced: 09 Apr 2025

https://github.com/drmboga/weatherstation

An ESP32 based home weather station which measures the current temperature, fetches weather forecast and shows everything at the LCD display.

cplusplus cpp csharp electronics esp32 home-assistant home-automation iot platformio weather-app weather-station

Last synced: 26 Feb 2026

https://github.com/artainmo/webserv

42 school project. Create a webserver in c++ able to handle HTTP/1.1 requests following a specific configuration file.

42school cpp http web

Last synced: 07 Feb 2026

https://github.com/lord-turmoil/minioc

MinIoC is a lightweight header-only IoC container for C++

cpp header-only ioc ioc-container

Last synced: 08 Feb 2026

https://github.com/offamitkumar/uva--online-judge

Solution of Problem from Judge UVA. You can get Problem Statement , Solution File , Input File , Output file here.

competitive-programming cpp cpp11 cpp17 interview interview-practice interview-preparation interview-questions judge-uva online-judge problem-solving sports-programming uva

Last synced: 31 May 2026

https://github.com/sakaars/codes

Daily Coding Question To Enhance My Skills.

app aws c cpp java webdevelopment

Last synced: 15 Feb 2026

https://github.com/nsh07/urban-plus-plus

Easy to use C++ wrapper for the Urban Dictionary API

cplusplus cpp libcurl nlohmann-json urban-dictionary

Last synced: 25 Feb 2026