Difference between revisions of "Emularity"

From Archiveteam
Jump to navigation Jump to search
(Created page with "400px|right ''The Emularity'' is both the name of a specific set of scripts meant to load emulators, and the entire ongoing project to shov...")
 
Line 1: Line 1:
[[Image:Emularity-logo-color.png|400px|right]]
[[Image:Emularity-logo-color.png|400px|right]]


''The Emularity'' is both the name of a specific set of scripts meant to load emulators, and the entire ongoing project to shove Javascript-ported emulators into browsers. Now years in the making, the project is mature and in use by millions of people worldwide. This page is meant to be a one-stop page for keeping track of what needs to be worked on, when.
''The Emularity'' is both the name of a specific set of scripts meant to load emulators, and the entire ongoing project to shove Javascript-ported emulators into browsers. Now years in the making, the project is mature and in use by millions of people worldwide. '''This page is meant to be a one-stop stop for keeping track of what needs to be worked on, when.''' Information on it is redundantly available elsewhere, and this is mostly meant to allow developers to ramp up quickly, especially in the realm of improvements or documentation.
 
 
 
== The Javascript MESS ==
 
The Javascript MESS is the original ported emulator within the Emularity - a flexible, variant, and long-developed emulation system that continues to experience improvements and expansion on a monthly basis.
 
* The original page for [[Javascript_Mess]] contains a lot of historical record about the project and it seems a shame to tear it down.
 
== EM-DOSBOX ==
 
''Current Status: Working Well, Little Outside Work/Improvement Needed Currently''
 
EM-DOSBOX is an Emscripten-compiled port of the DOSBOX emulator by Dreamlayers. It has excellent speed performance, flexibility, and is in heavy use online, especially at the Internet Archive.
 
* [https://github.com/dreamlayers/em-dosbox Github page for the EM-DOSBOX project]
* [https://archive.org/details/softwarelibrary_msdos Internet Archive MS-DOS Software Library, using EM-DOSBOX]
* [http://js-dos.com/ JS-DOS.COM is another site using EM-DOSBOX]
* [https://csl.name/post/em-dosbox/ Walkthrough on using EM-DOSBOX locally]

Revision as of 05:19, 25 October 2015

Emularity-logo-color.png

The Emularity is both the name of a specific set of scripts meant to load emulators, and the entire ongoing project to shove Javascript-ported emulators into browsers. Now years in the making, the project is mature and in use by millions of people worldwide. This page is meant to be a one-stop stop for keeping track of what needs to be worked on, when. Information on it is redundantly available elsewhere, and this is mostly meant to allow developers to ramp up quickly, especially in the realm of improvements or documentation.


The Javascript MESS

The Javascript MESS is the original ported emulator within the Emularity - a flexible, variant, and long-developed emulation system that continues to experience improvements and expansion on a monthly basis.

  • The original page for Javascript_Mess contains a lot of historical record about the project and it seems a shame to tear it down.

EM-DOSBOX

Current Status: Working Well, Little Outside Work/Improvement Needed Currently

EM-DOSBOX is an Emscripten-compiled port of the DOSBOX emulator by Dreamlayers. It has excellent speed performance, flexibility, and is in heavy use online, especially at the Internet Archive.