Java Libraries and Frameworks

The VNet Library
VNet is a message-based virtual network written in Java. The VNet server works like a central switch in a star-shaped network. VNet clients connect to the server in order to participate on the network. You may also download ComCenter from this page. ComCenter is a VNet client applications that let users communicate by sending text messages, chat and send files. If the VNet server is not behind firewalls, users behind two different firewalls may still excange files and chat. Complete source code included for both the VNet library and ComCenter.

Demo Framework
This is a framework written to simplify the environment in which demo effects are run. When using this framework, the Demo will be run in exactly the same way wether you deploy it as an Applet or an application. Complete source code included.

Low-Level GFX Library
This is a library that enables you to make fast low-level gfx in Java. I initially made this library because I wanted to port Amiga demo effects to Java. This library works with both Java 1.1 and Java 2. Complete source code included.

[Home]