next up previous
Next: Design Up: System Requirements Previous: System Requirements

Principle

For simplicity and platform independent, this library uses C++ standard library that presented in both windows, unix systems. All window components are implement in GLUT, which is also existed in current window system and unix system. The object model should simulate JDK library.

Object Model

* Must have the similar objects structure as in JDK * Must be easy to use * Must have a good performance * Must use the same name convention as in JDK * All design must be Object Oriented design * Must use standard library available in all system * No specific os dependent function is allowed

Planform

* Must work in Unix like operating system and windows * Linux, irix, solaris, windows



Kejian Jin 2002-02-20