k-ujihara / NCDK

The Chemistry Development Kit ported to .NET
https://kazuyaujihara.github.io/NCDK/
GNU Lesser General Public License v2.1
35 stars 11 forks source link

Cross plateform NCDKDisplay #2

Open JimSEOW opened 7 years ago

JimSEOW commented 7 years ago

We are planning the possibility of Cross plateform NCDKDisplay through Cross platform WPF

k-ujihara commented 7 years ago

So I'm not familiar with Linux, I could not support it at this time. Your plan is very helpful for .NET community.

JimSEOW commented 7 years ago

@kazuyaujihara I am curious, do you have a plan to have 3D chemical structure viewer. e..g. Include 3D Chemical structure view to NCDKDisplay?

Have you considered porting Jmol or JOGL (OpenGL) chemical viewer to NCDKDisplay? We have a variety of WPF compatible OPENGL.NET as well as UWP compatible OpenGL.

So far, your effort is the MOST promising to bring Chemoinformtics to .NET

k-ujihara commented 7 years ago

@JimSEOW How about UnityMol ?

JimSEOW commented 7 years ago

@kazuyaujihara Thanks for your feedback I am interested on UWP XAML usercontrol/view. More importantly, there are many options to customize 3D surface view.

My ideal choice is http://3dmol.csb.pitt.edu/index.html. However, it requires that to be wrapped in WebView and use c# to interop with javascript - performance is slow :-(