regl

# declarative and stateless webgl

regl is a new 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.


check out the sections below to learn more!

api