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/skyzh/BPlusTree

🌲 Fully unit-tested B+ tree with basic paging implemented in C++

bplus-tree bplustree clion cmake cpp

Last synced: 12 Apr 2025

https://github.com/flaxengine/imgui

Dear ImGui plugin for Flax Engine that adds debug GUI interface to game viewport.

cpp csharp flax flax-engine imgui

Last synced: 12 Apr 2025

https://github.com/umerghafoor/open-inventory

Open Inventory Management System project is developed in C++ using the Qt framework.

cpp inventory-management management-system qt qtcreator

Last synced: 12 Oct 2025

https://github.com/ilyachalov/lafore-book-examples

Примеры и решения упражнений из книги Роберта Лафоре «ООП в C++», 4-е издание

cpp examples lafore learning russian

Last synced: 11 Jun 2025

https://github.com/ki-seki/solutions

此仓库包括我所做过的来自各大题库的 OJ 算法题的题解,这些题库包括:浙江大学计算机程序设计能力考试(PAT)题库,UVa 题库,Codeup 题库,洛谷题库,北京大学 OJ 题库(POJ),安徽科技学院 ACM 题库(AOJ)......目前在主攻 PAT,完成度已过 55.6%,其中部分题解提供多种方法、以及我给出的测试样例。

aoj codeup cpp lanqiao luogu nowcoder oj-solutions pat poj programming-contests uva

Last synced: 07 Oct 2025

https://github.com/simone-contorno/mynmpc

Nonlinear Model Predictive Control for Self-Driving Vehicles based on Local Sequential Quadratic Programming by recursively calling ProxQP solver.

cpp nonlinear-model-predictive-control ros2-foxy

Last synced: 14 Oct 2025

https://github.com/aldertlake/fsr_blueprint_library

Easily control and customize AMD FSR 4 settings at runtime using intuitive Blueprint nodes, giving you full control over upscaling quality, frame generation, and other FidelityFX Super Resolution 4 features without writing C++ code.

amd cpp rendering unrealengine windows

Last synced: 02 Mar 2026

https://github.com/khaledashrafh/tiny-compiler

This project is a fully functional compiler for the TINY programming language, which is a language that supports basic arithmetic, boolean, and control flow operations. The compiler can scan, parse, and run code written in the TINY language.

compiler cpp parser semantic-analyzer syntax-analyzer tiny tiny-compiler tiny-language tokenization

Last synced: 17 Oct 2025

https://github.com/adambadura/type_name

C++17-compatible, compile-time type name retrieval library.

cpp cpp-library cpp17

Last synced: 06 Sep 2025

https://github.com/hengxin666/hxlibs

现代C++20协程编写的基于io_uring/iocp百万并发HTTP服务器; 可异步读写, 支持分块编码传输文件, 支持断点续传; http/websocket、客户端socks5代理、JSON解析、聚合类无宏反射/宏反射支持别名

coroutine cpp cpp20 http io-uring iocp json router websocket

Last synced: 06 Oct 2025

https://github.com/pachadotdev/cpp11armadillo

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

armadillo cpp cpp11 hacktoberfest linear-algebra rstats

Last synced: 10 Apr 2025

https://github.com/llnl/smoothg

Mixed graph Laplacian upscaling and solvers

cpp graph math-physics solver

Last synced: 29 Apr 2025

https://github.com/anshumansinha3301/cpp-supreme-base-to-sde

C++ Codes that I have worked on during third semester (includes Data Structures and Algorithm Codes, printing patterns, trading components, Questions)

algorithms-datastructures anshumansinha3301 bitfusion bitfusiondynamics conditional-statements cpp dsa dsa-algorithm patterns

Last synced: 28 Feb 2026

https://github.com/llnl/user-eph

LAMMPS extension to capture electron-ion interaction. This is a mirror of https://gitlab.com/artuuuro/USER-EPH.

cpp electron-phonon-coupling gpu lammps molecular-dynamics

Last synced: 13 Jun 2025

https://github.com/savirsingh/pytocpp

Convert Python Code To C++ Code

cpp python pytocpp

Last synced: 14 Feb 2026

