Skip to content

Commit

Permalink
add section about web gpu experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp authored Nov 22, 2023
1 parent 177127c commit 5b23a99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ See the `.env` files for broker configuration.

Currently, the broker listed there is a [public Mosquitto MQTT broker](https://test.mosquitto.org/) provided by Eclipse
for testing (supports MQTT over secure web sockets).

## New: web graphics & physics experiment
A first attempt at re-creating the google gravity effect, done with WebGPU, Pixi.js & Matter.js.

[See source](https://github.com/linomp/svelte-qr-mqtt/blob/main/src/components/CanvasTest.svelte) | [Try demo](https://linomp.github.io/svelte-qr-mqtt/#/canvas-test)

**Credits**: [@lmeullibre](https://github.com/lmeullibre)

0 comments on commit 5b23a99

Please sign in to comment.