https://github.com/victorbrylystyi/smartdices
Drop dices simulation
https://github.com/victorbrylystyi/smartdices
css r3f react react-three-cannon react-three-fiber three-js threejs
Last synced: 2 months ago
JSON representation
Drop dices simulation
- Host: GitHub
- URL: https://github.com/victorbrylystyi/smartdices
- Owner: victorBrylystyi
- Created: 2021-08-26T09:50:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T11:39:04.000Z (about 3 years ago)
- Last Synced: 2025-07-31T02:16:09.994Z (11 months ago)
- Topics: css, r3f, react, react-three-cannon, react-three-fiber, three-js, threejs
- Language: JavaScript
- Homepage: https://drop-dices-simulator.netlify.app/
- Size: 45.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
Awesome Lists containing this project
README
smartDices
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