Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xoofx/cppast.codegen
- Owner: xoofx
- License: bsd-2-clause
- Created: 2019-06-12T06:52:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T06:35:15.000Z (8 months ago)
- Last Synced: 2024-05-20T15:17:14.619Z (8 months ago)
- Topics: codegen, cpp, csharp, dotnet, dotnet-core, interop, parser, pinvoke
- Language: C#
- Size: 322 KB
- Stars: 110
- Watchers: 9
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
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).