Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Releases: JuliaGL/GLVisualize.jl

v0.7.0

23 Feb 09:39
da17de8
Compare
Choose a tag to compare
Merge pull request #247 from ChrisRackauckas/patch-1

Remove GLPlot.jl mentions?

v0.6.1

17 Aug 06:53
Compare
Choose a tag to compare
  • fixes for GLWindow changes
  • remove depwarns

Fullscreen support

01 Aug 13:48
Compare
Choose a tag to compare
  • Fixing unused normal bug
  • Full screen support

v0.5.1

27 Jul 23:55
Compare
Choose a tag to compare
  • transform normals correctly
  • light position is now in cam space

Julia 0.6 support

13 Jul 11:09
Compare
Choose a tag to compare
v0.5.0

Took the centering back in so it shows something. (#183)

last GLVisualize version working on 0.5

22 May 09:26
Compare
Choose a tag to compare
  • last version working on 0.5
  • better volumes
  • better tests for ci
  • more examples

Fix flipped Images

07 Feb 01:09
Compare
Choose a tag to compare
v0.2.2

make it backwards compatible

Changes for FixedPointNumbers + Images

06 Feb 18:51
Compare
Choose a tag to compare
  • Backward compatible changes for Images + FixedPointNumbers (not fully complete yet, but working)
  • better version constraints
  • small windows fix

v0.2.0

23 Jan 19:36
Compare
Choose a tag to compare

Fixes:

  • displays spatialorder of Images.Image correctly now
  • image display consistently works with Signals
  • shading vs no shading
  • intel gpu fixes
  • streamed video recording example
  • image streaming
  • fix layout for containers of Composables

Added:

  • play button, labeled slider

Removed

  • Julia 0.4 support