Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xoofx/cppast.codegen

An extensible library providing C# PInvoke codegen from C/C++ files for .NET
https://github.com/xoofx/cppast.codegen

codegen cpp csharp dotnet dotnet-core interop parser pinvoke

Last synced: about 2 months ago
JSON representation

An extensible library providing C# PInvoke codegen from C/C++ files for .NET

Awesome Lists containing this project

README

        

# CppAst.CodeGen [![ci](https://github.com/xoofx/CppAst.CodeGen/actions/workflows/ci.yml/badge.svg)](https://github.com/xoofx/CppAst.CodeGen/actions/workflows/ci.yml) [![NuGet](https://img.shields.io/nuget/v/CppAst.CodeGen.svg)](https://www.nuget.org/packages/CppAst.CodeGen/)

CppAst.CodeGen is an extensible P/Invoke Code Generator from C/C++ to C# for .NET relying on [CppAst](https://github.com/xoofx/CppAst) for parsing C/C++

> This repository is under construction and is still not available for public usage

## License

This software is released under the [BSD-Clause 2 license](https://opensource.org/licenses/BSD-2-Clause).

## Author

Alexandre Mutel aka [xoofx](https://xoofx.github.io).