https://github.com/coding-enthusiast9857/open-source-contributions

This is an open-source contribution opportunity. It is for everyone. So, Hurry up...!! Don't forget to spread love and if you like give a ⭐️

ai algorithms algorithms-and-data-structures c cpp csharp dsa games helloworld java matlab ml open-source projects python python3

Last synced: 11 Apr 2025

https://github.com/duboviy/low_level_programming

:volcano: A sandbox for trying out low-level programming languages

c cpp low-level low-level-programming

Last synced: 07 Sep 2025

https://github.com/demurzasty/injector

Header-only, tiny and easy to use library for dependency injection written in C++17.

architectural-patterns cpp cpp17 dependency-injection header-only modern-cpp

Last synced: 26 Jun 2025

https://github.com/ArkEcosystemArchive/cpp-crypto

A simple Cryptography Implementation in C++ for the Ark Blockchain.

ark blockchain cmake cpp crypto dpos

Last synced: 12 May 2025

https://github.com/chris-1101/simple-assembler

:building_construction: Simple assembler written in C++

asm assembler assembly cpp interpreter

Last synced: 07 Mar 2026

https://github.com/cschladetsch/kai

KAI is a distributed computing model written in modern C++ and is cross-plaftorm. Using custom language translators and an executor, KAI provides full reflection, persistence and cross-process communications without having to modify existing source code. KAI Comes with an automated, generational tricolor garbage collector, and Console- and Window-based interfaces.

ast-walker c-plus-plus cmake cpp kai language lexer networking parser raknet stack tests

Last synced: 13 Apr 2025

https://github.com/danielgospodinow/dcar

A product which offers automobiles "connected car" features beyond those of the most modern and technologically advanced luxury vehicles

arduino automation automobile automotive bluetooth bluetooth-low-energy car cellular circuit cpp gps gps-tracking keyless mobile-app radio-frequency raspberrypi server sofka web-app wiring

Last synced: 10 Apr 2025

https://github.com/pozharliev/maze-project-2021

Project about a game for the Babylon tower. Powered by olcPixelGameEngine.

cpp cpp17 maze maze-generator maze-solver olcpixelgameengine powershell

Last synced: 19 Mar 2025

https://github.com/alichtman/data-structures-cpp

Teaching data structures in C++. Great resource for students.

avl-tree btree cpp cs225 data-structures graph-algorithms hashtable trees uiuc

Last synced: 19 Mar 2025

https://github.com/yuantinghsieh/itdp

Incremental Timing-Driven Placement, problem C of ICCAD contest 2015

cad cpp electronic-design-automation placement

Last synced: 20 Jun 2025

https://github.com/nickdiego/gstreamer-tests

Simple GStreamer test programs for learning puporses.

c cpp gstreamer learning

Last synced: 13 Apr 2025

https://github.com/thowell/ppo.cpp

Proximal Policy Optimization (PPO) written in C++ with PyTorch (LibTorch)

control cpp learning libtorch proximal-policy-optimization pytorch reinforcement-learning

Last synced: 25 Sep 2025

https://github.com/litongjava/whisper.cpp.android.java.demo

A sample Android app using java code and whisper.cpp library to do voice-to-text transcriptions.

andoird cpp java whisper-cpp

Last synced: 23 Aug 2025

https://github.com/aditya-a-garwal/stm32-hal-hd44780-16x2lcd

A simple library for STM32 microcontrollers to drive 16x2 LCD displays based on the HD44780 controller

arm armv6-m c cortex cortex-m cpp hd44780 hd44780-display i2c lcd lcd16x2 library microcontroller pc8574 stm32 stm32cubeide stm32cubemx

Last synced: 25 Jun 2025

https://github.com/jasonliang-dev/spry

2D game framework made for rapid prototyping

c cpp gamedev lua

Last synced: 12 Apr 2025

https://github.com/iwatake2222/digitalcamera_raspberrypi

A project to create a digital camera with Raspberry Pi in Linux standard way such as ioctl

cpp devicedriver raspberrypi

Last synced: 17 Oct 2025

https://github.com/khaledashrafh/b-tree

This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.

