From 078f52e6e23546bee50b0938fc6250dee0e87a93 Mon Sep 17 00:00:00 2001 From: funnyscar <43627632+curtisjhu@users.noreply.github.com> Date: Fri, 16 May 2025 01:55:15 -0700 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f66faaf..15926f9 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,25 @@ ## Official resources -* [GitHub Repository](https://github.com/mikolalysenko/regl) -* [API documentation](https://github.com/mikolalysenko/regl) +* [GitHub Repository](https://github.com/regl-project/regl) +* [API documentation](https://github.com/regl-project/regl/blob/main/API.md) -## Community +## Join a Community! * [Gitter](https://gitter.im/mikolalysenko/regl) +* [Shadertoy Shader Examples](https://shadertoy.com) +* [Inigo Quilez](https://x.com/iquilezles) +* [Matt Henderson](https://x.com/matthen2) ## Examples -* [Official example gallery](https://mikolalysenko.github.io/regl/www/gallery.html) +* [Official example gallery](https://regl-project.github.io/regl/www/gallery.html) * [Freeman's regl examples](https://github.com/freeman-lab/regl-examples) +* [Shadertoy Shader Examples](https://shadertoy.com) +* [Reusser regl examples](https://rreusser.github.io/sketches/) +* [Regl Math Art Sketches](https://funnyscar.com/sketches) -## Tools +## Libraries * [headless-gl](https://github.com/stackgl/headless-gl) Run regl in node without spawning a window * [glslify](https://github.com/stackgl/glslify) Shader module loader @@ -43,11 +49,14 @@ * [glsl-gaussian](https://github.com/realazthat/glsl-gaussian) * [glsl-zoom](https://github.com/realazthat/glsl-zoom) -## Resources +## Education -* [From nothing to something in webgl with regl](http://rreusser.github.io/from-nothing-to-something-in-webgl-with-regl/) +* [From nothing to something in webgl with regl](http://rreusser.github.io/from-nothing-to-something-in-webgl-with-regl) * [loading and displaying a 3D mesh with regl](https://kitties.neocities.org/meshtutorial.html) * [Beautifully animate points with webgl and regl](https://peterbeshai.com/beautifully-animate-points-with-webgl-and-regl.html) +* [The Book of Shaders](https://thebookofshaders.com) +* [Inigo Quilez's Blog Posts](https://iquilezles.org/articles/) +* [Reusser's Blog Posts](https://observablehq.com/@rreusser) ## Projects using regl @@ -57,6 +66,7 @@ * [GPGPU Fourier Analysis](https://github.com/dfcreative/gl-fourier) * [GPU accelerated handwritten digit recognition with regl using Convolutional Neural Networks](https://github.com/Erkaman/regl-cnn) + ### License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)