rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
234 stars 43 forks source link

Breaking Juno #85

Closed bjack205 closed 5 years ago

bjack205 commented 5 years ago

When installing this in Juno, I get a compatibility problem for WebIO with Atom 0.7.12. If I downgrade to Atom 0.7.10 and then install MeshCat I loose auto-completion support in Atom/Juno, which is really frustrating, especially since I can't use unicode anymore.

rdeits commented 5 years ago

Ah, interesting. I had to add a version cap on MeshCat's compatibility with WebIO, but I think that newer versions of WebIO should be working again. I'll try the latest WebIO and see if it works--if it does, then this should be compatible with Juno and Atom again.

rdeits commented 5 years ago

I believe this should be fixed in the master branch of MeshCat. I'll tag a new release shortly, and that should fix the compatibility with WebIO and Atom. Until that release comes out, you should be able to do:

pkg> add MeshCat#master

to get the latest version of MeshCat with WebIO 0.7 compatibility.

bjack205 commented 5 years ago

Awesome, that fixed it! Thanks!