Replies: 5 comments 15 replies
-
I would love if a proper C#/.NET wrapper was available. If the GC really is a deal breaker (imo it probably shouldnt be since you can still minimize GC), Bb exists, and the "Zero" version doesn't even have a GC |
Beta Was this translation helpful? Give feedback.
-
Did you consider writing the engine in C/C++/Rust and then run the GUI in a child process which you can write in C#? |
Beta Was this translation helpful? Give feedback.
-
BEEF could be a really excellent alternative to C# for this kind of thing - quality of life improvements of C# with no JIT/GC and out-of-the-box simple interop with C and C++. |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on a basic c# version of a plugin using .Net7 . You can do some great things now regarding interop and GC https://github.com/AaronRobinsonMSFT/DNNE |
Beta Was this translation helpful? Give feedback.
-
You might want to reach people behind NPlug project (https://github.com/xoofx/NPlug , https://elk.zone/g0v.social/@[email protected]/109978124900894558 ) I had very similar arguments to this thread there. |
Beta Was this translation helpful? Give feedback.
-
I see that the header file(s) have been ported to Delphi, just wondering if the same thing is possible for .Net / C#. I can of course translate the header .into c#, but is that enough, or would it need a unmanaged wrapper C that call a managed one ?
TIA
Beta Was this translation helpful? Give feedback.
All reactions