htm.core icon indicating copy to clipboard operation
htm.core copied to clipboard

CSharp bindings

Open dkeeney opened this issue 6 years ago • 0 comments

This is a first cut at CSharp bindings, mostly for NetworkAPI interface. This can be a starting point for constructing the C# interface for htm.core.

This is incomplete and some parts are hacked up....in particular the cs_Value object. The C++ Value object was recently re-written so its wrapper (cs_Value) needs a re-write.

You will find the CSharp bindings in "bindings/cs". This is mostly C++/cli wrapper code. Any actual .cs code should be placed in the cs/ folder.

dkeeney avatar Oct 22 '19 18:10 dkeeney