Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentraland-scenes/bird-field

A scene where birds fly up in the air based on their relative distance to the player.
https://github.com/decentraland-scenes/bird-field

Last synced: about 1 month ago
JSON representation

A scene where birds fly up in the air based on their relative distance to the player.

Awesome Lists containing this project

README

        

# Bird Field
_demo of the bird scaring scene running in preview._

![demo](https://github.com/decentraland-scenes/bird-field/blob/main/screenshots/bird.gif)

## Description
Bird field is a scene where a large number of animated objects react to the player's proximity. In this scene the birds hanging around the scene fly up based on how close the player gets to them. The proximity effect can easily be extended to other use cases /art installations.

## Instructions

**In the scene**

Run around and watch as the birds react to your proximity by flying up into the air. Use your mouse to look around and W A S D keys on your keyboard to move forward, left, backward and right respectively. To jump, press the Space key.

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