Skip to content

Commit 96329cb

Browse files
committed
update README
1 parent a28393d commit 96329cb

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
This is a showcase for `ShaderControl`, a control that provides a [shadertoy](https://www.shadertoy.com/)-like workflow for playing with and displaying shader effects in UX markup.
44

5-
![Demo](https://github.com/yupferris/fuse-shader-playground/blob/master/demo.gif)
5+
![Demo](https://github.com/fuse-apps/fuse-shader-playground/blob/master/demo.gif)
6+
7+
## Usage
8+
9+
> This project can be opened in [fuse X](https://fuse-x.com), or follow the instructions to build from command-line.
10+
11+
First, install dependencies (Fuse SDK) via NPM.
12+
13+
```shell
14+
npm install
15+
```
16+
17+
Then, run one of the following commands to run the app on your desired platform(s).
18+
19+
```shell
20+
npm run android
21+
npm run ios
22+
npm run dotnet
23+
npm run native
24+
```
625

726
## How it Works
827

0 commit comments

Comments
 (0)