[go: up one dir, main page]

Skip to content

victorBrylystyi/smartDices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scene state controll

Application controlling the state of the scene by example simulation of dice rolls on a glass floor. The application uses such technologies:

Functions

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

Demo

Usage

From root project install modules:

npm install

To run dev server use:

npm run startDemo

Docs