For questions about regl the library and its usage
From the earlier regl front page (now see https://regl-project.github.io/regl/):
regl is a functional abstraction for WebGL.
Using regl is easier than writing raw WebGL code because you don't need to manage state or binding. It's also lighter and faster and has less overhead than many existing 3d frameworks. And it has a functional data-driven style inspired by react.