Earlier quoted context omitted.
Only if they want ultra-high performance, for writing games and suchlike. Otherwise they can stick to javascript. (And, of course, anything else that compiles to javascript)
To be fair, if you want ultra-high performance for high quality 3d games, why did you learn javascript? Go away and learn C or C++ ... This doesn't give anything to web developers. It gives C / C++ developers a way onto the web.
First 3D Commercial Web Game Powered By asm.js
21–30 of 89 posts
Re: First 3D Commercial Web Game Powered By asm.js
#22Earlier quoted context omitted.
I just hope that it helps drive growth away from Internet Exploder ...
Unfortunately the "enterprise" seem set on it. Yesterday I was working with a new content management platform and I had to downgrade my Internet Explorer to 9 because it only works with IE 7,8 and 9. Then that still didn't work because of some MSXML problem I couldn't fix and I ended up having to use a VM with XP installed and IE 8. Un-be-lievable. I don't know who these Enterprisey IT managers are who are making the…
A decade ago the large company I worked for switched to a web based timecard system. The only problem, ie only and the software team of 50+ all were using hpux or solaris workstations. No ie. Oh and they wanted timecards done daily.
The solution?
Set up 2 terminals in the lab with a unix backend and a windows NT virtual environment so we can use IE to do timecards.
Re: First 3D Commercial Web Game Powered By asm.js
#23Earlier quoted context omitted.
Minecraft is FAR bigger and more complicated than people give it credit for. Getting a terrain generation demo running in a browser is not even remotely the same thing.
I think he's talking about the apps for the various ecosystems. Although they're not feature-complete.
But as they've had a team port (a trimmed version of) Minecraft to xbox live arcade, and the iPad, it would surprise me if they're not already working on a *.js version.
Re: First 3D Commercial Web Game Powered By asm.js
#24Re: First 3D Commercial Web Game Powered By asm.js
#25It's interesting but didn't Quake Live run inside the browser?
Re: First 3D Commercial Web Game Powered By asm.js
#26It's interesting but didn't Quake Live run inside the browser?
Re: First 3D Commercial Web Game Powered By asm.js
#27Is there a possibility for major titles becoming "asm.js ports"? Games like World of Warcraft, League of Legends, Battlefield series, Starcraft 2, Minecraft, etc.
Minecraft in the browser has been done already, hasn't it? It'd be pretty trivial, as it's been ported to java / c# / objective c already, and has low system requirements. Given that asm.js games tend to run at something like 15-30% of the speed of native code, I doubt we'll see Battlefield 4 or Starcraft 2 anytime soon. Additionally, given that the WoW game client is many gigabytes in size, I doubt we'll see that ei…
Re: First 3D Commercial Web Game Powered By asm.js
#28Is there a possibility for major titles becoming "asm.js ports"? Games like World of Warcraft, League of Legends, Battlefield series, Starcraft 2, Minecraft, etc.
Minecraft in the browser has been done already, hasn't it? It'd be pretty trivial, as it's been ported to java / c# / objective c already, and has low system requirements. Given that asm.js games tend to run at something like 15-30% of the speed of native code, I doubt we'll see Battlefield 4 or Starcraft 2 anytime soon. Additionally, given that the WoW game client is many gigabytes in size, I doubt we'll see that ei…
Re: First 3D Commercial Web Game Powered By asm.js
#29It works really well and I'm glad to see more of this happening. Being able to share games over the web that run at near-native performance levels without plugins has a lot of potential both for end-users and creators. Really cool stuff.
I just hope that it helps drive growth away from Internet Exploder ...
Re: First 3D Commercial Web Game Powered By asm.js
#30Earlier quoted context omitted.
Minecraft in the browser has been done already, hasn't it? It'd be pretty trivial, as it's been ported to java / c# / objective c already, and has low system requirements. Given that asm.js games tend to run at something like 15-30% of the speed of native code, I doubt we'll see Battlefield 4 or Starcraft 2 anytime soon. Additionally, given that the WoW game client is many gigabytes in size, I doubt we'll see that ei…
Citation on the 15-30% claim? We see more like 50%, including compilation time. Sometimes much faster on certain benchmarks (Bullet IIRC?) now that float32 support has landed.