rreusser / regl-gpu-lines

Pure GPU, instanced, screen-projected lines for regl
https://rreusser.github.io/regl-gpu-lines/
MIT License
172 stars 6 forks source link

Use vertex array objects #6

Open rreusser opened 2 years ago

rreusser commented 2 years ago

They're available. Need to figure out the details. https://github.com/regl-project/regl/blob/master/API.md#vertex-array-objects

rreusser commented 2 years ago

Addressed in 2.2.1. My implementation could use some streamlining, and it seems like regl has a bug with VAO emulation, filed here: https://github.com/regl-project/regl/issues/633