From 9fa02d42d9cde3da80c7bf7cfb793a63ed316e01 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 18 Mar 2021 22:49:37 +0200 Subject: [PATCH] Update Demos.md --- docs/Demos.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Demos.md b/docs/Demos.md index 4fca168..a3d3856 100644 --- a/docs/Demos.md +++ b/docs/Demos.md @@ -1,7 +1,11 @@ # Wasm3 demos - **In-browser Wasm3 (with MetaWASI support) on Webassembly.sh** │ [try it](https://webassembly.sh/?run-command=wasm3) -- **Dino game on PyBadge/Arduino** | [video](https://twitter.com/vshymanskyy/status/1345048053041029121), [github](https://github.com/wasm3/wasm3-arduino/tree/master/examples/Wasm_PyBadge_Dino) +- **A set of Pygame + pywasm3 demos** | [github](https://github.com/wasm3/wasm3/tree/main/platforms/python/examples) +- **Dino game** + - on PyBadge/Arduino | [video](https://twitter.com/vshymanskyy/status/1345048053041029121), [github](https://github.com/wasm3/wasm3-arduino/tree/master/examples/Wasm_Dino_PyBadge) + - on Raspberry Pi Pico | [github](https://github.com/vshymanskyy/wasm3_dino_rpi_pico) + - on ESP32 TTGO TDisplay | [github](https://github.com/wasm3/wasm3-arduino/tree/main/examples/Wasm_Dino_ESP32_TDisplay) - **Basic WiFi/Gpio access, updating `wasm` file over-the-air** │ [video](https://twitter.com/alvaroviebrantz/status/1221618910803513344), [github](https://github.com/alvarowolfx/wasm-arduino-wifi) [ESP32 / Web] - **RGB lamp animation using WebAssembly** │ [video](https://twitter.com/wasm3_engine/status/1222835097289752576), [github](https://github.com/vshymanskyy/Wasm3_RGB_Lamp) [nRF51 / nRF52 / ESP8266 / ESP32] - **LCD display rendering with AssemblyScript** │ [video](https://twitter.com/h1romas4/status/1228581467850100736), [github](https://github.com/h1romas4/m5stack-wasm3-testing) [M5Stack / ESP32]