@ccp-nc/crystvis-js
Version:
A Three.js based crystallographic visualisation tool
25 lines (22 loc) • 515 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CrystVis</title>
<link rel="stylesheet" href="">
</head>
<body>
<div>
<h1>
CrystVis - A JS+WebGL visualizer for crystal structures
</h1>
<p>
For tests, click <a href="test/test-html/index.html">here</a>.
</p>
<p>
For demo, click <a href="demo/">here</a>.
</p>
</div>
</body>
</html>