b-tree b-tree-implementation cpp data-structures generic scratch-implementation template

Last synced: 17 Oct 2025

https://github.com/diehlpk/async_heat_equation

Supplementary materials for the paper: Benchmarking the Parallel 1D Heat Equation Solver in Chapel, Charm++, C++, HPX, Go, Julia, Python, Rust, Swift, and Java

cpp go julia python rust

Last synced: 10 Apr 2025

https://github.com/xxjwxc/xxjserver

C++ general tools,Cross-platform Tool Library

boost cpp platform tools

Last synced: 03 Jul 2025

https://github.com/llnl/launchmon

LaunchMON is a software infrastructure that enables HPC run-time tools to co-locate tool daemons with a parallel job. Its API allows a tool to identify all the remote processes of a job and to scalably launch daemons into the relevant nodes.

cpp hpc parallel parallel-computing

Last synced: 29 Apr 2025

https://github.com/oktonion/cpp-fast-delegates

Header-only extension for C++ Fast Delegates of Don Clugston (C++98 compatible)

cpp cpp03 cpp11 cpp98 crossplatform delegate delegates fast fast-delegates

Last synced: 10 Apr 2025

https://github.com/christianpanov/glcore

No-dependency OpenGL support library, which abstracts the processes of creating buffers and shaders

cpp cpp-library glcore graphics-library graphics-programming library opengl opengl-library shaders

Last synced: 10 Oct 2025

https://github.com/xwhqsj/drawtool

a drawTool by openGL

cpp opengl windows

Last synced: 10 Jul 2025

https://github.com/m0saan/cpp-module

Learn C++ through a CPP-Pool by 42

1337fil 1337school 42born2code cpp cpp98 phonebook-application

Last synced: 10 Apr 2025

https://github.com/alex2772/hackers-mc-launcher

Free and open source Minecraft and other games launcher

cpp launcher minecraft minecraft-launcher qt qt5

Last synced: 27 Nov 2025

https://github.com/kljohann/genpybind-legacy

Autogeneration of Python bindings from manually annotated C++ headers

clang cpp libclang pybind11 python python-bindings

Last synced: 09 Apr 2025

https://github.com/toxe/example-cpp-ci-project

Example C++ CI Services Comparison supporting Linux, Mac, Windows and GCC, Clang (libc++ and libstdc++), MSVC and Clang-cl

appveyor ci circleci comparison continuous-integration cpp example github-actions-ci travis-ci

Last synced: 23 Apr 2025

https://github.com/adrianoviana87/ltuiny

Text based utility that helps you add a transaction to a ledger file.

cpp cpp17 ledger ledger-cli ledger-client plaintext-accounting

Last synced: 12 May 2025

https://github.com/xenomega/archloader

ArchLoader is a utility to unlock the Halo 4 Network Test and add extensive functionality otherwise not available (even when the beta was active).

altivec beta c cpp disassembly hacks hooks powerpc reverse-engineering xbox360

Last synced: 07 May 2025

https://github.com/fogleman/grayscott

Simple Gray Scott Reaction Diffusion model implemented in C++ and OpenCL

cpp gray-scott-model opencl reaction-diffusion

Last synced: 13 May 2025

https://github.com/guangie88/rustfp

C++ implementation of Rust Option/Result and Iterator.

cpp cpp14 functional-programming iterator monad monadic monadic-optionals monadic-result rust

Last synced: 28 Feb 2025

https://github.com/yutianqaq/bypassav-1

通过分离的方式免杀火绒

bypass-antivirus cpp redteam redteam-tools

Last synced: 12 Mar 2026

https://github.com/moduscreateorg/network-rgb-matrix-display

A library for helping drive large arrays of RGB Matrices with Raspberry Pis

boost-asio cmake cplusplus cpp example-project iot iot-application maker multi-threading raspberry-pi rgb-led rgb-matrix

Last synced: 07 Sep 2025

https://github.com/yas-sim/openvino-model-division-and-simple-custom-layer

Demonstrates how to divide a DL model into multiple IR model files (division) and introduce a simplest way to implement a custom layer works with OpenVINO IR models.

