Closed hainm closed 6 years ago
what about the current version?
same thing
commit aa8d8e5c7f9f41a35cd710c464a61b16c3de71c5
Author: arose <alexander.rose@weirdbyte.de>
Date: Thu Aug 18 20:03:53 2016 -0700
limit travis to current major node version
have you updated the build?
tricky question. no, I haved not because you always did that. :D
Please build it. I recently made some changes on how to do that, see https://github.com/arose/ngl/blob/master/DEVELOPMENT.md
The necessary dependencies can be installed with npm install
is there any way to install all the packages in a single command? I keep getting missing some.
for example, getting
Cannot find module 'rollup-plugin-istanbul'
did you do npm install
?
I tried
npm run-script build
saw missing rollup, so keep going
npm install rollup -g
and so on. :D
inside the ngl repository directory do npm install
then npm run-script build
thanks. I clearly that I misunderstood the doc.
btw, I updated ngl.js but still getting small molecule.
build/ngl.js (npm run-script build) or dist/ngl.js (npm run-script build-min)?
The min version from
npm run-script build-min
still an issue?
I am not sure if I got the cache issue, but still see the small molecule.
I confirm that the issue is not solved yet.
I think this is just how it currently works. The zoom is such that however you rotate the structure it won't get clip at the edges (there are some edge cases where this still happens).
Initial view
Rotated, alomost touching the edges
A new feature could be a zoom that is optimized for the current orientation.
I am using ngl dev just pulled one or two days ago.