Skip to content

Releases: rreusser/regl-gpu-lines

v0.0.8

03 Nov 15:19
Compare
Choose a tag to compare

Bugfixes

  • Fix an issue with using nan or w=0 to split lines into multiple segments

v0.0.7

03 Nov 13:32
Compare
Choose a tag to compare

Beginning a changelog as the module is starting to stabilize. 🎉

Features

  • It's proving extremely common to implement a regl wrapper with customization that falls outside the scope of this module. This release adds the ability to merge that config with the arguments to this module. It now uses the vert, frag, and debug options and forwards all other configuration to a regl wrapper, invoked on each draw.