Skip to content
Snippets Groups Projects
Commit 5ed8b466 authored by David Hoksza's avatar David Hoksza
Browse files

readme

parent 03c62b64
Branches master
No related tags found
No related merge requests found
......@@ -2,12 +2,24 @@
Litemol2glTF exports scenes from LiteMol to the glTF format.
The project uses the [LiteMol](https://litemol.org) viewer to download, visualize
and adjust the look of a molecule which is provided by a PDB ID.
The visualization is provided by a modified LiteMol's CustomControles [example](https://github.com/dsehnal/LiteMol/tree/master/examples).
The Export functionality
is provided by a modified version of [GLTFExporter](https://threejs.org/docs/#examples/exporters/GLTFExporter)
from the [three.js](http://threejs.org) project. litemol2gltf uses a modified exporter because
LiteMol is built over a modified old release of three.js which is not compatible with the current
GLTFExporter.
### Installation
```
npm install
```
and
```
npm build
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment