This is a web-based dice rolling app that uses React, Three and Cannon. Demo is available here.
# Install dependencies
$ npm install
# Run in dev
$ npm run dev
# Build for prod
$ npm run build
See scripts
in package.json
for additional commands.
Based on http://a.teall.info/dice/ by Anton Natarov.