mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
941c793523
The hope was that this would reduce the amount of copying and bit shifting required by the frontend to get the data on screen, but it doesn't seem to offer much advantage, surprisingly. I'll leave it in though. There are a few other minor tweaks included here to try to improve the performance a bit
13 lines
301 B
Markdown
13 lines
301 B
Markdown
|
|
Moa Frontend using Pixels
|
|
=========================
|
|
|
|
This is a frontend for the moa emulator that uses the [pixels]() crate as the rendering library,
|
|
and which can be compiled to wasm and run in a web browser.
|
|
|
|
To start the server with Sega Genesis emulation, run:
|
|
```sh
|
|
just serve moa-genesis
|
|
```
|
|
|