vue-threejs
vue-threejs copied to clipboard
Is vue-threejs still actively maintained.
This is potentially a very interesting project. Is the repo still maintained, and, if so, is there a roadmap for the future?
Thanks.
@shongololo oh yes, any PR would be welcome xD
If there is a roadmap, maybe the first thing is to implement the <Controls> from react-threejs.
Any thoughts? Thanks.
@shongololo hey, the roadmap is out, any suggestion??
is it still maintained?
same question here.
@makslevental @intijk were you guys having troubles?
Seems like we have something to do with the later versions of three.js: https://github.com/mrdoob/three.js/wiki/Migration-Guide
@intijk @makslevental @shongololo
Just published version 0.2.0-alpha.1 Had completely migrated to vue-cli-3 structure and released umd version along with commonjs version
Here's some simple online demos (in umd mode):
Three.js with physical effects writen in Vue https://codepen.io/fritx/project/editor/AoLRoy
Spaceship and ocean animated in Vue https://codepen.io/fritx/pen/KJMprm
Roadmap:
- [ ] ..?
- [ ] Documentation in Vuepress
- [ ] Test migrated to unit-jest
- [ ] "Study notes" of vue-cli-3 migration
- [x] Codepen demo in umd * 2
- [x] Umdjs + Commonjs releases
- [x] Architecture migrated to vue-cli-3
Any thoughts else?