reymond-group / smilesDrawer

A small, highly performant JavaScript component for parsing and drawing SMILES strings. Released under the MIT license.
https://smilesdrawer.rocks
MIT License
416 stars 66 forks source link

Molblock and CXSmiles support for alignment/coordinates preservation #154

Open MichelML opened 1 year ago

MichelML commented 1 year ago

The main reason we use rdkit-js over this library at the moment is because smiles-drawer has no support for molblock and cxsmiles, and thus no way to "align" molecules on the fly or depict a molecule with specified coordinates.

We however like the lightweight and no-wasm module approach of this library, thus having molblock and cxsmiles would be a potential factor for us to adopt the library :+1: