htm.core
htm.core copied to clipboard
CSharp bindings
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.