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/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/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/sdmg15/conanlight

Bring syntax highlighting to your conan file in VSCode :bulb:

conanfile cpp dependencies highlighter syntax-highlighter

Last synced: 10 Jul 2025

https://github.com/nhatsmrt/algorithmpractice

Data Structures and Algorithms Practice

algorithms cpp interview-practice java leetcode-solutions python

Last synced: 05 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/vldr/cubic

A multiplayer WebGL voxel sandbox game written in C++ inspired by the classic version of Minecraft.

cpp emscripten minecraft multiplayer voxel-engine webgl

Last synced: 12 Apr 2025

https://github.com/abdallahhemdan/circuits-solver

🔌Circuits Solver is a simple tool to simulate and solve AC circuits....

circuit circuit-analysis circuit-solver circuits circuits-simulator cpp cufe-2022

Last synced: 07 May 2025

https://github.com/johnfercher/boilerplate

Linux, Git, C++, Cmake, Docker, GoogleTests, TravisCI and Shellscript

cmake cpp docker google-test linux shellscript travis

Last synced: 12 Apr 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/enigmalauncher/qfluentwidgets

Implementation of the Fluent UI in C++ for Qt5/Qt6

cpp cross-platform fluent fluentui linux macos qt qt-gui qt5 qt6 widgets windows winui winui3

Last synced: 10 Sep 2025

https://github.com/PedroElFrijol/GuavaOS

My useless x86_64 Operating System

assembly-x86 c chadx86 cpp elf os uefi

Last synced: 11 Mar 2025

https://github.com/noxsidereum/dargh

An open source version of the Dynamic Animation Replacer for Skyrim SE.

commmonlibsse cpp dynamic-animation-replacer modding reverse-engineering skse64 skyrim-special-edition

Last synced: 22 Jul 2025

https://github.com/anuj-er/testpad-solutions

University Course Solutions - TestPad This repository contains comprehensive solutions for all courses provided by the university

backend cpp frontend html5 java-8 mysql

Last synced: 08 May 2025

https://github.com/Emmet-Hayes/BatSynth

A polyphonic synthesizer with two oscillators implemented in C++ (with JUCE)

audio cplusplus cpp juce juce-framework synthesizer

Last synced: 08 May 2025

https://github.com/martinhelmut/cpp-base-template

C++ project template.

cmake cpack cpp ctest template

Last synced: 18 Jul 2025

https://github.com/kimkulling/cppcore

My core for most of my projects ...

cpp

Last synced: 22 Mar 2025

https://github.com/andoryuuta/mhw-classpropdump

An application to dump DTI type information from Monster Hunter: World

cpp dti mhw

Last synced: 11 Feb 2026

https://github.com/xframes-project/xframes

GPU-accelerated GUI development for the desktop and the browser

c cpp dear-imgui desktop glfw gpu-accelerated-library gpu-acceleration gpu-programming opengl ui wasm webgpu

Last synced: 12 Apr 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/tichau/sfml-starter

This project is an empty project completely setup to build an C++ SFML application using Visual Studio Code.

cpp sfml starter vscode

Last synced: 14 Apr 2025

https://github.com/bandinopla/skill-assessments-quizzes

:rocket: Web App of Interactive quizzes on many subjects to practice for job interviews!

c cpp css javascript php react

Last synced: 04 May 2025

https://github.com/jeffotoni/benchmark

alguns testes de stress para divertimos um pouco com diversas langs usadas em aplicações web para backend

c cpp csharp dart deno go java javascipt lua nodejs php rust

Last synced: 12 Apr 2025

https://github.com/kfrlib/cxxdox

Generates mkdocs files from C++ source code with minimal configuration. Python + libclang, does not use doxygen. Works in docker

cpp documentation-generator documentation-tool libclang markdown mkdocs python

Last synced: 24 Aug 2025

https://github.com/letelete/visualization-of-sorting-algorithms

Visualize the most popular sorting algorithms. Change amount of columns, delay of sorting and see results!

cpp desktop qt

Last synced: 17 May 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/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/snowzurfer/brto-llvm

Modern C++ implementation of the Kaleidoscope LLVM tutorial.

cpp llvm-tutorial

Last synced: 19 Apr 2025

https://github.com/anshumansinha3301/object-oriented-cpp

OOPS Codes I did in my third semester

cpp object-oriented-programming

Last synced: 16 Aug 2025

https://github.com/offa/nbcndunit

NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.

c cpp cpputest googletest java netbeans netbeans-plugin unit-testing

Last synced: 14 May 2025

https://github.com/1337programming/webassemblyopengl

C++ project with WebAssembly + OpenGL + Webpack

c cpp javascript node nodejs opengl wasm webassembly

Last synced: 11 Mar 2026

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/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/ilyachalov/lafore-book-examples

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

cpp examples lafore learning russian

Last synced: 11 Jun 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/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/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/hwhsu1231/cmake-conan-setup

CMake toolchain for integration with Conan using cmake-conan

c cmake cmake-toolchain conan cpp package-manager

Last synced: 23 Oct 2025

https://github.com/wtrsltnk/goldsrc-textures

Texture viewer for Valve's GoldSrc engine

cmake cpp glfw glm goldsrc half-life imgui opengl wad

Last synced: 24 Oct 2025

https://github.com/ronenness/dcm_pool

Dynamic, Contiguous-Memory Objects Pool

cpp cpp-library gamedev pooling templates

Last synced: 27 Apr 2025

https://github.com/theartful/broadcast_queue

A blazingly fast™ single producer multiple consumer broadcast queue

broadcast-queue concurrent-data-structure cpp lock-free multiple-consumers seqlock

Last synced: 26 Oct 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/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/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/myscale/tantivy-search

