[Rdkit-devel] C# wrappers for the RDKit
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2012-11-01 11:35:38
|
Dear all, After some key assistance from a colleague (thanks Nico!), I've managed to build C# wrappers for the RDKit that are useable from within Visual Studio projects. These use the same SWIG configuration as the RDKit java wrappers, so the API should be more or less the same in both Java and C#. I suspect it's going to take a few iterations to get the packaging and documentation of these things done in a form that's actually useful to others, so I'm looking for volunteers. If anyone in the community is interested in trying out the new wrappers and helping to refine the build process, please let me know. If you're really feeling brave, the wrappers are in $RDBASE/Code/JavaWrappers/csharp_wrapper. -greg |