cnn convolution cpp custom-kernel custom-layer example how-to intel mnist model-conversion model-generation model-optimizer numpy numpy-capi openvino python python-extension savedmodel tensorflow

Last synced: 22 Apr 2025

https://github.com/netromdk/bmod

bmod parses binaries for modification/patching and disassembles machine code sections.

assembly-language binary cmake cpp disassembler disassembly modification patching qt5 x86 x86-32 x86-64

Last synced: 25 Jul 2025

https://github.com/seanpm2001/underune_maker

Underune maker is a map maker for Undertale and Deltarune. It contains all the assets, and you can make and customize as many rooms as you want.

cplusplus cpp cpp-language deltarune gaming gpl3 gplv3 map-maker md pc-gaming txt undertale underune underune-maker video-games wiki yaml yml

Last synced: 13 Oct 2025

https://github.com/captain-woof/powerwoof

A collection of handy C#, Powershell and C++ POCs, concepts and examples to aid in pentesting.

cpp csharp pentesting-tools pentesting-windows poc powershell windows

Last synced: 06 Jul 2025

https://github.com/ldionne/wg21

My proposals for the C++ standard

cpp proposals wg21

Last synced: 19 Apr 2025

https://github.com/moodyhunter/moodyapi

Server, client and other components for Moody's Infrastructure.

android cpp golang grpc mui nextjs nodejs oled oled-display-ssd1306 protobuf qt raspberry-pi react rust sql typescript yarn

Last synced: 16 Jun 2025

https://github.com/oceanpresentchao/qt-shoppingmall

用Qt完成的微商系统,包含完整的前后端,使用Mysql数据库,socket通信

cpp jlu qt5 qtcreator shop

Last synced: 18 Sep 2025

https://github.com/onionhammer/clibpp

Easy way to 'Mock' C++ interface

cplusplus cpp nim

Last synced: 09 Mar 2026

https://github.com/rewrking/dynrpg-system-opengl

Add an OpenGL renderer to older RPG Maker 2003 games

cpp opengl rpg-maker sfml

Last synced: 31 Aug 2025

https://github.com/timostrating/projecteuler

These are Java / Ruby / C / Lisp / Haskell / PHP/ Bash / PL-SQL / Mathematica / Rust / Kotlin / Lua solutions for Project Euler, — In the best 1% of the world

cpp java mathematica projecteuler python ruby

Last synced: 12 Sep 2025

https://github.com/prince-chrismc/user-management

An open-source application delivering a responsive user management experience.

cmake conan conan-packages cpp cpp14 docker docker-image openapi3 react-hooks reactjs restful-api webpack

Last synced: 23 Oct 2025

https://github.com/anshumansinha3301/linearsearchcpp

CPP Codes for Sorting, Searching and other DSA Concepts for interview Preparations. Codebase for data structures and algorithms.

algorithms-and-data-structures cpp data-structures searching-algorithms sorting-algorithms

Last synced: 14 Jul 2025

https://github.com/lecrapouille/openglcppwrapper

[Lib][Version 0.9][Partially Functional][WIP] A C++ 11 wrapper for Core Profile OpenGL allowing to write complete applications in a reduced number of lines of code

3d 3d-engine 3d-game 3d-graphics cpp cpp11 game-development glumpy graphics graphics-programming opengl opengl-functions opengl-tutorial opengl-wrapper rendering shaders three-cpp three-js wrapper

Last synced: 19 Mar 2025

https://github.com/yeaseen/angrybirds_igraphics

:performing_arts: A casual puzzle video game implemented in C/C++ with OpenGL iGraphics for GUI as a term project assignment of C Programming Language Sessional course, CSE102 of CSE, BUET.

angry-bird-game angry-birds c cpp cse-buet igraphics-project opengl visual-studio

Last synced: 14 Aug 2025

https://github.com/lethalbit/abyss

Deeply Embeddable bare-metal C++ standard library

bare-metal cpp cpp20 embedded standard-library

Last synced: 10 Apr 2025

https://github.com/virtyaluk/coursera-data-structures-algorithms

:microscope: My progress doing Coursera' Data Structures and Algorithms Specialization

algorithms coursera cpp data-structures python

