资 源 简 介
This framework allows you to visualize your Java program in 3D virtual reality environment by just adding annotations to the code. The ultimate goal of this project is to allow developer to have a full featured 3D visualization though simple description of how it want the code to be visualized.
This framework consists of three parts, an Java Annotation library, Visual Element Resource library and the Framework itself.
The annotation library consists of several Java Annotation interface which can be used to describe how you want to map the execution of Java Code to corresponding visual representation.
The Visual Element Resource library contains Objects that can be put on the screen to represent the execution of underlying Java code. Those objects only contain the logic of visual representation on the screen (Example. Smile of a man, Explosion of a bomb, Firework goes off...). Those resources can be used universally regardless of the Java Code it is visualizin