Prerequisite jre1.8.0_112 (included in the distribution) Installation: Install Java 3D by double clicking j3d-1_5_2-windows-amd64. Launching LDV: To run LDV GUI double click on the LDV.bat file To run any script from the "scripts" folder, just type the name of the script without the extension in the command window. Documentations are located inside the "doc" folder. Some common commands: ws :Print variables in the workspace ws var :Print variables in the workspace ws lib :Print libraries in the workspace ws fcn :Print functions in the workspace ws all :Print everything in the workspace Single wild card (?) or multiple wild card (*) can be used. clear screen :Clear the console screen clear lib :Clear all libraries from the workspace clear fcn :Clear all functions from the workspace clear all :Clear everything from the workspace clear :Clear the named variables from the workspace. Single wild card (?) or multiple wild card (*) can be used. cd :Change directory to the path. (..) can be used to indicate one level up. changedir("directory full path"):Change directory to the path changedir("up") :Change directory to one level up changedir("..") :Change directory to one level up pwd :Print working working directry workingdir() :Returns a string containing the path fo the current working directory. ls :Prints in a table format the list of the files in the current working directory. Partial file name with single (?) or multiple (*) wild cards can be used, in a similar fashion to DOS or Unix, to display certain files.