Last synced: 07 May 2025

https://github.com/tttapa/linear-algebra

Educational linear algebra algorithms

cpp linear-algebra matrix numerical-linear-algebra

Last synced: 20 Jun 2025

https://github.com/bitwizeshift/not_null

Non-nullable pointers with 0-overhead and no hidden runtime cost.

cpp cpp11 cpp14 cpp17 modern-cpp not-null nullability

Last synced: 12 Apr 2025

https://github.com/shibam120302/love-babbar-dsa-sheet-sol

Solution of the problems listed in DSA cracker sheet made by Love Babbar, with resources

challenges cpp dsa dsa-algorithm lovebabbar-dsa-sheet youtube

Last synced: 10 Jul 2025

https://github.com/yuki-koyama/visoptslider

Qt-based implementation of VisOpt Slider widget [UIST 2014] for C++ & Python

cpp python qt slider visualization widget

Last synced: 06 Mar 2026

https://github.com/qengineering/yolact-ncnn-raspberry-pi-4

Yolact running on the ncnn framework on a bare Raspberry Pi 4 with 64 OS, overclocked to 1950 MHz

aarch64 cpp deep-learning ncnn ncnn-framework ncnn-model raspberry-pi raspberry-pi-4 raspberry-pi-64-os yolact

Last synced: 06 Mar 2026

https://github.com/karnkaul/bave

BAsic Vulkan Engine for desktop and Android

2d-game-engine android cpp cpp20 game-engine vulkan

Last synced: 05 Mar 2026

https://github.com/moebiussurfing/ofxgpulutcube

openFrameworks addon to apply LUT filters live from standard .cube files using a GPU shader.

cpp openframeworks openframeworks-addon

Last synced: 16 Mar 2025

https://github.com/ewliang/c-programming-tutorials-for-beginners

This repository contains the source code for the projects I've made in my C++ Programming for Beginners tutorials series on my Youtube Channel at https://www.youtube.com/user/ewliang Feel free to pop over and consider subscribing to my channel.

cpp cpp-course visual-studio visual-studio-code youtube

Last synced: 23 Apr 2025

https://github.com/mohitjaisal/codingbooks

As you begin your path on becoming a coding specialist it is always pleasant to find good sources of information. Many computer languages might be tricky to learn at the beginning so you need reliable references to double-check your mistakes and learn how to not make them again.

books c coding coding-interview codingbooks cpp hacktober hacktoberfest hacktoberfest-accepted hacktoberfest2021 java python

Last synced: 12 Oct 2025

https://github.com/berndporr/cppthread

Generic C++ Thread class (very thin wrapper around std::thread)

cpp linux thread thread-library windows wrapper-api

Last synced: 26 Apr 2025

https://github.com/mortennobel/opengl_3.2_vs_2010_freeglut

A simple OpenGL 3.2 example using MSVS 2010 and freeglut

cpp cpp11 graphics-programming

Last synced: 24 Apr 2025

https://github.com/ggabriel96/lasso

A generic game loop implementation in C++

cpp game-development game-loop

Last synced: 22 Apr 2025

https://github.com/robert076/ubb-computer-science

The courses I took at UBB during my Bachelor's in Computer Science. A collection of my assignments, exams, projects, labs, lecture notes, and preparation materials for them, including extra work.

assembly cpp java lisp prolog python ubb ubb-cluj ubb-computer-science ubb-fmi

Last synced: 09 Oct 2025

https://github.com/hellozee/errors

An idiot's attempt to do a go like error handling in c++

cmake cpp error-handling errors exception-handling exceptions golang

Last synced: 11 Apr 2025

https://github.com/rockfordwei/csweet

demo how to use C++ in Swift 3.1/4.0

cplusplus cplusplus-11 cpp cpp11 swift swift-package-manager

Last synced: 10 Apr 2025

https://github.com/djkovrik/w3modmerger

Mod merging tool for The Witcher 3: Wild Hunt [C++, Qt5]

cpp qt5 witcher-3

Last synced: 06 Oct 2025

https://github.com/qsctech/jvm-cpp

a basic jvm

cpp jvm

Last synced: 28 Apr 2025