Replies: 3 comments 6 replies
-
@sgf You need huge context window to make it work, and even then the code is probably not working with thousands of error. I think you have not used AI for any complex task. It fails miserably. AI is dumb. |
Beta Was this translation helpful? Give feedback.
-
Converting С/C++ to C# is generally a bad idea performance-wise, especially on WASM. |
Beta Was this translation helpful? Give feedback.
-
Interesting... Which parts? |
Beta Was this translation helpful? Give feedback.
-
Artificial intelligence and machine learning are so highly regarded these days. Isn’t it possible to do such a simple code translation?
Is there any chance for Avalonia to train an AI to convert C++ code to pure C#?
For example av_libglesv2,libHarfBuzzSharp,libSkiaSharp.
In this way, we can get rid of these dll dependencies, and we can use some AOT cropping functions to further reduce the application size.
Obviously, complex and repetitive tasks such as code conversion are best left to AI.
Beta Was this translation helpful? Give feedback.
All reactions