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

https://github.com/m039/sharpcpp

A raw idea
https://github.com/m039/sharpcpp

sharpcpp xlis

Last synced: 3 months ago
JSON representation

A raw idea

Awesome Lists containing this project

README

          

# SharpCpp

SharpCpp is a transpiler that generates C++ code from C# code. Currently only [XLIS](https://github.com/m039/XLIS)'s FooBar example is working and nothing else.

_It is just a raw idea, highly experimental and future of the project is unknown. [Read more..](https://github.com/m039/SharpCpp/blob/develop/DevJournal.md)_

# Usage
* You can use the app to test functionality. (Mac only)
* [Uncrustify](https://github.com/uncrustify/uncrustify) is needed for the library to function.

## Inspiration is taken from
* [Blackmire](https://github.com/ActiveMesa/Blackmire)
* [Ć](http://cito.sourceforge.net)
* [cs2cpp](https://github.com/ASDAlexander77/cs2cpp)
* [SharpNative](https://github.com/afrog33k/SharpNative)
* [Embeddinator-4000](https://github.com/mono/Embeddinator-4000) or [CppSharp](https://github.com/mono/CppSharp)