Skip to content

Commit 792f266

Browse files
committed
README更新
1 parent 138ce33 commit 792f266

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ NES Emulator written in Rust
1010
| - | - |
1111
| ![mario-gif](https://user-images.githubusercontent.com/4300987/64512802-1bc8bd00-d322-11e9-8a70-26df62bb5ee1.gif) | ![donkey-gif](https://user-images.githubusercontent.com/4300987/64512801-1bc8bd00-d322-11e9-9e6c-0a149fb05c1b.gif) |
1212

13-
| Mario Bros. | - |
13+
| Mario Bros. | Hello, World! |
1414
| - | - |
15-
| ![mariobros-gif](https://user-images.githubusercontent.com/4300987/64917495-06dda500-d7cc-11e9-9037-f5f8bd7de061.gif) | - |
15+
| ![mariobros-gif](https://user-images.githubusercontent.com/4300987/64917495-06dda500-d7cc-11e9-9037-f5f8bd7de061.gif) | ![hello](https://raw.githubusercontent.com/kamiyaowl/rust-nes-emulator/master/screenshot/hello.bmp) |
1616

1717
---
1818

@@ -23,7 +23,9 @@ rustc 1.37.0 required
2323

2424
### Desktop Application
2525

26-
![desktop](https://raw.githubusercontent.com/kamiyaowl/rust-nes-emulator/master/screenshot/desktop.png)
26+
High Performance.
27+
28+
![desktop](https://github.com/kamiyaowl/rust-nes-emulator/blob/master/screenshot/desktop.PNG?raw=true)
2729

2830
```shell
2931
$ cd desktop
@@ -36,12 +38,16 @@ $ cargo run --release
3638
$ docker-compose run build-desktop-release
3739
```
3840

41+
---
42+
3943
### WebAssembly Application
4044

41-
![wasm](https://raw.githubusercontent.com/kamiyaowl/rust-nes-emulator/master/screenshot/wasm.png)
45+
![wasm](https://raw.githubusercontent.com/kamiyaowl/rust-nes-emulator/master/screenshot/wasm.PNG?raw=true)
4246

4347
[Playgound: rust-nes-emulator.netlify.com](https://rust-nes-emulator.netlify.com/)
4448

49+
#### Build locally
50+
4551
```shell
4652
$ cd wasm
4753
$ wasm-pack build --release

0 commit comments

Comments
 (0)