Mozilla humble bundle

Computer and console game related chat

Moderators: kiore, The_Metatron, Blip

VazScep
Posts: 4590
Joined: Mar 08, 2010 5:33 pm

Mozilla humble bundle

Post by VazScep »

Advanced Faster than Light is now playable entirely in the browser without plugins.

This is really exciting stuff. The tech behind this is a combination of a compiler technology called LLVM, a tool called Emscripten, and a hacked down version of Javascript called asm.js that can be aggressively optimised. The result is that any codebase (such as one in C++) that can be compiled by LLVM can be turned into javascript and run without plugins in the browser, at only 2-3x worse performance compared to native code. Best yet, Emscripten converts all OpenGL and SDL code automatically to WebGL.

The Unreal team apparently had a port of the entire Unreal engine to javascript in just three days. Their new engine, available on github for a modest monthly free with full source code, now has javascript as a target. Since then, the Crytek team have followed suit, as have Unity.

The future of even AAA PC games could be the web browser, and that'll do some serious shaking up of the status quo and Microsoft's dominance with DirectX.
Here we go again. First, we discover recursion.
tuco
Posts: 16056
Joined: Apr 25, 2010 11:45 am

Re: Mozilla humble bundle

Post by tuco »

Software Library: MS-DOS Games

2400 MS-DOS games in browser

https://archive.org/details/softwarelibrary_msdos_games
VazScep
Posts: 4590
Joined: Mar 08, 2010 5:33 pm

Re: Mozilla humble bundle

Post by VazScep »

[quote="tuco";p="2152287"]Software Library: MS-DOS Games

2400 MS-DOS games in browser

https://archive.org/details/softwarelibrary_msdos_games[/quote]That's awesome. And again, it's using emscripten.
Here we go again. First, we discover recursion.
tuco
Posts: 16056
Joined: Apr 25, 2010 11:45 am

Re: Mozilla humble bundle

Post by tuco »

User avatar
SafeAsMilk
Posts: 14774
Joined: Jul 27, 2010 5:11 pm
Name: Makes Fails

Re: Mozilla humble bundle

Post by SafeAsMilk »

[quote="VazScep";p="2157231"][quote="tuco";p="2152287"]Software Library: MS-DOS Games

2400 MS-DOS games in browser

https://archive.org/details/softwarelibrary_msdos_games[/quote]That's awesome. And again, it's using emscripten.[/quote]
Just played Oregon Trail for the first time :awesome:
"They call it the American dream, because you have to be asleep to believe it." -- George Carlin
Post Reply