ubilabs / kd-tree-javascript

JavaScript k-d Tree Implementation
MIT License
643 stars 109 forks source link

Publish to NPM #15

Closed jinder closed 7 years ago

jinder commented 7 years ago

Is it possible to publish this library to NPM?

patricknelson commented 7 years ago

Hmm, looks like someone has already done that here: https://www.npmjs.com/package/kd-tree-javascript

However, it's not referencing this repository (since it didn't have package.json). Is there a way to change the package to point to this repository? Anyway: To help simplify the process, I took the initiative to create a PR for @aemkei so he can easily merge it when ready here: #17

aemkei commented 7 years ago

@greenSnot: Is it possible to change that back since this repo is now up to date?

greenSnot commented 7 years ago

@aemkei done!

aemkei commented 7 years ago

@greenSnot Thanks!

But can you do it one more time? I forgot to update the package.json. See https://github.com/ubilabs/kd-tree-javascript/commit/165adc0b87968df14edb0f6418bb6565ba18aeb0

greenSnot commented 7 years ago

@aemkei Done and what's your npm account? I would like to transfer its ownership to you.

aemkei commented 7 years ago

Thanks! It is "aemkei", see https://www.npmjs.com/~aemkei

patricknelson commented 7 years ago

🎉

patricknelson commented 7 years ago

p.s. Thanks @aemkei for this awesome implementation. I'm searching point clouds in excess of 50k points at blazing speeds.