Application controlling the state of the scene by example simulation of dice rolls on a glass floor. The application uses such technologies:
The following functions are implemented using the buttons on the side panel:
- Add dice
- Clear scene and history
- Undo scene
- Redo scene
- Drop dices
- Change color current dice (click on dice icon)
- Remove dice from scene
From root project install modules:
npm install
To run dev server use:
npm run startDemo