From 92b283c66b875a04f620bb449b0f27bdbeca5bdc Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Mon, 14 Aug 2023 20:12:24 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8444422..801c8e0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Boids playground -[](./screenshot.png) +![Screenshot](https://git.rpuzonas.com/rpuzonas/boids-playground/src/branch/main/screenshot.png) A project for playing around with boid simulation paramaters live. This project ain't perfect, there are still lots of TODO's. But I am content with leaving in this kind of state, it performs pretty well and can compile to WASM. WEB version: https://rpuzonas.com/boid-playground + Desktop version: https://git.rpuzonas.com/rpuzonas/boids-playground/releases ## Getting Started