From 3acce2001ebac087586d7e4c28597b49af4527c3 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Mon, 15 Nov 2021 18:21:28 -0800 Subject: [PATCH] Update README.md to mention WebGPU --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 836f5e1..005dc2e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ --- ### about -This project is a WebGL implementation of the raining green code seen in _The Matrix Trilogy_. It's currently built on top of the functional WebGL wrapper, [REGL](http://regl.party); its previous Three.js version is maintained in a separate branch. +This project is a WebGL implementation of the raining green code seen in _The Matrix Trilogy_. It's built right on top of the upcoming graphics API [WebGPU](https://github.com/gpuweb/gpuweb), but falls back to the functional WebGL wrapper, [REGL](https://regl.party); its previous Three.js version is maintained in a separate branch. --- ### goals