From 726e0208bb7da65c25b256756a8b3c1a434f5ef1 Mon Sep 17 00:00:00 2001 From: John Ku Date: Mon, 27 Nov 2023 09:37:40 -0800 Subject: [PATCH] add lygia shader library (#176) * Add Lygia Shader Library * update lygia text --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fadccc0..73f1fd6 100644 --- a/readme.md +++ b/readme.md @@ -134,6 +134,7 @@ Creative coding is a different discipline than programming systems. The goal is - [Phaser](https://phaser.io/) [Cross-platform] - HTML5 framework for building games, uses both a Canvas and WebGL renderer. - [Canvas-sketch](https://github.com/mattdesl/canvas-sketch) [Cross-platform] - HTML5 framework for making generative artwork in JavaScript and the browser. - [AsyncGraphics](https://github.com/heestand-xyz/AsyncGraphics) [iOS, macOS] - Open source, live graphics, async / await, Swift package, powered by Metal. +- [Lygia](https://github.com/patriciogonzalezvivo/lygia) [Cross-platform] - Granular and multi-language (GLSL, HLSL, WGSL, MSL and CUDA) shader library designed for performance and flexibility ### Visual Programming Languages