Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/clap-meter
A meter that goes up based on the number of claps from players applauding in the scene.
https://github.com/decentraland-scenes/clap-meter
decentraland
Last synced: about 1 month ago
JSON representation
A meter that goes up based on the number of claps from players applauding in the scene.
- Host: GitHub
- URL: https://github.com/decentraland-scenes/clap-meter
- Owner: decentraland-scenes
- Created: 2021-06-18T14:50:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T22:31:51.000Z (over 3 years ago)
- Last Synced: 2024-08-05T15:04:59.384Z (5 months ago)
- Topics: decentraland
- Language: TypeScript
- Homepage: https://clap-meter.vercel.app
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Repository - Clap Meter - meter.gif" width="200"> | A meter that goes up based on the number of claps from players applauding in the scene. | (Examples / Multiplayer and APIs)
README
# Clap Meter
_demo of clap-meter scene running in preview._![demo](https://github.com/decentraland-scenes/clap-meter/blob/main/screenshots/clap-meter.gif)
## Description
A meter that goes up based on the number of claps from players applauding in the scene. To view the scene, please visit [here](https://clap-meter.vercel.app/).## Instructions
The scene checks whether you're in first person or third person view - for the best experience, you should switch to the third person view by pressing the V key. To move the needle on the meter just clap by pressing the number 5 key - keep pressing 5 to push it further to the right. Once you stop clapping, the needle will also stop moving and will even start moving towards the left again after a short cooldown period.## Try it out
**Install the CLI**
Download and install the Decentraland CLI by running the following command:
```
$ npm i -g decentraland
```**Previewing the scene**
Download this example and navigate to its directory, then run:
```
$ dcl start
```