Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.14 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.14 KB

SMILES Visualizer

SMILES Visualizer (SmileViz) is a simple, always-on-top, Java-based desktop application that dynamically visualizes the SMILES input provided. It is very useful in interpreting SMILES step by step (atom-by-atom) and checking how the connectivity proceeds. It uses CDK's AtomContainerRenderer to draw the image from SMILES. Thanks to John May for the SmoothRenderer. The light-weight visualizer differs from the commercially available structure visualizers in the following ways:

  1. You need not hit enter each time you update the smile or enter a new atom (visualization is dynamically updated),
  2. Any error in the smile will be displayed (dynamically),
  3. You can instantly save the molecule as PNG, SDF or MOL by a simple right-click,
  4. Lastly, you will not need Internet.

A demo for SMILES Visualizer can be found in my blogpost.