Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```