From b7d4f3ffc44907381e62acaf0dae960f6c18198c Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 9 Jun 2022 20:07:18 -0400 Subject: [PATCH] Update README.md Update for version 1.0.5 bugfixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dac93cc..bcd5217 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. -**Version 1.0.2 just released!** +**Version 1.0.5 just released!** ![Demo Screenshot](https://github.com/3d-dice/dice-box/blob/main/dice-screenshot.jpg) @@ -12,11 +12,11 @@ The docs site is available at [fantasticdice.games](https://fantasticdice.games) ## Demo -New demos for version 1.0.2!
+New demos for version 1.0.5!
Try out the kitchen sink demo at https://d3rivgcgaqw1jo.cloudfront.net/index.html
-See the kitchen sink code demo here: https://codesandbox.io/s/3d-dice-demo-v1-0-2-sm4ien
-Here's a simple React Demo for rolling attributes (using 3d6): https://codesandbox.io/s/react-roller-attributes-v1-0-2-65uqhv
-Here's a React Demo with support for advanced dice notation: https://codesandbox.io/s/react-roller-advanced-notation-v1-0-2-rz0nmr +See the kitchen sink code demo here: https://codesandbox.io/s/3d-dice-demo-v1-0-5-sm4ien
+Here's a simple React Demo for rolling attributes (using 3d6): https://codesandbox.io/s/react-roller-attributes-v1-0-5-65uqhv
+Here's a React Demo with support for advanced dice notation: https://codesandbox.io/s/react-roller-advanced-notation-v1-0-5-rz0nmr Note: Some demos includes other `@3d-dice` modules such as [dice-roller-parser](https://github.com/3d-dice/dice-roller-parser), [dice-ui](https://github.com/3d-dice/dice-ui), and [dice-parser-interface](https://github.com/3d-dice/dice-parser-interface). Advanced dice notation, such as `4d6dl1` or `4d6!r<2`, is supported with these modules @@ -194,4 +194,4 @@ If you're looking for a 3D dice roller that works with [three.js](https://threej My favorite theme for this project has been the Dice of Rolling theme based on the real [Dice of Rolling](https://diceofrolling.com/#dice). Great product and I really enjoy using them in real life. ### Owlbear Rodeo -Another great platform if all you need is an interactive virtual map and dice. [Owlbear Rodeo](https://www.owlbear.rodeo/) has created really amazing tools that work well for any platform. Bring your own character sheets. \ No newline at end of file +Another great platform if all you need is an interactive virtual map and dice. [Owlbear Rodeo](https://www.owlbear.rodeo/) has created really amazing tools that work well for any platform. Bring your own character sheets.