regl-gpu-lines

Pure GPU, instanced, screen-projected lines for regl

MIT License

Downloads
289
Stars
176
Committers
2
regl-gpu-lines - v0.0.8

Published by rreusser almost 3 years ago

Bugfixes

  • Fix an issue with using nan or w=0 to split lines into multiple segments
regl-gpu-lines - v0.0.7

Published by rreusser almost 3 years ago

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.