/rollDice

WebGL webapp where you can roll 4 dice (d6s)

Primary LanguageJavaScript

Roll Dice

This project was completed with the goal of learning ThreeJS and incorporating external 3D models and textures, and applying physics to those models within the web browser.

Screenshots

Roll Dice

Setup

Download Node.js. Run these commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Then click on the button to roll some dice!