# REGL Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/regl
> Markdown URL: https://aitinkerers.org/technologies/regl.md
> Technology record last updated: 2026-02-26T01:44:07Z
> Generated: 2026-09-20T12:30:43Z

A functional, declarative wrapper that replaces the WebGL state machine with predictable, stateless draw commands.

REGL simplifies WebGL by treating GPU operations as pure functions. It eliminates the standard state machine headache: you define shaders, uniforms, and attributes in a single configuration object. This functional approach prevents side-effect bugs and cuts boilerplate significantly (often by 70% or more). It is the go-to tool for high-performance visualizations and custom engines where direct pipeline control is required. By mapping JavaScript props to GPU state, REGL makes complex techniques (like instanced rendering or multi-pass effects) modular and easy to debug.

- Official technology site: https://regl.party/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [MOFUX: vibe coding scientific data visualization](https://atlanta.aitinkerers.org/talks/rsvp_vRwTk9Be8_I)

This project is an interactive visual interface into a dataset of 220k experimental and generated Metal-Organic Frameworks (MOFs). The aim of the project is to give the materials science community an intuitive way to explore this open-source dataset.

- Event context: AI Tinkerers Atlanta: Code-First Demos &amp; Technical Deep Dives | January 27, 2026 — 2026-01-27 — Atlanta
- Public talk page: https://atlanta.aitinkerers.org/talks/rsvp_vRwTk9Be8_I

## Related Technologies

- [D3](https://aitinkerers.org/technologies/d3) ([Markdown](https://aitinkerers.org/technologies/d3.md)) — 6 public demos
- [NGLViewer](https://aitinkerers.org/technologies/nglviewer) ([Markdown](https://aitinkerers.org/technologies/nglviewer.md)) — 1 public demo
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
- [UMAP](https://aitinkerers.org/technologies/umap) ([Markdown](https://aitinkerers.org/technologies/umap.md)) — 5 public demos
