Jake2
Developer(s) | Bytonic Software |
---|---|
Stable release | 0.9.5 / May 05, 2006 |
Operating system | Cross-platform |
Type | Video game |
License | GPL |
Website | bytonic.de/html/jake2 |
Jake2 is a Java port of the GPL release of the Quake II game engine.[1]
History
The 0.9.1 version of Jake2 was shown by the JOGL team for JavaOne 2004, to present an example of Java-OpenGL interoperability.[2][3][4] Jake2 has since been used by Sun as an example of Java Web Start capabilities for games distribution over the internet.[5]
As of August 2012, development is still active in the LWJake2 fork, which removed JOGL/JOAL in favor of the LWJGL.
As of October 2012, a fork using the current version of Java OpenGL and Java OpenAL has been made available on a git repository. The game can be played online, launched as an Applet or Webstart. The new enhancements allows Jake2 to be run on mobile platforms as well, due to utilizing Jogl's OpenGL fixed function emulation via OpenGL ES2, or directly via OpenGL ES1. Joal enhancements further allows audio output on mobile devices. The fork has been updated in June 2013 for the latest Jogl release.
Alternative uses
Possibly because its code is based on Java and thus is easy to modify, jake2 has been used for several experiments:
- In 2006, it was used to experiment playing 3D games with eye tracking.[6][7][8] Survey data suggested that the mouse was indeed easier to use.
- In the beginning of 2009, people from the University of Beira Interior were able to reengineer Jake2 to work on GridGain, a grid implementation of MapReduce[9] dual licensed under GPLv3 and proprietary licenses.[10]
- In 2010, the port was converted to HTML5 by a group of Google engineers to showcase the abilities of Google Web Toolkit.[11]
Architecture
Jake2 is a full-Java application. It can use Java OpenGL / Java OpenAL or LWJGL for its internal Java low-level OpenGL library. Both single and multiplayer modes of Quake II are working, and it is possible to use it both as an installed application or by Java Web Start.
The performance of Jake2 is on par with the original C version.[12] In some hardware configurations, it is even better.[13][14]
See also
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Jake2 0.9.4 on Java 5.0 is 260/250 frame/s compared to 245 frame/s for the original C code, for Athlon XP 2400, GeForce 4 MX, Windows 2000, in windowed mode