Skip to content

Releases: visgl/luma.gl

v9.0.14

10 May 21:03
Compare
Choose a tag to compare
  • fix(webgl): reset buffer binding in WEBGLVertexArray.setBuffer (#2075)

v9.0.13

10 May 20:32
Compare
Choose a tag to compare
  • fix(webgl): reset buffer binding in WEBGLVertexArray.setBuffer (#2075)

v6.1.1

05 Oct 17:39
Compare
Choose a tag to compare

6.1.1 - October 5

  • Apply attribute-0 WA to mobile browsers (#746)
  • fix luma.gl bad links

v6.1.0

25 Sep 18:24
Compare
Choose a tag to compare
6.1.0

v6.0.1

08 Aug 02:40
Compare
Choose a tag to compare
  • v6.0 Mark gl import as "server only" using package.json "browser" field (#626)
  • More comprehensive metrics collection (#628)

v5.2.0

24 Apr 19:22
Compare
Choose a tag to compare

Version 5.2

Date: May 24, 2018

Transform class (New, WebGL2) (Experimental)

The new experimental Transform class provides an easy-to-use interface to perform Transform Feedback operations.

Framebuffer Class

Pixel Readback to GPU Buffers (WebGL2) - A new method Framebuffer.readPixelsToBuffer is added to asynchronously read pixel data into a Buffer object. This allows applications to reduce the CPU-GPU sync time by postponing transfer of data or to completely avoid GPU-CPU sync by using the pixel data in the GPU Buffer object directly as data source for another GPU draw or transform feedback operation.

Bundle Size Reduction

The impact of importing luma.gl on production application bundle sizes has been reduced, in particular when using webpack 4 with appropriate configuration. A new article about bundling and tree shaking has been added to the Developer Guide, providing in-depth information and guidance on what numbers to expect.

Running luma.gl in Node.js

Running of luma.gl under Node.js is now easier than ever. luma.gl v5.2 automatically loads headless-gl if installed on the system, avoiding the need for the app to import special files or add other conditional logic. See Using with Node and the Upgrade Guide.

Debug Mode Changes

To further reduce production application bundle sizes, luma.gl no longer support WebGL debug contexts by default, as this requires including the Khronos WebGLDeveloperTools into the bundle. WebGL debug contexts are still available, but needs to be explicitly enabled. To understand how to use WebGL debug contexts in v5.2, please refer to the article on Debugging and the Upgrade Guide.

Examples

All examples have been updated to use webpack 4

v5.2.0-beta.2

16 Apr 23:24
Compare
Choose a tag to compare
v5.2.0-beta.2 Pre-release
Pre-release
  • Updates version of math.gl and probe.gl
  • Fix browser test of Framebuffer.blit (#497)

v5.2.0-beta.1

11 Apr 18:50
Compare
Choose a tag to compare
v5.2.0-beta.1 Pre-release
Pre-release

5.2.0-beta.1 April 11

  • fix markdown file for webgl-lessons
  • fix examples and controls
  • fix webpack file for example 14 and 15
  • fix a typo in README (#489)
  • Delete duplicate file (#486)

v5.1.6

03 Apr 18:50
Compare
Choose a tag to compare
  • Electron support fixes (#482)

v5.1.5

28 Mar 18:37
Compare
Choose a tag to compare
  • Collect metrics (#465)
  • Do not delete cached Program objects (#467) (#469)