From ab680dc48544c294259ac3fed48a7f67fb912464 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 22 Jan 2023 12:03:11 -0500 Subject: [PATCH 1/3] Update README.md Add static CDN demo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcd5217..6f74621 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ High performance 3D dice roller module made with [BabylonJS](https://www.babylon The docs site is available at [fantasticdice.games](https://fantasticdice.games) ## Demo - -New demos for version 1.0.5!
+__New demo for version 1.0.8!__
+Use this module as an ES6 module from [UNPKG CDN](https://unpkg.com/browse/@3d-dice/dice-box@1.0.8/)
+No need to use npm install or serve these files yourself. [Static CDN Demo](https://codesandbox.io/s/dice-es6-module-cdn-forked-r646nk?file=/src/index.js)

+__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-5-sm4ien
Here's a simple React Demo for rolling attributes (using 3d6): https://codesandbox.io/s/react-roller-attributes-v1-0-5-65uqhv
From fab4e1cbd9faaae2a6260feadd065fdb108eec45 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 22 Jan 2023 12:03:43 -0500 Subject: [PATCH 2/3] Update README.md bump version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f74621..9d631c5 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.5 just released!** +**Version 1.0.8 just released!** ![Demo Screenshot](https://github.com/3d-dice/dice-box/blob/main/dice-screenshot.jpg) From 4a328517b53b8f4ab90100fa8665cd4d40a8f9cf Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 22 Jan 2023 12:12:43 -0500 Subject: [PATCH 3/3] Update README.md Update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d631c5..54d7690 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The docs site is available at [fantasticdice.games](https://fantasticdice.games) ## Demo __New demo for version 1.0.8!__
Use this module as an ES6 module from [UNPKG CDN](https://unpkg.com/browse/@3d-dice/dice-box@1.0.8/)
-No need to use npm install or serve these files yourself. [Static CDN Demo](https://codesandbox.io/s/dice-es6-module-cdn-forked-r646nk?file=/src/index.js)

+No need to use npm install or serve these files yourself. [Static CDN Demo](https://codesandbox.io/s/dice-es6-module-cdn-lhbs99?file=/src/index.js)

__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-5-sm4ien