Speck is a molecule renderer with the goal of producing figures that are as attractive as they are practical. Express your molecule clearly and with style.
Demo - Original Project - More Images
npm install --save speck-renderer
speck = new Speck({canvasContainerID: "speck-root", canvasID: "speck-canvas"});
speck.loadStructure(xyz);
speck.destroy();
- 0.0.7
- Work in progress
Jordan Garside – JordanGarside@gmail.com
Distributed under the Unlicense license. See LICENSE
for more information.
- Fork it (https://github.com/jordangarside/speck/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request