inanity icon indicating copy to clipboard operation
inanity copied to clipboard

Investigate possibility of C# (Mono) binding

Open quyse opened this issue 10 years ago • 1 comments

At first glance it is harder than V8/Lua because Mono needs precompiled assemblies to expose C++ things for C#, so it may need a special compilation process.

quyse avatar Jun 28 '14 23:06 quyse

Mono binding almost done. The method is generating assembly by making use of special helper assembly written in C#. Integration is not full tested yet, and ScriptConvertors' implementation (math types) is not ready yet.

quyse avatar Jul 21 '14 10:07 quyse