mirror of
https://github.com/db48x/emularity.git
synced 2026-07-28 04:07:11 +00:00
Merge branch 'master' of github.com:db48x/emularity
This commit is contained in:
@@ -20,11 +20,15 @@ Currently works with two emulators:
|
||||
|
||||
[EM-DOSBox](https://github.com/dreamlayers/em-dosbox/) is a port of DosBox to Javascript. DOSBox emulates an IBM PC compatible running DOS. There are two versions of this emulator, dosbox.js (Standard EM-DOSBOX) and dosbox-sync.js (EM-DOSBOX with considerations for in-program execution of other programs).
|
||||
|
||||
# Known Bugs #
|
||||
# Credits #
|
||||
|
||||
* the documentation is quite poor
|
||||
* splash screen doesn't always fit inside the canvas
|
||||
* need to improve the download progress indicators (progress bar?)
|
||||
* browser feature detection for volume/mute/full-screen
|
||||
* handling of aspect ratios, and their interaction with full-screen mode
|
||||
* finish API for volume/mute/full-screen requests
|
||||
Primary work on Emularity is by Daniel Brooks, with contributions of code or concepts from John Vilk, Andre D, Justin Kerk, Vitorio Miliano, and Jason Scott.
|
||||
|
||||
# Some Open Issues #
|
||||
|
||||
* Documentation can be improved
|
||||
* Splash Screen occasionally overflows canvas
|
||||
* Progress bars can stand to be improved
|
||||
* Should add browser-specific detections for unusual behaviors and volume/full-screen actions
|
||||
* Handling of aspect ratios, and their interaction with full-screen mode
|
||||
* Finish API for volume/mute/full-screen requests
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
Rough start on a TODO list:
|
||||
|
||||
<db48x> I've gotta do the IA logo at some point
|
||||
<SketchCow> Right, we didn't get to my requests!
|
||||
<SketchCow> 1. MAME logo still is the default.
|
||||
[01:41] <SketchCow> 2. Keyboard acts weird in some places (this might be tracey)
|
||||
<SketchCow> 3. Fullscreen slows things down (this might be tracey)
|
||||
[01:42] <SketchCow> 4. Going out of fullscreen and it's brokey/small (this also might be tracey)
|
||||
<SketchCow> I'm probably forgetting something.
|
||||
* Keyboard acts weird in some places (Might be local to IA)
|
||||
* Fullscreen slows things down in some cases (Might be local to IA)
|
||||
* Going out of Fullscreen and it is too small
|
||||
|
||||
|
||||
Reference in New Issue
Block a user