Explore the ZED SDK, a C++ library for real-time stereo vision, SLAM, and spatial mapping with GPU acceleration and zero-copy CUDA interoperability for edge robotics.
OpenPose is a C++ library for real-time multi-person 2D pose estimation using Part Affinity Fields, enabling constant inference time for body detection regardless of person count.
Rapidhash offers three 64-bit hash variants optimized for general use, HPC, and embedded systems, balancing instruction count and performance without architecture-specific intrinsics.
HyperHDR offers a high-performance ambient lighting system with a floating-point color engine, hardware-accelerated capture, and ultra-low latency LED control optimized for Raspberry Pi and embedded platforms.
ImHex offers a custom C++-like pattern language for declarative binary parsing, multi-architecture disassembly, and GPU-accelerated hex editing, tailored for reverse engineering.
Kame32 is a C++ robotics repo targeting embedded real-time control on 32-bit microcontrollers. Its sparse docs highlight a common open-source gap in embedded robotics: solid code, limited onboarding.
OpenDeck uses Zephyr RTOS and a web configurator to enable no-code MIDI controller firmware across multiple MCUs, supporting extensive I/O and MIDI features with cross-board compatibility.
Shotcut is a mature, cross-platform video editor using MLT for multimedia processing and Qt 6 for its UI. Its architecture cleanly separates UI from processing, enabling native builds across major OSes.
Tachyon delivers sub-50ns round-trip IPC latency across 8 languages using a zero-copy shared memory ring buffer. It supports direct tensor sharing with DLPack for ML pipelines.
ClickHouse is a C++ column-oriented database optimized for real-time analytical queries on large datasets. Explore its architecture, strengths, and how to get started.
Tesseract OCR evolved from a legacy character pattern engine to a modern LSTM-based line recognition system supporting 100+ languages and multiple output formats. Here’s a technical dive.