https://github.com/victorbrylystyi/dice
Dices with bloom effect (visual)
https://github.com/victorbrylystyi/dice
r3f react-three-cannon react-three-drei react-three-fiber react-three-postprocessing three-js threejs
Last synced: 10 months ago
JSON representation
Dices with bloom effect (visual)
- Host: GitHub
- URL: https://github.com/victorbrylystyi/dice
- Owner: victorBrylystyi
- Created: 2021-08-05T12:59:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T11:42:17.000Z (over 2 years ago)
- Last Synced: 2025-01-08T19:49:48.279Z (12 months ago)
- Topics: r3f, react-three-cannon, react-three-drei, react-three-fiber, react-three-postprocessing, three-js, threejs
- Language: JavaScript
- Homepage: https://dices-visual.netlify.app/
- Size: 26.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
Awesome Lists containing this project
README
readmeDice.md
Dice role simulator
Simulation of dice rolls on a glass floor and using bloom post-processing effect. The application is build on a React-three-fiber library.
Functions
Click on any die to roll;
R - reset dices position to initial;
C - change dices color;
I - toss all dices.
Demo
DEMO
Usage
From root project install modules:
npm install
To run dev server use:
npm run startDemo
Docs