Skip to content

Releases: rdeits/MeshCat.jl

v0.13.0

27 Nov 06:10
1203fb7
Compare
Choose a tag to compare

MeshCat v0.13.0

Diff since v0.12.0

Closed issues:

  • I got MeshCat working with 1.5.2. Any interest in that? (#184)

Merged pull requests:

  • Support vertexColors for meshes via GeometryBasics.meta (#183) (@rdeits)
  • Update dependencies (#187) (@rdeits)

v0.12.0

23 Sep 03:09
59e4d2c
Compare
Choose a tag to compare

MeshCat v0.12.0

Diff since v0.11.3

Closed issues:

  • RotMatrix from Rotations.jl is not being brought into scope (#168)
  • Precompilation error: UnitQuaternion not defined (#172)
  • How to toggle the background? (#173)
  • Can this package connect to public IP? (#174)
  • Support of GeometryBasics.Mesh (#181)

Merged pull requests:

  • Switch to GeometryBasics (#166) (@rdeits)
  • Correctly pass through core.host to the server (#175) (@rdeits)
  • Update meshcat js to suppport controlling the background (#176) (@rdeits)
  • CompatHelper: bump compat for "FFMPEG" to "0.4" (#178) (@github-actions[bot])
  • Restore start_browser kwarg from v0.9 (#180) (@Affie)

v0.11.3

02 Sep 04:09
Compare
Choose a tag to compare

MeshCat v0.11.3

Diff since v0.11.2

Closed issues:

  • Animation not executed (#149)
  • Problem with demo notebook (#167)

Merged pull requests:

  • Brings RotMatrix from Rotations.jl into scope (#169) (@ferrolho)

v0.11.2

31 May 04:05
176f611
Compare
Choose a tag to compare

MeshCat v0.11.2

Diff since v0.11.1

Closed issues:

  • Visualizing mesh edges and vertices (#152)
  • Overloading CPU on version 0.10 (#157)

Merged pull requests:

  • Handle the wireframe and wireframeLinewidth properties (#163) (@rdeits)
  • add API documentation (#164) (@rdeits)

v0.11.1

24 May 19:05
Compare
Choose a tag to compare

MeshCat v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Use wait() rather than the js hack to check if the window is ready (#160) (@rdeits)
  • Fix animation of object visibility (#161) (@rdeits)
  • Update js assets (#162) (@rdeits)

v0.11.0

21 May 02:03
c4cfeb8
Compare
Choose a tag to compare

MeshCat v0.11.0

Diff since v0.10.0

Merged pull requests:

  • CompatHelper: bump compat for "Cassette" to "0.3" (#144) (@github-actions[bot])
  • Re-enable static HTML visualizer rendering (#145) (@rdeits)
  • CompatHelper: bump compat for "GeometryTypes" to "0.8" (#147) (@github-actions[bot])
  • CompatHelper: bump compat for "Colors" to "0.12" (#148) (@github-actions[bot])
  • Mark compatibility with FFMPEG 0.3 (#150) (@rdeits)
  • Restrict MeshIO and Meshing compatibility (#155) (@rdeits)
  • CompatHelper: bump compat for "Rotations" to "1.0" (#156) (@github-actions[bot])
  • Use new Rotations interface (#158) (@bjack205)

v0.10.0

18 Feb 03:04
Compare
Choose a tag to compare

MeshCat v0.10.0

Diff since v0.9.1

Closed issues:

  • Might be nice to have a global viewer handle for debugging (#33)
  • SetProperty commands don't update the internal tree (#35)
  • More synchronous operations (#60)
  • with_logger(NullLogger()) breaks MeshCat (#68)
  • Meshcat works in jupyter notebook but does not in jupyterlab (#83)
  • Closing visualizer tab results in websocket connection error (#108)

Merged pull requests:

  • Install TagBot as a GitHub Action (#140) (@JuliaTagBot)
  • Remove WebIO and build directly on Mux.jl and HTTP.jl (#141) (@rdeits)
  • setprop! calls now persist across new connections (#142) (@rdeits)
  • Remove some deprecated functions (#143) (@rdeits)

v0.9.1

12 Jan 18:45
v0.9.1
Compare
Choose a tag to compare

v0.9.0

08 Jan 03:21
v0.9.0
5d2c26f
Compare
Choose a tag to compare

v0.9.0 (2019-12-31)

Release notes:

  • Add missing kwargs propagation in arrow_visualizer.jl #130 (thanks, @ferrolho)
  • Update meshcat to meshcat-dev/meshcat@ae82a61.
  • Use FFMPEG.jl to provide ffmpeg binary (#131)
  • Add Blink.jl as a dependency to work around Pkg resolver issues (#135).

Diff since v0.8.0

Closed issues:

  • Orbit Controls - Panning (#132)
  • Use FFMPEG.jl to provide a more uniform ffmpeg experience (#121)
  • update threejs (#54)

Merged pull requests:

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: