Prerequisites#
Vis-Tools, like many visualization systems, makes relatively high demands on your computer and video graphics processor (GPU).
Note
Vis-Tools is only tested on the Microsoft Windows platform. It may work on Linux and MacOS, but its use on those operating systems is not supported by IDM.
Computer requirements#
Minimum configuration#
Hardware-accelerated WebGL
2 GB RAM
Recommended configuration#
Discrete nVidia or AMD video graphics accelerator
Hardware-accelerated WebGL2
4 GB RAM
Note
One quick way to see if your computer has hardware-accelerated WebGL is to run the Chrome web browser and navigate to chrome://gpu. In the Graphics Feature Status section, look for WebGL and WebGL2.
Additional software#
Google Chrome, Mozilla Firefox, or Opera web browser
NodeJS
Using Vis-Tools standalone#
To run Vis-Tools on your local computer, there are a few additional prerequisites for operation of Vis-Tools. If you are already running EMOD, you likely already meet the requirements.
Additional software#
Python 3.6.3+ with Python in your PATH environment variable
Install Python 3.6 64-bit. See https://www.python.org/downloads/release/python-366/ for instructions.
In the Customize Python dialog box, verify that Add python.exe to PATH is selected to add Python to the PATH environment variable on your computer.
Open a Command Prompt window and type the following to verify installation:
python --version
The Python package manager, pip, is installed as part of Python 3.6 64-bit and is used to install other software packages.
NodeJS
Install NodeJS. See NodeJS.org.
Open a Command Prompt window and type the following to verify installation:
node -v npm -v
Supported web browsers#
Vis-Tools supports the Google Chrome, Mozilla Firefox, and Opera web browsers, although it has been most extensively tested on Google Chrome. These browsers can be obtained via the following links.
To install Google Chrome, see Google Chrome
To install Mozilla Firefox, see Mozilla Firefox
To install Opera, see Opera