From 7717cbe88b18895042b6e6b3fd11c69c268e45cd Mon Sep 17 00:00:00 2001 From: frankieali Date: Sun, 13 Mar 2022 00:36:36 -0500 Subject: [PATCH] add screenshot to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7412a9..0ffcaf4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Dice-Box -High performance 3D dice roller made with [BabylonJS](https://www.babylonjs.com/), [AmmoJS](https://github.com/kripken/ammo.js/) and implemented with [web workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) and [offscreenCanvas](https://doc.babylonjs.com/divingDeeper/scene/offscreenCanvas). +High performance 3D dice roller module made with [BabylonJS](https://www.babylonjs.com/), [AmmoJS](https://github.com/kripken/ammo.js/) and implemented with [web workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) and [offscreenCanvas](https://doc.babylonjs.com/divingDeeper/scene/offscreenCanvas). Designed to be easy to integrate into your own JavaScript app. + +[Demo Screenshot](https://github.com/3d-dice/dice-box/blob/main/dice-screenshot.jpg) ## Demo New demo for version 0.5!