Skip to content

Commit

Permalink
Fix readmes (#67)
Browse files Browse the repository at this point in the history
* remove unused imports

* change model to glb w colliders

* update pointerdown syntax

* lint

* remove CLI installation step

* fix run instructions

---------

Signed-off-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
nearnshaw authored Jun 16, 2023
1 parent 0464bd0 commit e393a95
Show file tree
Hide file tree
Showing 44 changed files with 310 additions and 626 deletions.
21 changes: 7 additions & 14 deletions BasicInteractions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Block-dog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Cube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
14 changes: 8 additions & 6 deletions Dance-floor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dance floor (SDK7 Version)

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
A scene with animations, sound, and tiles on the floor that randomly change color to the beat.

Expand All @@ -13,7 +13,7 @@ This scene shows you:
- How to play animations from a 3D model
- How to change the materials on a primitive shape
- How to handle synchronized changes of several entities through a system
- How to create custom components
- How to create custom components
- How to use group of entities that have a specific component

## Try it out
Expand All @@ -25,14 +25,16 @@ Download and install the Decentraland CLI by running the following command insid
```bash
npm install @dcl/sdk@next
```

**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

Expand Down
21 changes: 7 additions & 14 deletions Gnark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Hummingbirds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Hypno-wheels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Jukebox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Laser-ray-Casting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
21 changes: 7 additions & 14 deletions Puffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This scene has no description yet.

> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
> Please visit the [SDK7 scene template](https://github.com/decentraland/sdk7-scene-template) for a SDK7 summary.
## Try it out

**Install the CLI**
Download and install the Decentraland CLI by running the following command:

```
$ npm i -g decentraland
```


**Previewing the scene**

1) Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
1. Download this full repository from [sdk7-goerli-plaza](https://github.com/decentraland/sdk7-goerli-plaza/tree/main), including this and several other example scenes on SDK7.

2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)

2) Open a Visual Stuido Code window on the scene's root folder.
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.

3) Open the Decentraland Editor tab, and press **Run Project**
4. Open the Decentraland Editor tab, and press **Run Scene**

Alternatively, you can use the command line. Inside this scene root directory run:

```
npm run start
```
```
Binary file removed Puffer/models/google poly.bin
Binary file not shown.
Binary file added Puffer/models/puffer.glb
Binary file not shown.
Loading

0 comments on commit e393a95

Please sign in to comment.