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
- Host: GitHub
- URL: https://github.com/m039/sharpcpp
- Owner: m039
- License: other
- Created: 2017-02-21T07:11:48.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-03-01T20:29:52.000Z (almost 9 years ago)
- Last Synced: 2025-02-27T06:51:01.811Z (11 months ago)
- Topics: sharpcpp, xlis
- Language: C#
- Size: 430 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)