Hey! I've rewritten my gopherjs bindings for three.js to use syscall/js package. Maybe this package could be rewritten to use these bindings. I'm not really sure how to go around including vecty into how three is rendered.
So far I have used syscalls to add dom elements manually to the page and attach the webrenderer, as seen in the examples directory at https://github.com/soypat/three. What special care should be taken?