C++ SDK

Open-source C++ projects categorized as SDK

Top 23 C++ SDK Projects

  • SFML

    Simple and Fast Multimedia Library

    Project mention: Not only Unity... | /r/opensourcegames | 2023-11-11

    SFML (zlib/C++) https://github.com/SFML/SFML

  • C++ REST SDK

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

    Project mention: What is the industry standard today in C++ to deploy REST microservices in Kubernetes? | /r/cpp | 2023-09-06

    My favourite was Microsoft's cpprestsdk, but for some reason now is in maintenance mode, I don't know why, so it's hard to suggest it for new projects. A nice alternative is restc-cpp, that's has a good high-level interface, if this is what you want.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • librealsense

    Intel® RealSense™ SDK

    Project mention: 3D visualization of geospatial data using Unity | /r/Unity3D | 2023-05-25
  • openvr

    OpenVR SDK

    Project mention: How can I use C++ libraries/SDKs? | /r/Cplusplus | 2023-06-07

    I have been using C++ for a while but never really touched on using a full on SDK and now I want to use this SDK from Valve but my issue is that it isn't clear to me how to use it. What I mean by this is that it comes with a lot of subdirectories and extra stuff but how can I make a hello world program and able to call functions from the header file included in this SDK? I have used .h files before so I understand how the linker and all that works but with such a robust SDK I am not getting how this works on VSCode or maybe that I shouldn't even be using VSCode?

  • LIEF

    LIEF - Library to Instrument Executable Formats

  • Azure-Kinect-Sensor-SDK

    A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.

  • sdk

    MEGA C++ SDK (by meganz)

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • compressonator

    Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs

    Project mention: I cannot open Skyrim's .dds files for editing using GIMP | /r/skyrimmods | 2023-01-28

    AMD’s Compressonator utility (https://github.com/GPUOpen-Tools/compressonator) is free and can provide much better image compression. It provides settings for adjusting the desired compression quality (better compression = slower). It can run either on CPU or GPU, though GPU will be faster, especially for BC7 compression. It works with my Nvidia card, so you don’t necessarily need an AMD card to use the utility, but YMMV depending on the GPU you’re trying to use.

  • opentelemetry-cpp

    The OpenTelemetry C++ Client

  • Couchbase

    Couchbase Node.js Client Library (Official)

    Project mention: What is the best DB for offline-first? | /r/reactnative | 2023-09-14

    Couchbase (Community Edition/Open Source but unofficial RN support)

  • DynamixelSDK

    ROBOTIS Dynamixel SDK (Protocol1.0/2.0)

  • DualSense-Windows

    Windows API for the PS5 DualSense controller

  • BakkesModSDK

    The current BakkesModSDK (Unofficial SDK for Rocket League)

    Project mention: How do we upload videos? | /r/RocketLeagueSchool | 2023-06-25

    Install BakkesMod

  • areg-sdk

    AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.

    Project mention: Essentials of Object Oriented and Functional Programming: A Guide to Modular Code | dev.to | 2023-07-27

    FP Libraries: gRPC, ZeroMQ, and AREG are examples of libraries with a special focus on providing possibilities for Interprocess Communication. Developed using C++, they facilitate communication through predefined APIs, emphasizing functional programming concepts.

  • ultimateMRZ-SDK

    Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning

    Project mention: Real-time Android QR Code Recognition with YOLO and Dynamsoft Barcode Reader | dev.to | 2022-01-03
  • bl_iot_sdk

    BL602 SDK (Pine64 fork) (by pine64)

  • libQuotient

    A Qt library to write cross-platform clients for Matrix

    Project mention: LibQuotient 0.7.0 Release | news.ycombinator.com | 2022-12-20
  • maps-core

    The lightweight and modern Map SDK for Android and iOS

  • BakkesMod2-Plugins

    Default plugins for BakkesMod 2 (A Rocket League training framework)

  • ButOSX

    CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.

  • sora-unity-sdk

    WebRTC SFU Sora Unity SDK

  • frobtads

    Linux and macOS development tools and text-mode interpreter for TADS adventure games.

    Project mention: Atari VCS Myst “Demake” | news.ycombinator.com | 2023-06-24

    Hell yeah! Here's some links:

    Here's a list of worldsim-heavy, huge parser IF games I've compiled myself: https://ifdb.org/playlist?id=5wvcywn58ojmsxqi&type=wishlist

    Here's the TADS 3 website: https://tads.org/

    Here's the adv3Lite and TADS 3 documentation: https://faroutscience.com/adv3lite_docs/

    An explanation of adv3lite: https://users.ox.ac.uk/~manc0049/TADSGuide/adv3Lite.htm

    The TADS 3 compiler: https://github.com/realnc/frobtads

    My TADS 3 mode for Emacs (has most of the features of the VS Code one, despite not having an LSP, since the VSC one has very simple auto completion): https://github.com/alexispurslane/tads3-mode

    The TADS 3 mode for VS Code: https://github.com/toerob/vscode-tads3tools

    IF Development Forums (very active and friendly, a few TADS 3 people around, including me, I'm a new regular): https://intfiction.org

  • flexiv_rdk

    RDK (robotic development kit) for Flexiv robots. Supports C++ and Python. Compatible with Linux, macOS, and Windows.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-11-11.

C++ SDK related posts

Index

What are some of the best open-source SDK projects in C++? This list will help you:

Project Stars
1 SFML 9,215
2 C++ REST SDK 7,648
3 librealsense 7,110
4 openvr 5,821
5 LIEF 3,926
6 Azure-Kinect-Sensor-SDK 1,428
7 sdk 1,289
8 compressonator 1,140
9 opentelemetry-cpp 563
10 Couchbase 464
11 DynamixelSDK 393
12 DualSense-Windows 274
13 BakkesModSDK 201
14 areg-sdk 171
15 ultimateMRZ-SDK 165
16 bl_iot_sdk 130
17 libQuotient 123
18 maps-core 111
19 BakkesMod2-Plugins 93
20 ButOSX 69
21 sora-unity-sdk 65
22 frobtads 45
23 flexiv_rdk 38
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com