Skip to content

Releases: rdeits/MeshCat.jl

v0.8.0

14 Oct 07:19
v0.8.0
a038dc2
Compare
Choose a tag to compare

v0.8.0 (2019-10-12)

Diff since v0.7.0

Closed issues:

  • Badly degraded performance with latest WebIO (#118)
  • Compatibility with WebIO 0.6 (#71)

Merged pull requests:

v0.7.0

08 Jul 10:47
v0.7.0
Compare
Choose a tag to compare

v0.7.0 (2019-07-01)

Diff since v0.6.0

Closed issues:

  • ArrowVisualizer's settransform! fails for very short (but nonzero) arrows (#105)
  • IJuliaCell seems to be broken (#94)

Merged pull requests:

  • Fix visualization of arrows with zero shaft length. (#107) (tkoolen)
  • Update meshcat to get better .DAE handling (#104) (rdeits)
  • Adds linewidth param to GenericMaterial. (#103) (ferrolho)
  • Avoid some dict lookups and a few allocations (#101) (rdeits)
  • Set default value for iframe style dict. (#100) (travigd)
  • Add hide! utility function. (#98) (tkoolen)
  • Add ArrowVisualizer (#97) (tkoolen)
  • Update Mux to be compatible with HTTP 0.8. (#96) (tkoolen)
  • Support generic MeshFileGeometry for mesh types we can't easily load (#92) (rdeits)

Fix Cylinder handling and add more line types

15 Feb 04:15
Compare
Choose a tag to compare

Breaking Changes

  • Fixes our usage of GeometryTypes.Cylinder: #81

New Features

  • More line types: #90
  • More options for open(): #89 #84
  • Compatibility with WebIO 0.7 (which is actually the same as WebIO 0.4.2): #88

New Cone geometry type, and some bug fixes

11 Dec 13:18
d267509
Compare
Choose a tag to compare

Drop Julia 0.6 and more

19 Nov 22:58
43bc0cb
Compare
Choose a tag to compare

Support Julia v0.6, v0.7, and v1.0

23 Aug 21:56
bef0414
Compare
Choose a tag to compare
Merge pull request #55 from rdeits/rd/0.7-support

Support Julia 0.7

Update meshcat JS to fix issue with loading OBJ files

20 Jul 22:23
2aaa756
Compare
Choose a tag to compare

Use AssetRegistry.jl to make javascript code loading more robust

10 Jul 17:34
4048013
Compare
Choose a tag to compare
Merge pull request #47 from rdeits/asset-registry

switch to AssetRegistry

Work around inference issue

11 Jun 22:56
27c5a76
Compare
Choose a tag to compare

Animations, setting properties, recording videos, and general updates

08 Jun 19:22
1f4431d
Compare
Choose a tag to compare
  • Added animation support with setanimation!(). See animation-demo.ipynb for details
  • Added support for setting object properties with setprop!. See animation-demo.ipynb for examples
  • Removed git submodule for future Pkg3 compatibility
  • Upgraded meshcat javascript library:
    • Support moving and modifying the camera (see animation-demo.ipynb)
    • Better default lighting conditions (thanks @gizatt)
    • Support recording animations to video