@@ -35,7 +35,6 @@ Feel free to send PRs about your own projects!
35
35
- [ Learning Material Updates] ( #learning-material-updates )
36
36
- [ Tooling Updates] ( #tooling-updates )
37
37
- [ Library Updates] ( #library-updates )
38
- - [ Other News] ( #other-news )
39
38
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
40
39
- [ Meeting Minutes] ( #meeting-minutes )
41
40
- [ Discussions] ( #discussions )
@@ -98,6 +97,31 @@ You can have multiple non-overlapping views at the same time.
98
97
99
98
## Tooling Updates
100
99
100
+ ### [ Boytacean] [ boytacean ]
101
+
102
+ Boytacean ([ Github] [ boytacean ] , [ Working Emulator] [ boytacean-web ] )
103
+ by [ @joamag ] is a Game Boy emulator written in Rust
104
+ with both Native (using SDL) and Web (using WebAssembly) frontends that has been
105
+ created as a learning experiment to better understand both Rust capabilities and
106
+ Game Boy hardware.
107
+ The Web frontend is especially interesting making use of Web standards like
108
+ [ Gamepad API] [ gamepad-api ] to provide a rich and joyful experience for both
109
+ desktop and mobile devices.
110
+ Performance wise the web version runs smoothly with little to no significant
111
+ hardware requirements.
112
+
113
+ Even though Boytacean supports most Game Boy games and passes most well known
114
+ test ROMs there are still some features lacking like support for Game Boy Color
115
+ and APU (sound) support.
116
+
117
+ You can check this [ Reddit post] [ boytacean-red-ann ] for more information.
118
+
119
+ [ boytacean ] : https://github.com/joamag/boytacean
120
+ [ boytacean-web ] : https://boytacean.joao.me
121
+ [ @joamag ] : https://github.com/joamag
122
+ [ gamepad-api ] : https://developer.mozilla.org/docs/Web/API/Gamepad_API/Using_the_Gamepad_API
123
+ [ boytacean-red-ann ] : https://reddit.com/r/rust/comments/ywxugc/game_boy_emulator_using_rust
124
+
101
125
## Library Updates
102
126
103
127
## Popular Workgroup Issues in Github
0 commit comments