Files
rdkit/Code/MinimalLib
Greg Landrum ca206fcce6 Add minimal JavaScript wrapper (#2444)
* not really working from cmake, but can be compiled by hand

* now a cmake build works

* add a bunch of new stuff

* lots of changes

* demo

* substructure highlighting (crude) and descriptors

* include amw

* update

* cleanup

* add first fingerprint

* add tests

* add fp

* make the new stuff optional

* add Dockerfile

* add a readme

* switch to using JSON for complex return values
2019-06-06 08:45:21 +02:00
..

JavaScript wrappers for the RDKit

Note These wrappers should be considered experimental. The API is not yet stable and may change from release to release.

The idea here is to allow the RDKit to be used from JavaScript so that we can add chemical capabilities to web applications. Rather than attempting a comprehensive wrapper (like RDKitJS), this exposes a small set of key functionality. I think the general approach, including this actual library, can be useful for other wrapper projects in the future.

This initial set of functionality is not complete, but it is intended to already be directly useful.

The Dockerfile in the docker/ shows how to setup an appropriate environment and build the wrappers.