/ngelectron

Standalone NGL viewer using Electron

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

ngelectron: Standalone NGL viewer

Uses Electron to convert the NGL viewer to a standalone application.

Based on the great NGL molecular viewer.

Install

git clone https://github.com/stefdoerr/ngelectron
cd ngelectron
npm install grpc --runtime=electron --target=1.8.4
npm install
pip install grpcio-tools
bash compile_proto.sh
npm start

Release

npm install electron-packager -g
electron-packager . --all --asar