View Single Post
felbutss's Avatar
Posts: 579 | Thanked: 286 times | Joined on Oct 2009 @ Australia
#217
Originally Posted by antezz View Post
http://www.youtube.com/watch?v=XhMN0wlITLk enough said.. and i HATE websites made in flash its slow and painfull. I do love flash like flash games and such but i dont wanna see fakking websites in full flash it looks like **** and its slow with all effects!
****java is nice isnt it??******any other examples of TRUE HTML 5?? dont show me java. give flash time****

The port is based on the Jake2 project, compiled to Javascript using the Google Web Toolkit (GWT). Jake 2 is a Java port of the original Quake II source code, which was open sourced by id software.

To make the Jake 2 code work with GWT, we have

* Created a new WebGL based renderer
* Ported the network layer for multiplayer games from UDP to the WebSocket API
* Made all resource loading calls asynchronous
* Created a GWT implementation of Java nio buffers based on WebGL arrays (to be ported to ECMAScript Typed Arrays)
* Implemented a simple file system emulation for saving games and preferences using the Web Storage API