//@depend Bar.js /** * Example class Foo * * @class Foo */ function Foo() { this.message = 'foo'; } Foo.prototype.echo = function() { console.log(this.message); }; In ...
This repository contains a Javascript library to visualize the 1st Brillouin zone (BZ) of crystal structures. The primary input to the Javascript widget is a json file generated from a crystal ...