Java implementation of a software renderer. Software rendering is handled only by a CPU, without any GPU support. Renderer is implemented in pure Java, without any additional frameworks.
Additional requirements:
JDK / JRE 8
Ghia is a 3d library which allows consumers to switch between various software and hardware renderers. Software renders include zbuffer texture mapping, z-sorting polys and a wireframe. Simple scenes rendered in 30 fps with the texture mapped renderer.
Powerful platform for creating networked multiplayer 3D games. The system includes specifications for a client engine and 2 protocols. Demo apps: mud/moo proxy, tetris. Currently uses OpenGL, VRML, java, tcl. Client/server architecture for security.