bit_vector
Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.
opengl-breakout
Breakout game remake in OpenGL with C++ and GLFW. Game is inspired by LearnOpenGL.com
https://github.com/alexpreynolds/kmer-counter-unordmap
Count canonical kmers with STL unordered_map
https://github.com/bernardovieirarocha/geniustinkercadlip
Este projeto tem como objetivo desenvolver uma implementação funcional do popular jogo de memória "Genius" usando Tinkercad Circuits para a disciplina de LIP (Laboratório de Introdução à Programação).
https://github.com/danielsarmiento04/yolov11cpp
Implementation of yolo v11 in c++ std 17 over opencv and onnxruntime
llama
Evolutionary Algorithm that uses a double linked-list chromosome to cluster networks
hmm_cpp
Complete C++ implementation of Hidden Markov Models with modern C++17 and Eigen
luna
A multithreaded, high performance, OpenGL RaaL (Renderer as a Library) written in C++. 🌜
volt
A multithreaded, high performance, fully functional game engine written in C++. ⚡️
https://github.com/a-voronov/computer-graphics-from-scratch
Computer Graphics from Scratch: Lightweight C++ implementation with no external libraries
https://github.com/hansalemaos/locate_pixelcolor_cpp
Locate RGB values in a picture! Up to 10x faster than NumPy, 100x faster than PIL.
pt
PT is a template for modern C++ projects with useful features for developing cross-platform products.
cudawrappers
C++ wrapper for the Nvidia/HIP C libraries (e.g. CUDA driver, nvrtc, hiprtc, cuFFT, hipFFT, etc.)
misc-problem-solutions
Showcases and solutions to various popular programming problems, written in C90, C++17, C++20, and C++23
mlann
A Multilabel Classification Framework for Approximate Nearest Neighbor Search
pose_inference
A high-performance, multi-threaded C++ pipeline for real-time multi-camera keypoint detection.
vir-simd
improve the usage experience of std::experimental::simd (Parallelism TS 2)
https://github.com/fermi-ad/redis-adapter
C++ adapter which wraps redis++ to communicate to the instrumentation Redis database
https://github.com/alexpreynolds/kmer-counter-ska
Count canonical kmers with Malte Skarupke's bytell_hash_map hash table
https://github.com/alexpreynolds/kmer-counter-boost
Count canonical kmers with Boost C++ `boost::unordered_map` hash table
https://github.com/alexpreynolds/kmer-counter-sparse
Count canonical kmers with Google sparse_hash_map
https://github.com/aidinhamedi/advanced-arduino-datalogger
This project is an advanced datalogger that logs temperature, humidity, and air pressure. It uses an Adafruit SHT31 sensor for temperature and humidity, and a BMP180 for air pressure.
tesseract-decoder
Search-based decoder for quantum error correction (QEC) written in C++ and Python.
carbon
The ultimate high-level library for C/C++ (с реализацией на этих языках). 🎩
opengl-pyramid-tutorial
OpenGL Pyramid and other shapes and colored lights tutorial
https://github.com/czs108/ubuntu-clang-cpp-dev-docker
🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.
https://github.com/justwhit3/temp-cleaner
An app to automatically clean up temporary files and ignored items from git repositories in your system by analyzing .gitignore files.
kernel_launcher
Using C++ magic to launch/capture CUDA kernels and tune them with Kernel Tuner
matrixCorr
Scalable computation of correlation matrices using optimized C++ routines
https://github.com/ami-iit/lie-group-controllers
Header-only C++ library containing controllers designed for Lie Groups.
modulus
A simple and lightweight cross-platform C++ package manager written in Python and fully based on CMake.
sync-greedy
A greedy algorithm to find the combination of features that maximized the Younden J statistic.
trm
A transactional, atomic, reliable POSIX's rm command implementation written in C++. 🌀
https://github.com/alexisvassquez/ai_spotibot_player
AudioMIX is an open-source, AI-driven music production software designed to empower independent artists and DJs with mood-based audio analysis, LED integration, and creative autonomy. Spotibot was its original name.
https://github.com/alexpreynolds/kmer-counter-emilib
Count canonical kmers with Emil Ernerfeldt's emilib::HashMap
https://github.com/avitase/stateless_rand
Stateless and pure functional (pseudo) C++ random generator
https://github.com/avitase/static_rotation
C++ header-only library that uses TMP to generate all rotations of a given integral sequence at compile-time.
https://github.com/clesperanto/clic
GPU-accelerated Image Processing library for C++
https://github.com/csiro-hydroinformatics/moirai
Manage C++ Objects's lifetime accessed through a C API
sieve
A community detection algorithm based on optimizing the Sieve objective function using IBM ILOG CPLEX to solve an Integer Linear Program.
volume-cartographer
Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
https://github.com/4ment/cladokit
A minimal, no-frills C++17 library for phylogenetic trees
frugally-deep
A lightweight header-only library for using Keras (TensorFlow) models in C++.
https://github.com/cair/deep-rts
A Real-Time-Strategy game for Deep Learning research
p528
U.S. reference implementation of Recommendation ITU-R P.528 providing propagation path loss predictions for aeronautical mobile and radionavigation services using the VHF, UHF, and SHF bands
https://github.com/aaronjs99/planmux
PlanMux: Path Planning using Parallel/Multiplexed Computing
control_kuka_velocity
A ROS2 package for controlling the Kuka iiwa14 using a the serial link action server & client repositories.
libaca
C++ code accompanying the book "An Introduction to Audio Content Analysis" (www.AudioContentAnalysis.org)
https://github.com/danielathome19/c-prime
C′ (C Prime) is a library for the C programming language that includes many standard library headers, macros, and functions to provide a more modern/high-level and user-friendly experience for C programmers.
https://github.com/assodepicche/physically-based-rendering
Um estudo sobre renderização ray tracing e técnicas de computação gráfica
https://github.com/azzaare/compressedstacks.cpp
Compressed structure for Stack Algorithms
fans
FANS: an open-source, efficient, and parallel FFT-based homogenization solver designed to solve microscale multiphysics problems.
bitcoin-rpc
A high-performance C++ library for interacting with Bitcoin Core's JSON-RPC API. Designed for developers building blockchain tools, wallets, or analytics platforms.
https://github.com/daniel-furman/data-structures
Data Structures and Algorithms in C++.
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.
btllib
btllib: A C++ library with Python interface for efficient genomic sequence processing - Published in JOSS (2022)
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.