An idea to ease wrapping C libraries in C++.

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Open-Source Vulkan C++ API

    Open-Source Vulkan C++ API

  • Even auto-generated c++ wrappers like vulkan-hpp require lots of manual maintenance.

  • dynalizer

    C++ Dynamic loader generator for C APIs

  • 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
  • CppInAction

    Demo Code for presentation "C++ In Action"

  • Is it something like this here that you have in mind? I've developed it to handle SDL and libav (a.k.a. FFmpeg) objects in my talks from last year. The wrapper is generic and not tied to any specific library. It does the heavy lifting to create value types out of the heap-allocated C objects.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts