speck-renderer
v0.0.8
Published
Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical.
Maintainers
Readme
Speck
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
Installation
npm install --save speck-rendererUsage example
speck = new Speck({canvasContainerID: "speck-root", canvasID: "speck-canvas"});
speck.loadStructure(xyz);speck.destroy();Release History
- 0.0.7
- Work in progress
Meta
Jordan Garside – [email protected]
Distributed under the Unlicense license. See LICENSE for more information.
Contributing
- 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
