fritx / vue-threejs

Vue bindings for Three.js
http://fritx.github.io/vue-threejs/
MIT License
788 stars 113 forks source link

Is npm version out of date? #6

Open tmontanaro opened 6 years ago

tmontanaro commented 6 years ago

Hi, we are looking at the Roadmap reported in the README file of this repository and it seems that the "mesh/geometry/material/texture/obj-mtl" basic component is already implemented. However, looking at the version present on npm https://www.npmjs.com/package/vue-threejs it seems that it is not. Which is the truth? XD

We tried to use meshs in our project but it seems not to work: maybe you forgot to upload the new version on npm repository?

Thank you in advance for your reply.

fritx commented 6 years ago

@tmontanaro glad to hear you having this module.

Yes it's been some time that I haven't published it to npm, 'since it was quite experimental !

It'd be fine that I would start to publish it, thanks xD!

fritx commented 6 years ago

The branch "dev" remained at 0.0.4, but the version never bumped since the experimental branch "feat/mesh".

Would try to merge and bump for it.