File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ NES Emulator written in Rust
10
10
| - | - |
11
11
| ![ 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 ) |
12
12
13
- | Mario Bros. | - |
13
+ | Mario Bros. | Hello, World! |
14
14
| - | - |
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 ) |
16
16
17
17
---
18
18
@@ -23,7 +23,9 @@ rustc 1.37.0 required
23
23
24
24
### Desktop Application
25
25
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 )
27
29
28
30
``` shell
29
31
$ cd desktop
@@ -36,12 +38,16 @@ $ cargo run --release
36
38
$ docker-compose run build-desktop-release
37
39
```
38
40
41
+ ---
42
+
39
43
### WebAssembly Application
40
44
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 )
42
46
43
47
[ Playgound: rust-nes-emulator.netlify.com] ( https://rust-nes-emulator.netlify.com/ )
44
48
49
+ #### Build locally
50
+
45
51
``` shell
46
52
$ cd wasm
47
53
$ wasm-pack build --release
You can’t perform that action at this time.
0 commit comments