How to make C# bindings for C++ libs

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ClangSharp

    Clang bindings for .NET written in C#

  • Bindings for C++ are tricky due to function name mangling and also due to ABI compat, it's basically impossible to interop with a std::vector for example. Afaik the most common approach is to PInvoke thin C wrappers around the C++ functions. There are tons of binding generators for this but they aren't without problems (not worth if you have a small API surface).

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

  • The 20 Game Challenge : Game 1

    1 project | dev.to | 30 Apr 2024
  • Asynchronous Programming in C#

    9 projects | news.ycombinator.com | 30 Apr 2024
  • Show HN: A Brainfuck Visual Editor

    1 project | news.ycombinator.com | 30 Apr 2024
  • Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

    2 projects | dev.to | 30 Apr 2024
  • Design Patterns in C#

    1 project | dev.to | 30 Apr 2024