Doom in a web page
Written by Alex Denham   
Wednesday, 01 June 2011

If you’re sitting waiting for a really, really slow compile to finish, how about a quick game of DOOM to keep you occupied? Or how about using a compiler that converts C++ to JavaScript?

Alon Zakai of the Mozilla mobile team has ported DOOM to run in Firefox and Safari, and you can check it out here https://developer.mozilla.org/en-US/demos/detail/doom-on-the-web/:

Zakai is also the author of Emscripten, which is intended to simplify the conversion of applications into web apps. You start with code in languages such as C++, convert it to LLVM bytecode, then Emscripten compiles it as JavaScript so it runs on the web. Video output is done by an HTML canvas element. You can check out Emscripten here https://github.com/kripken/emscripten:

 

DoomHTML

On his blog (http://mozakai.blogspot.com) Zakai says that

“Emscripten can probably compile most reasonable C/C++ codebases (albeit with some manual intervention in some cases). It is my hope that Emscripten can help against the tendency to write non-web applications, such as native mobile applications (for iOS, Android, etc.) or using plugins on the web (Flash, NaCl, etc.).“

His aim is to make the web a more attractive platform for developers, by letting them use their languages of choice, such as C, C++ or Python.

Zakai’s release notes for DOOM say that it will work, slowly, on Opera, and extremely slow on Chrome due to V8 issue 947.

He also says

“Loading and saving games do work, but only until you leave the page. TODO: Use IndexedDB for persistent storage.”

 

Banner


JetBrains Announces Academy AI Festival
21/02/2024

JetBrains is running an Academy AI Festival that they describe as a fusion of hands-on learning and inspiring challenges that will provide inspiration for innovation and will advance your understandin [ ... ]



Quantum Company Wins Digital Startup Contest
03/03/2024

Quantum specialists Qilimanjaro is the winner of this year's Four Years From Now competition. The award was made at this year's Mobile World Congress (MWC) in Barcelona.


More News

Last Updated ( Wednesday, 01 June 2011 )