Giter Club home page Giter Club logo

tiny-molecule's Introduction

tiny-molecule

A small, developer-friendly 3D molecule viewer for the modern web.

See a live exmaple at https://justinmc.github.io/tiny-molecule/.

demo demo for spheres

Getting Started

npm install --save tiny-molecule

import tinyMolecule from 'tiny-molecule';
import pdbString from 'raw-loader!./3aid.pdb';

tinyMolecule(
  window.document.body, // the DOM element to render into
  dataString, // string of pdb or mmcif data
  {
    type: 'PDB', // or 'MMCIF' depending on what filetype dataString is
    representation: 'particle', // or 'sphere'
  }
);

API

tinyMolecule exports a single function that takes a DOM element, a data string, and an options object. The data string can be either the contents of a PDB or MMCIF file. It will synchronously render a canvas into the given DOM element visualizing the given molecule.

See the example folder for a full working example that uses RCSB's API to fetch molecules by PDBID. You can run it for yourself with npm run example (after an npm install).

options

type {PDB|MMCIF}

Indicates the type of data that is being input into tinyMolecule. Currently PDB and MMCIF files are supported.

representation {particle|sphere}

The fastest option is particle, which draws a 2d particle that looks like a sphere for each atom. sphere draws a fully lit 3D sphere for each atom, but is slow for large structures.

License

MIT. See LICENSE file.

tiny-molecule's People

Contributors

justinmc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.