-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please give me some ideas about tools that convert C# to C / C++ #41
Comments
see impressive (nearly) pure C iOS and Android game example here =>https://github.com/scottcgi/Mojoc/wiki/OOC-(Object-Oriented-C) Available tools C# to JS, but then we can modify it to generate C++ |
C# can support AOT compilation. Therefore, I suggest not to consider converting C# to C/C++. The latest versions of .net 6-9 have greatly improved performance, so .net will be a great cross-platform environment. https://github.com/barncastle/BitsKit If you insist on outputting Native libraries, you can consider compiling C# to output as |
Always Develop in C# :)
But I need some tools to convert all source to C/C++ code
The text was updated successfully, but these errors were encountered: