C++ API

Open-source C++ projects categorized as API
Topics: CPP C++ Linux SDK Library

Top 23 C++ API Projects

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • Project mention: Using raylib with Dear ImGui: Game Dev Debugging UI | dev.to | 2024-04-06

    include(cmake/CPM.cmake) function(raylib_imgui_setup_dependencies) message(STATUS "Include Dear ImGui") FetchContent_Declare( ImGui GIT_REPOSITORY https://github.com/ocornut/imgui GIT_TAG 277ae93c41314ba5f4c7444f37c4319cdf07e8cf) # v1.90.4 FetchContent_MakeAvailable(ImGui) FetchContent_GetProperties(ImGui SOURCE_DIR IMGUI_DIR) add_library( imgui STATIC ${imgui_SOURCE_DIR}/imgui.cpp ${imgui_SOURCE_DIR}/imgui_draw.cpp ${imgui_SOURCE_DIR}/imgui_widgets.cpp ${imgui_SOURCE_DIR}/imgui_tables.cpp) target_include_directories(imgui INTERFACE ${imgui_SOURCE_DIR}) include(cmake/CPM.cmake) message(STATUS "Include dbg-macro") cpmaddpackage( "gh:sharkdp/dbg-macro#fb9976f410f8b29105818b20278cd0be0e853fe8" )# v0.5.1 message(STATUS "Include fmtlib") cpmaddpackage("gh:fmtlib/fmt#e69e5f977d458f2650bb346dadf2ad30c5320281" )# 10.x message(STATUS "Include raylib") cpmaddpackage("gh:raysan5/raylib#ae50bfa2cc569c0f8d5bc4315d39db64005b1b0" )# v5.0 message(STATUS "Include spdlog") cpmaddpackage("gh:gabime/spdlog#7c02e204c92545f869e2f04edaab1f19fe8b19fd" )# v1.13.0 message(STATUS "Include rlImGui") FetchContent_Declare( rlImGui GIT_REPOSITORY https://github.com/raylib-extras/rlImGui GIT_TAG d765c1ef3d37cf939f88aaa272a59a2713d654c9) FetchContent_MakeAvailable(rlImGui) FetchContent_GetProperties(rlImGui SOURCE_DIR RLIMGUI_DIR) add_library(rlimgui STATIC ${rlimgui_SOURCE_DIR}/rlImgui.cpp) target_link_libraries(rlimgui PRIVATE imgui raylib) target_include_directories(rlimgui INTERFACE ${rlimgui_SOURCE_DIR}) endfunction()

  • LocalAI

    :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities.

  • Project mention: Drop-In Replacement for ChatGPT API | news.ycombinator.com | 2024-01-24
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • zeal

    Offline documentation browser inspired by Dash

  • Project mention: DevDocs | news.ycombinator.com | 2024-01-12

    There's also Zeal (https://zealdocs.org/) which is basically the same as Dash but open source and runs on non-Mac devices.

  • manticoresearch

    Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon

  • Project mention: Building and testing Manticore Search | dev.to | 2024-03-05

    Note, you need to do it in the root folder of a clone from https://github.com/manticoresoftware/manticoresearch

  • xlnt

    :bar_chart: Cross-platform user-friendly xlsx library for C++11+

  • DPP

    C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!

  • Project mention: How to add runtime dependencies to flake so they can be found (gtkmm4, shared-mime-info)? | /r/NixOS | 2023-05-11

    For me it just fails on dpp wrap file not containing a valid URL. And if I change it to https://github.com/brainboxdotcc/DPP, it fails on the repo not containing a meson.build file. And if I comment out the dependency it fails due to non-existent include/ directory. And if I comment that out, it succeeds just fine.

  • glaze

    Extremely fast, in memory, JSON and interface library for modern C++

  • Project mention: [C++20] to_tuple with compile-time names | /r/cpp | 2023-12-05
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • opentelemetry-cpp

    The OpenTelemetry C++ Client

  • ola

    The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry

  • oneMKL

    oneAPI Math Kernel Library (oneMKL) Interfaces

  • hwinfo

    cross platform C++ library for hardware information (CPU, RAM, GPU, ...)

  • imgui_test_engine

    Dear ImGui Automation Engine & Test Suite

  • Project mention: Dear ImGui: Bloat-free Graphical User interface with minimal dependencies | news.ycombinator.com | 2023-12-20

    Good Testing/Automation is never free lunch AFAIK but Dear ImGui has a testing/automation system: https://github.com/ocornut/imgui_test_engine

  • DualSense-Windows

    Windows API for the PS5 DualSense controller

  • TOSDataBridge

    A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.

  • liboai

    A C++17 library to access the entire OpenAI API.

  • Project mention: Revolutionizing Real-Time Alerts with AI, NATs and Streamlit | dev.to | 2024-02-18

    Imagine you have an AI-powered personal alerting chat assistant that interacts using up-to-date data. Whether it's a big move in the stock market that affects your investments, any significant change on your shared SharePoint documents, or discounts on Amazon you were waiting for, the application is designed to keep you informed and alert you about any significant changes based on the criteria you set in advance using your natural language. In this post, we will learn how to build a full-stack event-driven weather alert chat application in Python using pretty cool tools: Streamlit, NATS, and OpenAI. The app can collect real-time weather information, understand your criteria for alerts using AI, and deliver these alerts to the user interface.

  • BakkesModSDK

    The current BakkesModSDK (Unofficial SDK for Rocket League)

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

    Install BakkesMod

  • ArduinoCore-API

    Hardware independent layer of the Arduino cores defining the official API

  • Project mention: Need to learn Arduino Programming Language | /r/arduino | 2023-07-11

    If you want to really learn it I'd recommend Bro Codes C guide, that'll make it easier to understand, his C++ guide is a bit longer but once you know C++ it's a matter of going to the Arduino references and looking for the function you need.

  • v-hud

    An open source UI re-implementation based on GTA:V, built for GTA: San Andreas.

  • Fwog

    Froggy OpenGL Engoodener

  • BakkesMod2-Plugins

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

  • expresscpp

    Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs

  • TrueOpenVR-Core

    Core, docs

  • pyprt

    Python bindings for the "Procedural Runtime" (PRT) of CityEngine by Esri.

  • SaaSHub

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

    SaaSHub logo
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).

C++ API related posts

Index

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

Project Stars
1 imgui 55,570
2 LocalAI 19,033
3 zeal 11,052
4 manticoresearch 8,289
5 xlnt 1,404
6 DPP 939
7 glaze 886
8 opentelemetry-cpp 757
9 ola 608
10 oneMKL 564
11 hwinfo 370
12 imgui_test_engine 360
13 DualSense-Windows 318
14 TOSDataBridge 308
15 liboai 291
16 BakkesModSDK 210
17 ArduinoCore-API 178
18 v-hud 144
19 Fwog 116
20 BakkesMod2-Plugins 94
21 expresscpp 84
22 TrueOpenVR-Core 64
23 pyprt 59

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com