Mozilla-Student-Projects / Projects-Tracker

Keep tracks of Firefox/Thunderbird/Firefox OS features that can/should/will be implemented as add-ons/apps.
66 stars 19 forks source link

Port DOSBox to the web #49

Closed Yoric closed 10 years ago

Yoric commented 12 years ago

DOSBox is an open-source emulator used to run old PC games on just about any recent platform. The objective of this project is to attempt to port DOSBox to make it able to run on the web.

As DOSBox is written in C++, it should be possible to port it semi-automatically using Emscripten. This will, however, require considerable work.

souravsingh commented 11 years ago

Here is the repository for the project:https://github.com/souravsingh/dosbox-port.git

Yoric commented 11 years ago

Assigned to @souravsingh

ngsankha commented 10 years ago

There is an Emscripten port of DOSBox than can be found here: https://github.com/dreamlayers/em-dosbox/

Yoric commented 10 years ago

Closing this project, then.