Tantivy-search is a C++ wrapper for Tantivy, a full-text search engine written in Rust. It is designed to integrate with MyScaleDB and ClickHouse.

clickhouse cpp myscale myscaledb rust search-engine

Last synced: 28 Jan 2026

https://github.com/teddy-van-jerry/fractal_designer

This is an application to make fractal videos based on Qt, C++ and FFmpeg.

cpp ffmpeg fractal qt video

Last synced: 28 Jul 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/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/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/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/qsctech/jvm-cpp

a basic jvm

cpp jvm

Last synced: 28 Apr 2025

https://github.com/mariokonrad/vhf-sim

Simulation of a maritime VHF

cpp lua maritime qt simulation vhf vhf-sim vhf-simulator

Last synced: 11 Apr 2025

https://github.com/novak-99/vectorization

Quick demo of vectorization using C++ and x86_64 ASM.

asm cpp vectorization

Last synced: 11 Apr 2025

https://github.com/tereius/onvifmonitor

📹 A proof of concept of an ONVIF camera viewer/monitor

cpp gsoap onvif qml qt

Last synced: 15 Jul 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/devfinwiz/leetcode-feeder

A repository designed for novice developers to make open-source contributions with just a few clicks. Get your pull request merged in under 12 hours!

algorithm-challenges competitive-coding cpp data-structures java leetcode leetcode-python python sql

Last synced: 21 Mar 2025

https://github.com/adamff-dev/localekeyboard.sh

This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.

arduino cpp ducky hid hid-injection keyboard keyboard-arduino-library keyboard-library language layouts locales malduino rubber-ducky whid

Last synced: 17 Jul 2025

https://github.com/parvvaresh/library-management-program-with-cpp

Library Management Program: It can be entered as a user or admin and both have different capabilities

c cpp oop

Last synced: 04 Sep 2025

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

A simple C++ API client for the Ark Blockchain.

ark blockchain cmake cpp crypto dpos

Last synced: 12 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/akagi201/learning-c-cpp

Codes when learning C and Cpp

c cpp learning tutorial

Last synced: 01 Mar 2026

https://github.com/arkssss/studynotes

后端技能校招笔记整理 (包含数据结构, 算法, Java, C++, 数据库, Redis, Linux 等)

cpp git java linux mysql php rabbitmq react redis vim

Last synced: 23 Mar 2025

https://github.com/genodelabs/genode-rpi

Raspberry Pi family support for Genode OS framework

aarch64 arm armv6 armv8 cplusplus cpp genode microkernel osdev raspberry-pi

Last synced: 04 Feb 2026

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/thirdweb-dev/unreal-engine

Best in class Web3 Unreal Code Plugin, powered by thirdweb. Core built in Rust.

cpp rust unreal-engine-5

Last synced: 25 Jul 2025

https://github.com/vkayy/vkdb

A time series database engine in C++.

cpp database time-series

Last synced: 05 Oct 2025

https://github.com/mangad/cpp-project-template

⚡ A template for modern C++ cross-platform projects. Using CMake, CI/CD, unit tests, code coverage, static and dynamic analisis, auto formatting, package management, documentation, GUI, installers, and more.

ccache cdash cicd cmake codecov codecoverage cpp cpp20 ctest googletest mingw msvc nsis sanitizers tdd wix-toolset wixtoolset wxwidgets

Last synced: 07 May 2025

https://github.com/pankaj-str/data-structures-cpp

Welcome to the Data-Structures-CPP repository! 🚀 This repository serves as a comprehensive collection of common data structures implemented in C++. Whether you're a student learning algorithms or a developer looking to refresh your understanding, this repository is a valuable resource

cpp cppdsa dsa-algorithm dsa-learning-series

Last synced: 23 Sep 2025

https://github.com/qtexcel/qlibxlsxwriter

Use libxlsxwriter in Qt 5 or 6. libxlsxwriter is a C library for creating Excel XLSX files.

c cpp excel libxlsxwriter qt xlsx xlsxwriter

Last synced: 11 Apr 2025

https://github.com/reime005/react-native-cpp-code

This repository shows how to use C++ code as a custom module in a React Native app.

android cpp ios javascript react react-native react-native-module

Last synced: 06 Apr 2025

https://github.com/siarheifedartsou/mama

Realtime map matching with gRPC-based API

backend cpp grpc map map-matching maps openstreetmap osm

Last synced: 14 Jul 2025

https://github.com/Abdul-AZ/Ainan

A visual effects and motion graphics making application mainly targeting game developers.

cpp directx-11 good-first-issue graphics graphics-programming opengl premake5 render visual-studio

Last synced: 11 Mar 2025

https://github.com/jonathan-foucher/snow-depth-arduino

This project was made by Anis Cerbah and myself in 2016 during our electrical engineering bachelor degree at Lille University of Science and Technology. The goal was to build a device able to measure the snow depth with an Arduino board.

arduino-uno cpp kicad-footprints student-project

Last synced: 13 Apr 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/ayeujjawalsingh/cheat-sheet

Here is the Some Cheat-Sheet, through which you can easily Revise your knowledge......

canvas cheatsheet cpp css django flask html5 java javascript jquery mysql php python sql

Last synced: 25 Aug 2025

https://github.com/getnamo/rvd-unreal

Real-time Value Debugger for the Unreal Engine.

cpp debug ue4 ue5 unreal

Last synced: 13 May 2025

https://github.com/c-cube/ocaml-minisat

OCaml bindings to Minisat

binding c cpp minisat ocaml sat

Last synced: 21 Mar 2025

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/bnzis/bulb

My little programming language.

bulb c cpp interpreter interpreters language lisp scripting scripting-language

Last synced: 11 May 2025

https://github.com/nicmcd/libdes

A C++ discrete event simulation framework

cpp event simulation

Last synced: 26 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