Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blokhin/cif-js-engines
Browser plugin-free CIF visualization: comparison of the open-source engines
https://github.com/blokhin/cif-js-engines
cif cifs crystal-structure crystallography jmol jsmol
Last synced: 19 days ago
JSON representation
Browser plugin-free CIF visualization: comparison of the open-source engines
- Host: GitHub
- URL: https://github.com/blokhin/cif-js-engines
- Owner: blokhin
- License: gpl-3.0
- Created: 2015-08-25T15:00:50.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-07-17T15:41:05.000Z (over 4 years ago)
- Last Synced: 2024-11-30T18:02:37.075Z (22 days ago)
- Topics: cif, cifs, crystal-structure, crystallography, jmol, jsmol
- Language: JavaScript
- Homepage: http://blokhin.github.io/cif-js-engines
- Size: 5.42 MB
- Stars: 22
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In-browser plugin-free CIF visualization: comparison of open-source engines
======This utility web-app bundles four available open-source pure-JavaScript engines for in-browser rendering of arbitrary [crystallographic information files (CIF)](https://en.wikipedia.org/wiki/Crystallographic_Information_File), for demonstration purposes:
* [JSmol, part of Jmol](http://www.jmol.org) (LGPL license)
* [ChemDoodle Web Components library](http://web.chemdoodle.com) (GNU General Public License version 3)
* [RasmolJS](https://bitbucket.org/baoilleach/rasmoljs) (derived from [RasMol](http://www.rasmol.org), licensed under GNU General Public License)
* [Player.html](https://github.com/tilde-lab/player.html) (MIT license)Some web-server is required to run the web-app (however no server-side rendering is assumed), e.g. in Python:
```
python -m SimpleHTTPServer
```
or, alternatively, see online as [GitHub Pages](http://blokhin.github.io/cif-js-engines). Also a [detailed blog post](https://blog.tilde.pro/in-browser-plugin-free-cif-visualization-comparison-of-open-source-engines-a3d0b4098660) is available.![JavaScript-only CIF display](https://raw.githubusercontent.com/blokhin/cif-js-engines/gh-pages/utils/cheminformatics.png "JavaScript CIF rendering")